1. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  2. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  3. b61e9dc raw.c: stick msghdr into raw_frag_vec by Al Viro · 10 years ago
  4. c008ba5b ipv4: Avoid reading user iov twice after raw_probe_proto_opt by Herbert Xu · 10 years ago
  5. 32b5913 ipv4: Use standard iovec primitive in raw_probe_proto_opt by Herbert Xu · 10 years ago
  6. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  7. f5220d6 ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets by Quentin Armitage · 10 years ago
  8. 11878b4 net-timestamp: SOCK_RAW and PING timestamping by Willem de Bruijn · 10 years ago
  9. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  10. c8e6ad0 ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg by Hannes Frederic Sowa · 10 years ago
  11. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  12. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  13. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  14. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  15. fbf8866 net: ipv4 only populate IP_PKTINFO when needed by Shawn Bohrer · 11 years ago
  16. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  17. aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
  18. 8d65b11 net: raw: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  19. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  20. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  21. c27c932 ipv4: sendto/hdrincl: don't use destination address found in header by Chris Clark · 11 years ago
  22. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  23. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  24. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  25. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  26. 8141ed9 ipv4: Add a socket release callback for datagram sockets by Steffen Klassert · 11 years ago
  27. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  28. ab43ed8 ipv4: raw: fix icmp_filter() by Eric Dumazet · 12 years ago
  29. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  30. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  31. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  32. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  33. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  34. 76e2105 ipv4: Implement IP_UNICAST_IF socket option. by Erich E. Hoover · 12 years ago
  35. 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  36. d826eb1 ipv4: PKTINFO doesnt need dst reference by Eric Dumazet · 13 years ago
  37. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  38. 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
  39. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  40. 4500ebf ipv4: Reduce switch/case indent by Joe Perches · 13 years ago
  41. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  42. f5fca60 ipv4: Pass flow key down into ip_append_*(). by David S. Miller · 13 years ago
  43. 77968b7 ipv4: Pass flow keys down into datagram packet building engine. by David S. Miller · 13 years ago
  44. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  45. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  46. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  48. ef164ae ipv4: Use flowi4_init_output() in raw_sendmsg() by David S. Miller · 13 years ago
  49. 4910ac6 ipv4: Don't ip_rt_put() an error pointer in RAW sockets. by David S. Miller · 13 years ago
  50. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  51. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  52. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  53. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  54. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  55. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  56. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 13 years ago
  57. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  58. 709b46e net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT by Eric W. Biederman · 13 years ago
  59. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  60. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  61. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  62. 1789a64 raw: avoid two atomics in xmit by Eric Dumazet · 14 years ago
  63. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  64. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 14 years ago
  65. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  66. 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
  67. 9bbc768 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  68. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  69. 55888df AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2) by Neil Horman · 15 years ago
  70. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  71. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  72. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  73. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  74. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago
  75. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  76. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  77. 51f31ca ip: support for TX timestamps on UDP and RAW sockets by Patrick Ohly · 15 years ago
  78. 2e77d89 net: avoid a pair of dst_hold()/dst_release() in ip_append_data() by Eric Dumazet · 16 years ago
  79. 5a5f3a8 net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c by Jianjun Kong · 16 years ago
  80. 5e38e27 mib: add net to IP_INC_STATS by Pavel Emelyanov · 16 years ago
  81. 0388b00 icmp: add struct net argument to icmp_out_count by Pavel Emelyanov · 16 years ago
  82. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  83. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 68be802 raw: Restore /proc/net/raw correct behavior by Eric Dumazet · 16 years ago
  85. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  86. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  87. 22dd485 raw: Raw socket leak. by Denis V. Lunev · 16 years ago
  88. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  89. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  90. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  91. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  92. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  93. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  94. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  95. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  96. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  97. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 16 years ago
  98. 938b93a [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. by Robert P. J. Day · 16 years ago
  99. 3046d76 [RAW]: Wrong content of the /proc/net/raw6. by Denis V. Lunev · 16 years ago
  100. 8cd850e [RAW]: Cleanup IPv4 raw_seq_show. by Denis V. Lunev · 16 years ago