1. 59c820b ipv6: elide flowlabel check if no exclusive leases exist by Willem de Bruijn · 6 years ago
  2. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  3. b9aa52c ipv6: fix EFAULT on sendto with icmpv6 and hdrincl by Olivier Matz · 6 years ago
  4. 59e3e4b ipv6: use READ_ONCE() for inet->hdrincl as in ipv4 by Olivier Matz · 6 years ago
  5. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  6. 72f7cfa ipv6: Consider sk_bound_dev_if when binding a raw socket to an address by Mike Manning · 6 years ago
  7. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  8. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
  10. fbfb232 ipv6: add missing tx timestamping on IPPROTO_RAW by Willem de Bruijn · 6 years ago
  11. 7055420 net: fix raw socket lookup device bind matching with VRFs by Duncan Eastoe · 6 years ago
  12. a688caa ipv6: take rcu lock in rawv6_send_hdrinc() by Wei Wang · 6 years ago
  13. 5fdaa88 ipv6: fold sockcm_cookie into ipcm6_cookie by Willem de Bruijn · 7 years ago
  14. b515430a ipv6: ipcm6_cookie initializer by Willem de Bruijn · 7 years ago
  15. a818f75 net: ipv6: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
  16. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  17. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  19. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  20. 93cb5a1 ipv{4,6}/raw: simplify ѕeq_file code by Christoph Hellwig · 7 years ago
  21. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  22. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  23. 5091141 net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_ops by Kirill Tkhai · 7 years ago
  24. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  25. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  26. 8c2bc89 ip: Define usercopy region in IP proto slab cache by David Windsor · 7 years ago
  27. 275757e6 ipv6: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  28. 5108ab4 net: ipv6: add second dif to raw socket lookups by David Ahern · 7 years ago
  29. 77d4b1d net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
  30. 86f4c90 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header by Alexander Potapenko · 8 years ago
  31. 105f552 ipv6: check raw payload size correctly in ioctl by Jamie Bainbridge · 8 years ago
  32. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  33. a98f917 ipv6: handle -EFAULT from skb_copy_bits by Dave Jones · 8 years ago
  34. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  35. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. 432490f net: ip, diag -- Add diag interface for raw sockets by Cyrill Gorcunov · 8 years ago
  37. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  38. a8e3e1a net: l3mdev: Add hook to output path by David Ahern · 8 years ago
  39. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 9 years ago
  40. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 9 years ago
  41. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
  42. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 9 years ago
  43. 715f504 ipv6: add IPV6_HDRINCL option for raw sockets by Hannes Frederic Sowa · 9 years ago
  44. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 9 years ago
  45. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  46. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  47. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  48. adb28c9 ipv6: Compute net once in raw6_send_hdrinc by Eric W. Biederman · 9 years ago
  49. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  50. 35a256f ipv6: Nonlocal bind by Tom Herbert · 10 years ago
  51. 3d2f6d4 ipv6: drop unneeded goto by Julia Lawall · 10 years ago
  52. 48e8aa6 ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags by Martin KaFai Lau · 10 years ago
  53. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago
  54. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  55. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  56. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  57. 29778be ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" by Alex W Slater · 10 years ago
  58. 21226ab net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() by Al Viro · 10 years ago
  59. c3c1a7d ipv6: rawv6_send_hdrinc(): pass msghdr by Al Viro · 10 years ago
  60. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  61. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  62. 19e3c66 ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt" by Al Viro · 10 years ago
  63. 227158d new helper: skb_copy_and_csum_datagram_msg() by Al Viro · 11 years ago
  64. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  65. 43728fa ipv6: remove assignment in if condition by Fabian Frederick · 10 years ago
  66. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  67. 4330487 net: use inet6_iif instead of IP6CB()->iif by Duan Jiong · 10 years ago
  68. 8242fc3 net: ipv6: Use BUG_ON by Himangi Saraogi · 11 years ago
  69. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  70. 5c98631 net: ipv6: Introduce ip6_sk_dst_hoplimit. by Lorenzo Colitti · 11 years ago
  71. 82b276c ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts by Hannes Frederic Sowa · 11 years ago
  72. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  73. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  74. ce7a3bd ipv6: do not erase dst address with flow label destination by Florent Fourcot · 11 years ago
  75. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  76. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  77. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  78. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  79. 8d65b11 net: raw: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  80. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  81. 9c9c9ad ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbs by Hannes Frederic Sowa · 11 years ago
  82. d1c53c8 icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytes by Werner Almesberger · 11 years ago
  83. 9cc08af icmpv6_filter: fix "_hdr" incorrectly being a pointer by Werner Almesberger · 11 years ago
  84. 17ef66af net: ipv6: Unify {raw,udp}6_sock_seq_show. by Lorenzo Colitti · 12 years ago
  85. 29a3cad ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 12 years ago
  86. 842df07 ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id by Hannes Frederic Sowa · 12 years ago
  87. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  88. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  89. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  90. 73df66f ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 12 years ago
  91. 07a9362 ipv6: use IS_ENABLED() by Amerigo Wang · 12 years ago
  92. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  93. 1b05c4b ipv6: raw: fix icmpv6_filter() by Eric Dumazet · 12 years ago
  94. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 13 years ago
  95. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 13 years ago
  96. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 13 years ago
  97. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 13 years ago
  98. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 13 years ago
  99. c4062df ipv6: Implement IPV6_UNICAST_IF socket option. by Erich E. Hoover · 13 years ago
  100. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago