1. e895cdc ipv4: accept u8 in IP_TOS ancillary data by Eric Dumazet · 8 years ago
  2. 2632616 sock: propagate __sock_cmsg_send() error by Eric Dumazet · 8 years ago
  3. 0b922b7 net: original ingress device index in PKTINFO by David Ahern · 8 years ago
  4. 960a262 net: better drop monitoring in ip{6}_recv_error() by Eric Dumazet · 8 years ago
  5. 31c2e49 udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM by Willem de Bruijn · 8 years ago
  6. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 8 years ago
  7. 24025c4 ipv4: process socket-level control messages in IPv4 by Soheil Hassas Yeganeh · 8 years ago
  8. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 8 years ago
  10. 9194830 ipv4: fix memory leaks in ip_cmsg_send() callers by Eric Dumazet · 8 years ago
  11. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 8 years ago
  12. 87e9f03 ipv4: fix a potential deadlock in mcast getsockopt() path by WANG Cong · 9 years ago
  13. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. 34b99df ip: report the original address of ICMP messages by Julian Anastasov · 9 years ago
  15. 90c337d inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations by Eric Dumazet · 9 years ago
  16. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  17. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  18. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  19. baf606d ipv4,ipv6: grab rtnl before locking the socket by Marcelo Ricardo Leitner · 9 years ago
  20. c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 9 years ago
  21. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 9 years ago
  22. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. f812116 ip: zero sockaddr returned on error queue by Willem de Bruijn · 9 years ago
  24. ad6f939 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  25. 5961de9 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  26. c44d13d ip: IP cmsg cleanup by Tom Herbert · 10 years ago
  27. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  28. 829ae9d net-timestamp: allow reading recv cmsg on errqueue with origin tstamp by Willem de Bruijn · 10 years ago
  29. 7ce875e ipv4: warn once on passing AF_INET6 socket to ip_recv_error by Willem de Bruijn · 10 years ago
  30. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. 5337b5b ipv6: fix IPV6_PKTINFO with v4 mapped by Eric Dumazet · 10 years ago
  32. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  33. 8e380f0 ipv4: rcu cleanup in ip_ra_control() by Eric Dumazet · 10 years ago
  34. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  35. c54a5e0 ipv4: clean up cast warning in do_ip_getsockopt by Karoly Kemeny · 10 years ago
  36. 1b34657 ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMIT by Hannes Frederic Sowa · 10 years ago
  37. c8e6ad0 ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg by Hannes Frederic Sowa · 10 years ago
  38. 4b261c7 ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams by Hannes Frederic Sowa · 10 years ago
  39. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  40. 8e3bff9 net: more spelling fixes by stephen hemminger · 11 years ago
  41. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  42. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  43. fbf8866 net: ipv4 only populate IP_PKTINFO when needed by Shawn Bohrer · 11 years ago
  44. f02db31 ipv4: IP_TOS and IP_TTL can be specified as ancillary data by Francesco Fusco · 11 years ago
  45. c9be4a5 net: prevent setting ttl=0 via IP_TTL by Cong Wang · 12 years ago
  46. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  47. 0c9f79b ipv4: avoid undefined behavior in do_ip_setsockopt() by Xi Wang · 12 years ago
  48. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  49. 35ebf65 ipv4: Create and use fib_compute_spec_dst() helper. by David S. Miller · 12 years ago
  50. 3a084dd net: IP_MULTICAST_IF setsockopt now recognizes struct mreq by Jiri Pirko · 12 years ago
  51. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  52. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  53. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  54. 605b4af ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu by Paul E. McKenney · 13 years ago
  55. 4c507d2 net: implement IP_RECVTOS for IP_PKTOPTIONS by Jiri Benc · 12 years ago
  56. 76e2105 ipv4: Implement IP_UNICAST_IF socket option. by Erich E. Hoover · 12 years ago
  57. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  58. d826eb1 ipv4: PKTINFO doesnt need dst reference by Eric Dumazet · 13 years ago
  59. 2c67e9a net: use INET_ECN_MASK instead of hardcoded 3 by Maciej Żenczykowski · 13 years ago
  60. 6cc7a76 net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENT by Maciej Żenczykowski · 13 years ago
  61. dd23198e ipv4: Fix ip_getsockopt for IP_PKTOPTIONS by Daniel Baluta · 13 years ago
  62. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  63. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  64. 43a951e ipv4: add __rcu annotations to ip_ra_chain by Eric Dumazet · 14 years ago
  65. a89b476 ipv4: enable getsockopt() for IP_NODEFRAG by Michael Kerrisk · 14 years ago
  66. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  67. 592fcb9 ip: ip_ra_control() rcu fix by Eric Dumazet · 14 years ago
  68. 6601850 ip: Router Alert RCU conversion by Eric Dumazet · 14 years ago
  69. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 14 years ago
  70. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. d4fc6db ipv4: remove redundant verification code by Hagen Paul Pfeifer · 14 years ago
  72. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  73. d218d11 tcp: Generalized TTL Security Mechanism by Stephen Hemminger · 14 years ago
  74. 65a1c4f net: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  75. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. 0eae750 IP: Cleanups by John Dykstra · 15 years ago
  77. 55b8050 net: Fix IP_MULTICAST_IF by Eric Dumazet · 15 years ago
  78. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  79. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  80. 0915921 ipv4: check optlen for IP_MULTICAST_IF option by Shan Wei · 15 years ago
  81. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  82. f771bef ipv4: New multicast-all socket option by Nivedita Singhvi · 15 years ago
  83. 4d52cfb net: ipv4/ip_sockglue.c cleanups by Eric Dumazet · 15 years ago
  84. 21d1a16 net: ip_sockglue.c add static, annotate ports' endianness by Harvey Harrison · 16 years ago
  85. e8b2dfe TPROXY: implemented IP_RECVORIGDSTADDR socket option by Balazs Scheidler · 16 years ago
  86. 09cb105 net: clean up net/ipv4/ip_sockglue.c tcp_output.c by Jianjun Kong · 16 years ago
  87. f5715ae ipv4: Implement IP_TRANSPARENT socket option by KOVACS Krisztian · 16 years ago
  88. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  89. 42908c6 net: Add compat support for getsockopt (MCAST_MSFILTER) by David L Stevens · 16 years ago
  90. dae5029 ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. by David L Stevens · 16 years ago
  91. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  92. 951e07c [IPV4]: Fix byte value boundary check in do_ip_getsockopt(). by David S. Miller · 16 years ago
  93. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  94. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  95. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  96. f2c4802 [NETNS]: Add namespace parameter to ip_options_get(...). by Denis V. Lunev · 16 years ago
  97. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  98. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  99. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  100. e4f8b5d [IPV4]: Remove IP_TOS setting privilege checks. by David S. Miller · 16 years ago