1. 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
  2. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  3. 55888df AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2) by Neil Horman · 15 years ago
  4. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  5. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  6. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  7. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  8. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago
  9. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  10. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  11. 51f31ca ip: support for TX timestamps on UDP and RAW sockets by Patrick Ohly · 15 years ago
  12. 2e77d89 net: avoid a pair of dst_hold()/dst_release() in ip_append_data() by Eric Dumazet · 15 years ago
  13. 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
  14. 5e38e27 mib: add net to IP_INC_STATS by Pavel Emelyanov · 16 years ago
  15. 0388b00 icmp: add struct net argument to icmp_out_count by Pavel Emelyanov · 16 years ago
  16. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  17. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  18. 68be802 raw: Restore /proc/net/raw correct behavior by Eric Dumazet · 16 years ago
  19. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  20. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  21. 22dd485 raw: Raw socket leak. by Denis V. Lunev · 16 years ago
  22. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  23. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  24. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  25. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  26. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  27. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  28. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  29. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  30. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  31. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 16 years ago
  32. 938b93a [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. by Robert P. J. Day · 16 years ago
  33. 3046d76 [RAW]: Wrong content of the /proc/net/raw6. by Denis V. Lunev · 16 years ago
  34. 8cd850e [RAW]: Cleanup IPv4 raw_seq_show. by Denis V. Lunev · 16 years ago
  35. 377cf82 [RAW]: Family check in the /proc/net/raw[6] is extra. by Denis V. Lunev · 16 years ago
  36. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 16 years ago
  37. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago
  38. a308da1 [NETNS][RAW]: Create the /proc/net/raw(6) in each namespace. by Pavel Emelyanov · 16 years ago
  39. e5ba31f [NETNS][RAW]: Eliminate explicit init_net references. by Pavel Emelyanov · 16 years ago
  40. f51d599 [NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list. by Pavel Emelyanov · 16 years ago
  41. be18588 [NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware. by Pavel Emelyanov · 16 years ago
  42. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 16 years ago
  43. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 16 years ago
  44. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 16 years ago
  45. 42a7380 [RAW]: Consolidate proc interface. by Pavel Emelyanov · 17 years ago
  46. ab70768 [RAW]: Consolidate proto->unhash callback by Pavel Emelyanov · 17 years ago
  47. 65b4c50 [RAW]: Consolidate proto->hash callback by Pavel Emelyanov · 17 years ago
  48. b673e4d [RAW]: Introduce raw_hashinfo structure by Pavel Emelyanov · 17 years ago
  49. 7bc54c9 [IPv4] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  50. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  51. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 17 years ago
  52. f844c74 [IPV4] raw: Strengthen check on validity of iph->ihl by Herbert Xu · 16 years ago
  53. 47a31a6 [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  54. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  55. 96793b4 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) by David L Stevens · 17 years ago
  56. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  57. 4487b2f [IPV4] raw.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  58. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  59. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  60. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  61. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  62. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  63. 7e28ecc [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used by Arnaldo Carvalho de Melo · 17 years ago
  64. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  65. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  66. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  67. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  68. a27b58f [NET]: fix uaccess handling by Heiko Carstens · 18 years ago
  69. c1d18f9 [IPV4]: struct ipcm_cookie annotation by Al Viro · 18 years ago
  70. 3ca3c68 [IPV4]: struct ip_options annotations by Al Viro · 18 years ago
  71. bf0d524 [NET]: Remove unnecessary config.h includes from net/ by Dave Jones · 18 years ago
  72. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  73. f59fc7f [IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg(). by Tetsuo Handa · 18 years ago
  74. 6d74165 [IPV4]: Right prototype of __raw_v4_lookup() by Alexey Dobriyan · 18 years ago
  75. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  76. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  77. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 18 years ago
  78. b59c270 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done by Patrick McHardy · 18 years ago
  79. 6d1cfe3 [PATCH] raw_sendmsg DoS on 2.6 by Mark J Cox · 19 years ago
  80. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  81. d13964f [IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable by Patrick McHardy · 19 years ago
  82. f7d7fc0 [IPV4]: [4/4] signed vs unsigned cleanup in net/ipv4/raw.c by Jesper Juhl · 19 years ago
  83. 93765d8 [IPV4]: [3/4] signed vs unsigned cleanup in net/ipv4/raw.c by Jesper Juhl · 19 years ago
  84. 926d4b8 [IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4/raw.c by Jesper Juhl · 19 years ago
  85. 5418c692 [IPV4]: [1/4] signed vs unsigned cleanup in net/ipv4/raw.c by Jesper Juhl · 19 years ago
  86. e0f9f85 [IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh by Herbert Xu · 19 years ago
  87. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago