1. a1e59ab [XFRM]: Fix wildcard as tunnel source by Patrick McHardy · 18 years ago
  2. 1ef9696 [TCP]: Send ACKs each 2nd received segment. by Alexey Kuznetsov · 18 years ago
  3. 94aec08 [NETFILTER]: Change tunables to __read_mostly by Brian Haley · 18 years ago
  4. eb878e8 [IPSEC]: output mode to take an xfrm state as input param by Jamal Hadi Salim · 18 years ago
  5. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  6. ff9b5e0 [TCP]: Fix rcv mss estimate for LRO by Herbert Xu · 18 years ago
  7. 9bcfcaf [NETFILTER] bridge: simplify nf_bridge_pad by Stephen Hemminger · 18 years ago
  8. 5176f91 [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation by Thomas Graf · 18 years ago
  9. e3b4ead [UDP]: saddr_cmp function should take const socket pointers by David S. Miller · 18 years ago
  10. bed53ea [UDP]: Mark udp_port_rover static. by David S. Miller · 18 years ago
  11. 25030a7 [UDP]: Unify UDPv4 and UDPv6 ->get_port() by Gerrit Renker · 18 years ago
  12. e5d679f33 [NET]: Use SLAB_PANIC by Alexey Dobriyan · 18 years ago
  13. ef047f5 [NET]: Use BUILD_BUG_ON() for checking size of skb->cb. by YOSHIFUJI Hideaki · 18 years ago
  14. 74975d4 [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  15. bbfb39c [IPV4]: Add support for fwmark masks in routing rules by Patrick McHardy · 18 years ago
  16. 65e3d72 [TCP] tcp_bic: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  17. 2989697 [TCP] tcp_lp: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  18. e4bec82 [IPSEC] esp: Defer output IV initialization to first use. by David S. Miller · 18 years ago
  19. 9d4a706 [XFRM]: Add generation count to xfrm_state and xfrm_dst. by David S. Miller · 18 years ago
  20. edcd582 [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo. by David S. Miller · 18 years ago
  21. 2770834 [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo. by David S. Miller · 18 years ago
  22. e53820d [XFRM] IPV6: Restrict bundle reusing by Masahide NAKAMURA · 18 years ago
  23. 1b5c229 [XFRM] STATE: Support non-fragment outbound transformation headers. by Masahide NAKAMURA · 18 years ago
  24. eb2971b [XFRM] STATE: Search by address using source address list. by Masahide NAKAMURA · 18 years ago
  25. 6c44e6b [XFRM] STATE: Add source address list. by Masahide NAKAMURA · 18 years ago
  26. 7e49e6d [XFRM]: Add XFRM_MODE_xxx for future use. by Masahide NAKAMURA · 18 years ago
  27. efa7416 [NETFILTER]: x_tables: remove unused size argument to check/destroy functions by Patrick McHardy · 18 years ago
  28. fe1cb10 [NETFILTER]: x_tables: remove unused argument to target functions by Patrick McHardy · 18 years ago
  29. da878c8 [NETFILTER]: replace open coded checksum updates by Patrick McHardy · 18 years ago
  30. 1a31526 [NETFILTER]: ctnetlink: remove impossible events tests for updates by Pablo Neira Ayuso · 18 years ago
  31. b3a27bf [NETFILTER]: ctnetlink: check for listeners before sending expectation events by Pablo Neira Ayuso · 18 years ago
  32. b9a37e0 [NETFILTER]: ctnetlink: dump connection mark by Pablo Neira Ayuso · 18 years ago
  33. b93ff78 [NETFILTER]: ipt_recent: add module parameter for changing ownership of /proc/net/ipt_recent/* by Daniel De Graaf · 18 years ago
  34. a468701 [NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent version by Yasuyuki Kozakai · 18 years ago
  35. 9ba1627 [NETFILTER]: x_tables: replace IPv4 dscp match by address family independent version by Yasuyuki Kozakai · 18 years ago
  36. d889ce3 [IPv4]: Convert route get to new netlink api by Thomas Graf · 18 years ago
  37. be403ea [IPv4]: Convert FIB dumping to use new netlink api by Thomas Graf · 18 years ago
  38. 4e902c5 [IPv4]: FIB configuration using struct fib_config by Thomas Graf · 18 years ago
  39. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  40. f21c7bc [IPv4] route: Convert route notifications to use rtnl_notify() by Thomas Graf · 18 years ago
  41. d6062cb [IPv4] address: Convert address notification to use rtnl_notify() by Thomas Graf · 18 years ago
  42. 2942e90 [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts by Thomas Graf · 18 years ago
  43. 81aa646 [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs by Martin Bligh · 18 years ago
  44. 1af5a8c [IPV4]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  45. 9e762a4 [NET]: Introduce RTA_TABLE/FRA_TABLE attributes by Patrick McHardy · 18 years ago
  46. 2dfe55b [NET]: Use u32 for routing table IDs by Patrick McHardy · 18 years ago
  47. bf0d524 [NET]: Remove unnecessary config.h includes from net/ by Dave Jones · 18 years ago
  48. 8f491069 [IPV4]: Use network-order dport for all visible inet_lookup_* by Herbert Xu · 18 years ago
  49. 832b4c5 [IPV4] fib: convert reader/writer to spinlock by Stephen Hemminger · 18 years ago
  50. 99a92ff [IPV4]: Uninline inet_lookup_listener by Herbert Xu · 18 years ago
  51. 1a01912 [INET]: Remove is_setbyuser patch by Louis Nyffenegger · 18 years ago
  52. 0298f36 [IPV4]: Kill fib4_rules_clean(). by David S. Miller · 18 years ago
  53. 8ce11e6 [NET]: Make code static. by Adrian Bunk · 18 years ago
  54. 4cf411d [NETFILTER]: Get rid of HW checksum invalidation by Patrick McHardy · 18 years ago
  55. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  56. 8584d6d [NETFILTER]: netbios conntrack: fix compile by Patrick McHardy · 18 years ago
  57. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 18 years ago
  58. 47f6851 [IPV4]: Convert address dumping to new netlink api by Thomas Graf · 18 years ago
  59. dfdd5fd [IPV4]: Convert address deletion to new netlink api by Thomas Graf · 18 years ago
  60. 5c75397 [IPV4]: Convert address addition to new netlink api by Thomas Graf · 18 years ago
  61. e1ef4bf [IPV4]: Use Protocol Independant Policy Routing Rules Framework by Thomas Graf · 18 years ago
  62. 446fda4 [NetLabel]: CIPSOv4 engine by Paul Moore · 18 years ago
  63. 11a03f7 [NetLabel]: core network changes by Paul Moore · 18 years ago
  64. 4237c75 [MLSXFRM]: Auto-labeling of child sockets by Venkat Yekkirala · 18 years ago
  65. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  66. e4d5b79 [CRYPTO] users: Use crypto_comp and crypto_has_* by Herbert Xu · 18 years ago
  67. 07d4ee5 [IPSEC]: Use HMAC template and hash interface by Herbert Xu · 18 years ago
  68. 6b7326c [IPSEC] ESP: Use block ciphers where applicable by Herbert Xu · 18 years ago
  69. 888454c [IPV4] fib_trie: missing ntohl() when calling fib_semantic_match() by Al Viro · 18 years ago
  70. 3795da4 [TCP] tcp-lp: bug fix for oops in 2.6.18-rc6 by Wong Hoi Sing Edison · 18 years ago
  71. b552216 [IPVS]: remove the debug option go ip_vs_ftp by Simon Horman · 18 years ago
  72. 3f5af5b [IPVS]: Make sure ip_vs_ftp ports are valid by Simon Horman · 18 years ago
  73. 70e76b7 [IPVS]: auto-help for ip_vs_ftp by Simon Horman · 18 years ago
  74. b3a8a40 [TCP]: Turn ABC off. by Stephen Hemminger · 18 years ago
  75. 0668b47 [IPV4]: Fix SNMPv2 "ipFragFails" counter error by Wei Dong · 18 years ago
  76. 3fdf3f0 [TCP]: Two RFC3465 Appropriate Byte Count fixes. by Daikichi Osuga · 18 years ago
  77. 316c159 [TCP]: Limit window scaling if window is clamped. by Stephen Hemminger · 18 years ago
  78. e0b7cde [NETFILTER]: arp_tables: fix table locking in arpt_do_table by Patrick McHardy · 18 years ago
  79. 8311731 [NETFILTER]: ip_tables: fix table locking in ipt_do_table by Patrick McHardy · 18 years ago
  80. d205dc4 [NETFILTER]: ctnetlink: fix deadlock in table dumping by Patrick McHardy · 18 years ago
  81. 6e8fcbf [IPV4]: severe locking bug in fib_semantics.c by Alexey Kuznetsov · 18 years ago
  82. acd6e00 [MCAST]: Fix filter leak on device removal. by David L Stevens · 18 years ago
  83. bb699cbc [IPV4]: Possible leak of multicast source filter sctructure by Michal Ruzicka · 18 years ago
  84. e9fa4f7 [INET]: Use pskb_trim_unique when trimming paged unique skbs by Herbert Xu · 18 years ago
  85. dcb7cd9 [NETFILTER]: ulog: fix panic on SMP kernels by Mark Huang · 18 years ago
  86. 0eff66e [NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init path by Patrick McHardy · 18 years ago
  87. 1c7628bd [NETFILTER]: xt_hashlimit: fix limit off-by-one by Patrick McHardy · 18 years ago
  88. 18b6fe6 [TCP]: Fix botched memory leak fix to tcpprobe_read(). by David S. Miller · 18 years ago
  89. bd37a08 [TCP]: SNMPv2 tcpOutSegs counter error by Wei Yongjun · 18 years ago
  90. 8d1502d [IPV4]: Limit rt cache size properly. by Kirill Korotaev · 18 years ago
  91. d254bcd [TCP]: Fixes IW > 2 cases when TCP is application limited by Ilpo Järvinen · 18 years ago
  92. 29bbd72 [NET]: Fix more per-cpu typos by Alexey Dobriyan · 18 years ago
  93. dc49c1f [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch by Catherine Zhang · 18 years ago
  94. dafee49 [IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter error by Wei Dong · 18 years ago
  95. 3ab7208 [NETFILTER]: xt_hashlimit/xt_string: missing string validation by Patrick McHardy · 18 years ago
  96. b10866f [NETFILTER]: SIP helper: expect RTP streams in both directions by Patrick McHardy · 18 years ago
  97. 52499af [TCP]: Process linger2 timeout consistently. by David S. Miller · 18 years ago
  98. 8d71740 [NET]: Core net changes to generate netevents by Tom Tucker · 18 years ago
  99. 3687b1d [TCP]: SNMPv2 tcpAttemptFails counter error by Wei Yongjun · 18 years ago
  100. 118075b [TCP]: fix memory leak in net/ipv4/tcp_probe.c::tcpprobe_read() by James Morris · 18 years ago