1. dda6192 [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo. by Denis V. Lunev · 16 years ago
  2. 997feb5 [UDP]: No need to check afinfo != NULL in udp_proc_(un)register. by Denis V. Lunev · 16 years ago
  3. 6f191ef [UDP]: Replace struct net on udp_iter_state with seq_net_private. by Denis V. Lunev · 16 years ago
  4. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  5. bc578a5 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* by Joe Perches · 16 years ago
  6. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  7. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  8. 920fc94 [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access by Thomas Graf · 16 years ago
  9. 732c8bd [IPSEC]: Fix BEET output by Herbert Xu · 16 years ago
  10. 7c0ecc4 [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2). by Pavel Emelyanov · 16 years ago
  11. 789e41e [NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted). by Pavel Emelyanov · 16 years ago
  12. b34a95e [NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c. by Pavel Emelyanov · 16 years ago
  13. 68528f0 [NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net. by Pavel Emelyanov · 16 years ago
  14. a24022e [NETNS][ICMP]: Move ICMP sysctls on struct net. by Pavel Emelyanov · 16 years ago
  15. 1577519 [NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net. by Pavel Emelyanov · 16 years ago
  16. f49e1aa [NETFILTER]: nf_conntrack_sip: update copyright by Patrick McHardy · 16 years ago
  17. c7f485a [NETFILTER]: nf_conntrack_sip: RTP routing optimization by Patrick McHardy · 16 years ago
  18. 4ab9e64 [NETFILTER]: nf_nat_sip: split up SDP mangling by Patrick McHardy · 16 years ago
  19. a9c1d35 [NETFILTER]: nf_conntrack_sip: create RTCP expectations by Patrick McHardy · 16 years ago
  20. 0f32a40 [NETFILTER]: nf_conntrack_sip: create signalling expectations by Patrick McHardy · 16 years ago
  21. c978cd3 [NETFILTER]: nf_nat_sip: translate all Contact headers by Patrick McHardy · 16 years ago
  22. 720ac70 [NETFILTER]: nf_nat_sip: translate all Via headers by Patrick McHardy · 16 years ago
  23. 33cb1e9 [NETFILTER]: nf_conntrack_sip: perform NAT after parsing by Patrick McHardy · 16 years ago
  24. 624f8b7 [NETFILTER]: nf_nat_sip: get rid of text based header translation by Patrick McHardy · 16 years ago
  25. ea45f12 [NETFILTER]: nf_conntrack_sip: parse SIP headers properly by Patrick McHardy · 16 years ago
  26. ac36774 [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions by Patrick McHardy · 16 years ago
  27. 3e9b4600b [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function by Patrick McHardy · 16 years ago
  28. 779382e [NETFILTER]: nf_conntrack_sip: use strlen/strcmp by Patrick McHardy · 16 years ago
  29. 212440a [NETFILTER]: nf_conntrack_sip: remove redundant function arguments by Patrick McHardy · 16 years ago
  30. 2a6cfb2 [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling by Patrick McHardy · 16 years ago
  31. 3d24412 [NETFILTER]: nf_nat_sip: fix NAT setup order by Patrick McHardy · 16 years ago
  32. 6002f266 [NETFILTER]: nf_conntrack: introduce expectation classes and policies by Patrick McHardy · 16 years ago
  33. 30c69fe [NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-name by Patrick McHardy · 16 years ago
  34. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  35. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  36. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  37. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  38. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  39. 92f1fec [NETNS]: Enable TCP/UDP/ICMP inside namespace. by Denis V. Lunev · 16 years ago
  40. 2342fd7 [NETNS]: Allow to create sockets in non-initial namespace. by Denis V. Lunev · 16 years ago
  41. f145049 [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis. by Denis V. Lunev · 16 years ago
  42. 05cf89d [NETNS]: Process INET socket layer in the correct namespace. by Denis V. Lunev · 16 years ago
  43. cb84663 [NETNS]: Process IP layer in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  44. 7a6adb9 [NETNS]: Add namespace parameter to ip_cmsg_send. by Denis V. Lunev · 16 years ago
  45. f2c4802 [NETNS]: Add namespace parameter to ip_options_get(...). by Denis V. Lunev · 16 years ago
  46. 0e6bd4a [NETNS]: Add namespace parameter to ip_options_compile. by Denis V. Lunev · 16 years ago
  47. ffc31d3 [NETNS]: /proc/net/arp namespacing. by Denis V. Lunev · 16 years ago
  48. 49e8a27 [NETNS]: Process ARP in the context of the correct namespace. by Denis V. Lunev · 16 years ago
  49. 84c375a [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace. by Pavel Emelyanov · 16 years ago
  50. ff2bac6 [UDP-Lite]: Clean up proc creation a bit. by Pavel Emelyanov · 16 years ago
  51. 757764f [NETNS][TCP]: Register /proc/net/tcp in a namespace. by Pavel Emelyanov · 16 years ago
  52. 15439fe [NETNS][UDP]: Register /proc/net/udp in a namespace. by Pavel Emelyanov · 16 years ago
  53. df9dcb4 [IPSEC]: Fix inter address family IPsec tunnel handling. by Kazunori MIYAZAWA · 16 years ago
  54. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  55. 3d3b2d2 fib_trie: print information on all routing tables by Stephen Hemminger · 16 years ago
  56. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 16 years ago
  57. 6440cc9 [IPV4] fib_trie: fix warning from rcu_assign_poinger by Stephen Hemminger · 16 years ago
  58. 817bc4d [IPV4] route: use read_mostly by Stephen Hemminger · 16 years ago
  59. ce25999 [IPV4]: sk parameter is unused in ipv4_dst_blackhole. by Denis V. Lunev · 16 years ago
  60. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 16 years ago
  61. 6ba5a3c [UDP]: Make full use of proto.h.udp_hash innovation. by Pavel Emelyanov · 16 years ago
  62. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago
  63. 22aba38 [IPV4]: Always pass ip_options pointer into ip_options_compile. by Denis V. Lunev · 16 years ago
  64. ef72249 [IPV4]: Remove unused ip_options->is_data. by Denis V. Lunev · 16 years ago
  65. 10fe7d8 [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile. by Denis V. Lunev · 16 years ago
  66. 69d1506 [TCP]: Let skbs grow over a page on fast peers by Herbert Xu · 16 years ago
  67. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 16 years ago
  68. e4c7884 [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack by Patrick McManus · 16 years ago
  69. 539fae8 [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh by Patrick McManus · 16 years ago
  70. 28518fc [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6] by Pavel Emelyanov · 16 years ago
  71. 12b1015 [IPV4]: Fix null dereference in ip_defrag by Phil Oester · 16 years ago
  72. 6f8b13b [NETNS][IPV6] tcp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  73. 0c96d8c [NETNS][IPV6] udp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  74. f40c817 [NETNS][IPV4] tcp - make proc handle the network namespaces by Daniel Lezcano · 16 years ago
  75. 8d9f174 [NETNS][IPV6] tcp - assign the netns for timewait sockets by Daniel Lezcano · 16 years ago
  76. a91275e [NETNS][IPV6] udp - make proc handle the network namespace by Daniel Lezcano · 16 years ago
  77. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 16 years ago
  78. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  79. 607bfbf [TCP]: Fix shrinking windows with window scaling by Patrick McHardy · 16 years ago
  80. d0ebf13 [NETFILTER]: ipt_recent: sanity check hit count by Daniel Hokka Zakrisson · 16 years ago
  81. 938b93a [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. by Robert P. J. Day · 16 years ago
  82. 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
  83. 5e226e4 [IPV4]: esp_output() misannotations by Al Viro · 16 years ago
  84. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  85. 5ea3a74 [TCP]: Prevent sending past receiver window with TSO (at last skb) by Ilpo Järvinen · 16 years ago
  86. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 16 years ago
  87. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  88. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  89. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  90. dea75bd [IPCONFIG]: The kernel gets no IP from some DHCP servers by Stephen Hemminger · 16 years ago
  91. ed58dd4 [ESP]: Add select on AUTHENC by Herbert Xu · 16 years ago
  92. 6b3d626 [TCP]: TCP cubic v2.2 by Sangtae Ha · 16 years ago
  93. 8be8af8 [IPV4] UDP: Move IPv4-specific bits to other file. by YOSHIFUJI Hideaki · 16 years ago
  94. e898d4d [UDP]: Allow users to configure UDP-Lite. by YOSHIFUJI Hideaki · 16 years ago
  95. c6aefaf [TCP]: Add IPv6 support to TCP SYN cookies by Glenn Griffin · 17 years ago
  96. 11baab7 [TCP]: lower stack usage in cookie_hash() function by Eric Dumazet · 17 years ago
  97. 988b705 [ARP]: Introduce the arp_hdr_len helper. by Pavel Emelyanov · 16 years ago
  98. d152a7d [TCP]: Must count fack_count also when skipping by Ilpo Järvinen · 16 years ago
  99. 7cd04fa [TCP]: Merge exit paths in tcp_v4_conn_request. by Denis V. Lunev · 16 years ago
  100. da7ef33 [IPV4]: skb->dst can't be NULL in ip_options_echo. by Denis V. Lunev · 16 years ago