1. 425aa0e ip_sockglue: Fix missing-check bug in ip_ra_control() by Gen Zhang · 6 years ago
  2. 4a06fa6 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 6 years ago
  3. 97adadd net: bpfilter: fix iptables failure if bpfilter_umh is disabled by Taehee Yoo · 6 years ago
  4. 64199fc ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() by Eric Dumazet · 6 years ago
  5. 2efd4fc ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull by Willem de Bruijn · 6 years ago
  6. 6e2059b ipv4/igmp: init group mode as INCLUDE when join source group by Hangbin Liu · 6 years ago
  7. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. 730c54d ipv4: remove warning in ip_recv_error by Willem de Bruijn · 7 years ago
  9. d2ba09c net: add skeleton of bpfilter kernel module by Alexei Starovoitov · 7 years ago
  10. d9ff304 net: Replace ip_ra_lock with per-net mutex by Kirill Tkhai · 7 years ago
  11. 5796ef7 net: Make ip_ra_chain per struct net by Kirill Tkhai · 7 years ago
  12. 128aaa9 net: Revert "ipv4: fix a deadlock in ip_ra_control" by Kirill Tkhai · 7 years ago
  13. 0526947 net: Move IP_ROUTER_ALERT out of lock_sock(sk) by Kirill Tkhai · 7 years ago
  14. 76d3e15 net: Revert "ipv4: get rid of ip_ra_lock" by Kirill Tkhai · 7 years ago
  15. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 1cbec07 net: Only honor ifindex in IP_PKTINFO if non-0 by David Ahern · 7 years ago
  17. 01ea306 netfilter: drop outermost socket lock in getsockopt() by Paolo Abeni · 7 years ago
  18. b9a4072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  19. 3f34cfa netfilter: on sockopt() acquire sock lock only in the required scope by Paolo Abeni · 7 years ago
  20. 9515a2e net/ipv4: Allow send to local broadcast from a socket bound to a VRF by David Ahern · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. cbea8f0 net: ipv4: fix l3slave check for index returned in IP_PKTINFO by David Ahern · 7 years ago
  23. 1dfa763 net: ipv4: add check for l3slave for index returned in IP_PKTINFO by David Ahern · 7 years ago
  24. 61a1030 Revert "ipv4: keep skb->dst around in presence of IP options" by Paolo Abeni · 7 years ago
  25. 91ed1e6 ip/options: explicitly provide net ns to __ip_options_echo() by Paolo Abeni · 7 years ago
  26. a2c841d do_ip_setsockopt(): don't open-code memdup_user() by Al Viro · 8 years ago
  27. ba3f571 ipv4: get rid of ip_ra_lock by WANG Cong · 8 years ago
  28. 1862d62 net-timestamp: avoid use-after-free in ip_recv_error by Willem de Bruijn · 8 years ago
  29. 1215e51 ipv4: fix a deadlock in ip_ra_control by WANG Cong · 8 years ago
  30. ca4ef45 ip: fix IP_CHECKSUM handling by Paolo Abeni · 8 years ago
  31. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. 34b2cef ipv4: keep skb->dst around in presence of IP options by Eric Dumazet · 8 years ago
  33. 76eb75b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 1ff8ceb scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr)) by yuan linyu · 8 years ago
  35. 7bb387c net: Allow IP_MULTICAST_IF to set index to L3 slave by David Ahern · 8 years ago
  36. f0c16ba net: fix incorrect original ingress device index in PKTINFO by Wei Zhang · 8 years ago
  37. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  38. 39b2dd7 inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets by Willem de Bruijn · 8 years ago
  39. ad95903 net/sock: add an explicit sk argument for ip_cmsg_recv_offset() by Paolo Abeni · 8 years ago
  40. 70ecc24 ipv4: add IP_RECVFRAGSIZE cmsg by Willem de Bruijn · 8 years ago
  41. 10df8e6 udp: fix IP_CHECKSUM handling by Eric Dumazet · 8 years ago
  42. e895cdc ipv4: accept u8 in IP_TOS ancillary data by Eric Dumazet · 8 years ago
  43. 2632616 sock: propagate __sock_cmsg_send() error by Eric Dumazet · 9 years ago
  44. 0b922b7 net: original ingress device index in PKTINFO by David Ahern · 9 years ago
  45. 960a262 net: better drop monitoring in ip{6}_recv_error() by Eric Dumazet · 9 years ago
  46. 31c2e49 udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM by Willem de Bruijn · 9 years ago
  47. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
  48. 24025c4 ipv4: process socket-level control messages in IPv4 by Soheil Hassas Yeganeh · 9 years ago
  49. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 9 years ago
  51. 9194830 ipv4: fix memory leaks in ip_cmsg_send() callers by Eric Dumazet · 9 years ago
  52. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 9 years ago
  53. 87e9f03 ipv4: fix a potential deadlock in mcast getsockopt() path by WANG Cong · 9 years ago
  54. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  55. 34b99df ip: report the original address of ICMP messages by Julian Anastasov · 10 years ago
  56. 90c337d inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations by Eric Dumazet · 10 years ago
  57. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  58. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  59. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 10 years ago
  60. baf606d ipv4,ipv6: grab rtnl before locking the socket by Marcelo Ricardo Leitner · 10 years ago
  61. c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 10 years ago
  62. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 10 years ago
  63. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. f812116 ip: zero sockaddr returned on error queue by Willem de Bruijn · 10 years ago
  65. ad6f939 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  66. 5961de9 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  67. c44d13d ip: IP cmsg cleanup by Tom Herbert · 10 years ago
  68. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  69. 829ae9d net-timestamp: allow reading recv cmsg on errqueue with origin tstamp by Willem de Bruijn · 10 years ago
  70. 7ce875e ipv4: warn once on passing AF_INET6 socket to ip_recv_error by Willem de Bruijn · 10 years ago
  71. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  72. 5337b5b ipv6: fix IPV6_PKTINFO with v4 mapped by Eric Dumazet · 10 years ago
  73. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  74. 8e380f0 ipv4: rcu cleanup in ip_ra_control() by Eric Dumazet · 10 years ago
  75. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  76. c54a5e0 ipv4: clean up cast warning in do_ip_getsockopt by Karoly Kemeny · 10 years ago
  77. 1b34657 ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMIT by Hannes Frederic Sowa · 11 years ago
  78. c8e6ad0 ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg by Hannes Frederic Sowa · 11 years ago
  79. 4b261c75 ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams by Hannes Frederic Sowa · 11 years ago
  80. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  81. 8e3bff9 net: more spelling fixes by stephen hemminger · 11 years ago
  82. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  83. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  84. fbf8866 net: ipv4 only populate IP_PKTINFO when needed by Shawn Bohrer · 11 years ago
  85. f02db31 ipv4: IP_TOS and IP_TTL can be specified as ancillary data by Francesco Fusco · 11 years ago
  86. c9be4a5 net: prevent setting ttl=0 via IP_TTL by Cong Wang · 12 years ago
  87. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  88. 0c9f79b ipv4: avoid undefined behavior in do_ip_setsockopt() by Xi Wang · 12 years ago
  89. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  90. 35ebf65 ipv4: Create and use fib_compute_spec_dst() helper. by David S. Miller · 13 years ago
  91. 3a084dd net: IP_MULTICAST_IF setsockopt now recognizes struct mreq by Jiri Pirko · 13 years ago
  92. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  93. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
  94. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  95. 605b4af ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu by Paul E. McKenney · 13 years ago
  96. 4c507d2 net: implement IP_RECVTOS for IP_PKTOPTIONS by Jiri Benc · 13 years ago
  97. 76e2105 ipv4: Implement IP_UNICAST_IF socket option. by Erich E. Hoover · 13 years ago
  98. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  99. d826eb1 ipv4: PKTINFO doesnt need dst reference by Eric Dumazet · 13 years ago
  100. 2c67e9a net: use INET_ECN_MASK instead of hardcoded 3 by Maciej Żenczykowski · 13 years ago