1. 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
  2. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  3. 4500ebf ipv4: Reduce switch/case indent by Joe Perches · 13 years ago
  4. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  5. f5fca60 ipv4: Pass flow key down into ip_append_*(). by David S. Miller · 13 years ago
  6. 77968b7 ipv4: Pass flow keys down into datagram packet building engine. by David S. Miller · 13 years ago
  7. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  8. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  9. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. ef164ae ipv4: Use flowi4_init_output() in raw_sendmsg() by David S. Miller · 13 years ago
  12. 4910ac6 ipv4: Don't ip_rt_put() an error pointer in RAW sockets. by David S. Miller · 13 years ago
  13. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  14. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  15. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  16. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  17. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  18. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  19. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 13 years ago
  20. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  21. 709b46e net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT by Eric W. Biederman · 13 years ago
  22. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  23. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  24. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  25. 1789a64 raw: avoid two atomics in xmit by Eric Dumazet · 14 years ago
  26. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  27. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 14 years ago
  28. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  29. 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
  30. 9bbc768 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  31. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. 55888df AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2) by Neil Horman · 15 years ago
  33. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  34. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  35. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  36. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  37. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago
  38. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  39. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  40. 51f31ca ip: support for TX timestamps on UDP and RAW sockets by Patrick Ohly · 15 years ago
  41. 2e77d89 net: avoid a pair of dst_hold()/dst_release() in ip_append_data() by Eric Dumazet · 16 years ago
  42. 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
  43. 5e38e27 mib: add net to IP_INC_STATS by Pavel Emelyanov · 16 years ago
  44. 0388b00 icmp: add struct net argument to icmp_out_count by Pavel Emelyanov · 16 years ago
  45. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  46. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  47. 68be802 raw: Restore /proc/net/raw correct behavior by Eric Dumazet · 16 years ago
  48. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  49. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  50. 22dd485 raw: Raw socket leak. by Denis V. Lunev · 16 years ago
  51. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  52. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  53. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  54. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  55. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  56. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  57. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  58. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  59. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  60. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 16 years ago
  61. 938b93a [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. by Robert P. J. Day · 16 years ago
  62. 3046d76 [RAW]: Wrong content of the /proc/net/raw6. by Denis V. Lunev · 16 years ago
  63. 8cd850e [RAW]: Cleanup IPv4 raw_seq_show. by Denis V. Lunev · 16 years ago
  64. 377cf82 [RAW]: Family check in the /proc/net/raw[6] is extra. by Denis V. Lunev · 16 years ago
  65. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 16 years ago
  66. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago
  67. a308da1 [NETNS][RAW]: Create the /proc/net/raw(6) in each namespace. by Pavel Emelyanov · 16 years ago
  68. e5ba31f [NETNS][RAW]: Eliminate explicit init_net references. by Pavel Emelyanov · 16 years ago
  69. f51d599 [NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list. by Pavel Emelyanov · 16 years ago
  70. be18588 [NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware. by Pavel Emelyanov · 16 years ago
  71. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  72. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  73. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  74. 42a7380 [RAW]: Consolidate proc interface. by Pavel Emelyanov · 17 years ago
  75. ab70768 [RAW]: Consolidate proto->unhash callback by Pavel Emelyanov · 17 years ago
  76. 65b4c50 [RAW]: Consolidate proto->hash callback by Pavel Emelyanov · 17 years ago
  77. b673e4d [RAW]: Introduce raw_hashinfo structure by Pavel Emelyanov · 17 years ago
  78. 7bc54c9 [IPv4] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  79. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  80. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 17 years ago
  81. f844c74 [IPV4] raw: Strengthen check on validity of iph->ihl by Herbert Xu · 17 years ago
  82. 47a31a6 [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  83. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  84. 96793b4 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) by David L Stevens · 17 years ago
  85. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  86. 4487b2f [IPV4] raw.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  87. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  88. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  89. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  90. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  91. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  92. 7e28ecc [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used by Arnaldo Carvalho de Melo · 17 years ago
  93. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  94. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  95. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  96. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  97. a27b58f [NET]: fix uaccess handling by Heiko Carstens · 18 years ago
  98. c1d18f9 [IPV4]: struct ipcm_cookie annotation by Al Viro · 18 years ago
  99. 3ca3c68 [IPV4]: struct ip_options annotations by Al Viro · 18 years ago
  100. bf0d524 [NET]: Remove unnecessary config.h includes from net/ by Dave Jones · 18 years ago