1. f75f910 net: ipv4: fix for a race condition in raw_sendmsg by Mohamed Ghannam · 7 years ago
  2. f190653 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header by Alexander Potapenko · 7 years ago
  3. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  4. d66f6c0 net: ipv4: Remove l3mdev_get_saddr by David Ahern · 8 years ago
  5. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  6. 24025c4 ipv4: process socket-level control messages in IPv4 by Soheil Hassas Yeganeh · 8 years ago
  7. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  8. 9194830 ipv4: fix memory leaks in ip_cmsg_send() callers by Eric Dumazet · 8 years ago
  9. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  10. b5bdacf net: Propagate lookup failure in l3mdev_get_saddr to caller by David Ahern · 8 years ago
  11. 027ac58 raw: increment correct SNMP counters for ICMP messages by Ben Cartwright-Cox · 9 years ago
  12. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  13. bb191c3 net: Add l3mdev saddr lookup to raw_sendmsg by David Ahern · 9 years ago
  14. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  15. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  16. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  17. 6e8a9d9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  18. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  19. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  20. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  21. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  22. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  23. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  24. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  25. 21226ab net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() by Al Viro · 10 years ago
  26. 7ae9abf ipv4: raw_send_hdrinc(): pass msghdr by Al Viro · 10 years ago
  27. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  28. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  29. b61e9dc raw.c: stick msghdr into raw_frag_vec by Al Viro · 10 years ago
  30. c008ba5b ipv4: Avoid reading user iov twice after raw_probe_proto_opt by Herbert Xu · 10 years ago
  31. 32b5913 ipv4: Use standard iovec primitive in raw_probe_proto_opt by Herbert Xu · 10 years ago
  32. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  33. f5220d6 ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets by Quentin Armitage · 10 years ago
  34. 11878b4 net-timestamp: SOCK_RAW and PING timestamping by Willem de Bruijn · 10 years ago
  35. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  36. c8e6ad0 ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg by Hannes Frederic Sowa · 10 years ago
  37. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  38. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  39. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  40. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  41. fbf8866 net: ipv4 only populate IP_PKTINFO when needed by Shawn Bohrer · 11 years ago
  42. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
  44. 8d65b11 net: raw: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  45. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  46. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  47. c27c932 ipv4: sendto/hdrincl: don't use destination address found in header by Chris Clark · 11 years ago
  48. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  49. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  50. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  51. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  52. 8141ed9 ipv4: Add a socket release callback for datagram sockets by Steffen Klassert · 11 years ago
  53. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  54. ab43ed8 ipv4: raw: fix icmp_filter() by Eric Dumazet · 12 years ago
  55. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  56. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  57. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  58. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  59. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  60. 76e2105 ipv4: Implement IP_UNICAST_IF socket option. by Erich E. Hoover · 12 years ago
  61. 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  62. d826eb1 ipv4: PKTINFO doesnt need dst reference by Eric Dumazet · 13 years ago
  63. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  64. 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
  65. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  66. 4500ebf ipv4: Reduce switch/case indent by Joe Perches · 13 years ago
  67. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  68. f5fca60 ipv4: Pass flow key down into ip_append_*(). by David S. Miller · 13 years ago
  69. 77968b7 ipv4: Pass flow keys down into datagram packet building engine. by David S. Miller · 13 years ago
  70. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  71. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  72. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  73. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  74. ef164ae ipv4: Use flowi4_init_output() in raw_sendmsg() by David S. Miller · 13 years ago
  75. 4910ac6 ipv4: Don't ip_rt_put() an error pointer in RAW sockets. by David S. Miller · 13 years ago
  76. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  77. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  78. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  79. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  80. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  81. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  82. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 13 years ago
  83. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  84. 709b46e net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT by Eric W. Biederman · 13 years ago
  85. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  86. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  87. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  88. 1789a64 raw: avoid two atomics in xmit by Eric Dumazet · 14 years ago
  89. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  90. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 14 years ago
  91. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  92. 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
  93. 9bbc768 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  94. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. 55888df AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2) by Neil Horman · 15 years ago
  96. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  97. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  98. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  99. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  100. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago