1. e130af5 [TCP]: Fix double adjustment of tp->{lost,left}_out in tcp_fragment(). by Herbert Xu · 19 years ago
  2. 1d8674e Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  3. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  4. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  5. cb7b593 [IPV4] fib_trie: fix proc interface by Stephen Hemminger · 19 years ago
  6. e104411b [XFRM]: Always release dst_entry on error in xfrm_lookup by Patrick McHardy · 19 years ago
  7. cf0b450 [TCP]: Fix off by one in tcp_fragment() "already sent" test. by Herbert Xu · 19 years ago
  8. 3a93481 [NETFILTER]: ip_conntrack_netbios_ns.c gcc-2.95.x build fix by Andrew Morton · 19 years ago
  9. ce723d8 [IPV4]: Fix refcount damaging in net/ipv4/route.c by Julian Anastasov · 19 years ago
  10. e308e25 [IPV4] udp: trim forgets about CHECKSUM_HW by Stephen Hemminger · 19 years ago
  11. 48bc41a [IPV4]: Reassembly trim not clearing CHECKSUM_HW by Stephen Hemminger · 19 years ago
  12. e446639 [NETFILTER]: Missing unlock in TCP connection tracking error path by Patrick McHardy · 19 years ago
  13. 49719eb [NETFILTER]: kill __ip_ct_expect_unlink_destroy by Pablo Neira Ayuso · 19 years ago
  14. 91c46e2 [NETFILTER]: Don't increase master refcount on expectations by Pablo Neira Ayuso · 19 years ago
  15. 03486a4 [NETFILTER]: Handle NAT module load race by Patrick McHardy · 19 years ago
  16. 31c913e [NETFILTER]: Fix CONNMARK Kconfig dependency by Yasuyuki Kozakai · 19 years ago
  17. a2978ae [NETFILTER]: Add NetBIOS name service helper by Patrick McHardy · 19 years ago
  18. 2248bcf [NETFILTER]: Add support for permanent expectations by Patrick McHardy · 19 years ago
  19. fb5f5e6 [TCP]: Fix TCP_OFF() bug check introduced by previous change. by Herbert Xu · 19 years ago
  20. 43d6066 [IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h> by Adrian Bunk · 19 years ago
  21. 6475be1 [TCP]: Keep TSO enabled even during loss events. by David S. Miller · 19 years ago
  22. ef01578 [TCP]: Fix sk_forward_alloc underflow in tcp_sendmsg by Herbert Xu · 19 years ago
  23. d80d99d [NET]: Add sk_stream_wmem_schedule by Herbert Xu · 19 years ago
  24. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  25. 5170dbe [NETFILTER]: CLUSTERIP: fix memcpy() length typo by KOVACS Krisztian · 19 years ago
  26. 5f2c3b9 [NETFILTER]: Add new iptables TTL target by Harald Welte · 19 years ago
  27. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  28. 29cb9f9 [LIB]: Make TEXTSEARCH_BM plain tristate like the others by David S. Miller · 19 years ago
  29. 2373ce1 [IPV4]: Convert FIB Trie to RCU. by Robert Olsson · 19 years ago
  30. e5b4376 [IPV4]: Prepare FIB core for RCU. by Robert Olsson · 19 years ago
  31. 3625796 [IPV4]: Module export of ip_rcv() no longer needed. by Ralf Baechle · 19 years ago
  32. 0c7770c [IPV4]: FIB trie cleanup by Stephen Hemminger · 19 years ago
  33. dc40c7b [ICSK]: Generalise tcp_listen_poll by Arnaldo Carvalho de Melo · 19 years ago
  34. 0546534 [NETFILTER]: Add goto target by Patrick McHardy · 19 years ago
  35. 7567662 [NETFILTER]: Add string match by Pablo Neira Ayuso · 19 years ago
  36. 33d043d [IPV4]: ip_finish_output() can be inlined by Thomas Graf · 19 years ago
  37. 9070683 [IPV4]: Remove some dead code from ip_forward() by Thomas Graf · 19 years ago
  38. 3e192be [IPV4]: Avoid common branch mispredictions in ip_rcv_finish() by Thomas Graf · 19 years ago
  39. d245407 [IPV4]: Move ip options parsing out of ip_rcv_finish() by Thomas Graf · 19 years ago
  40. e9c6042 [IPV4]: Avoid common branch misprediction while checking csum in ip_rcv() by Thomas Graf · 19 years ago
  41. 5861524 [IPV4]: Consistency and whitespace cleanup of ip_rcv() by Thomas Graf · 19 years ago
  42. bf0ff9e [IPVS]: ipv4_table --> ipvs_ipv4_table by David S. Miller · 19 years ago
  43. d179cd1 [NET]: Implement SKB fast cloning. by David S. Miller · 19 years ago
  44. ba602a8 [IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}() by David S. Miller · 19 years ago
  45. 4c6ea29 [IP]: Introduce ip_options_get_from_user by Arnaldo Carvalho de Melo · 19 years ago
  46. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  47. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  48. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  49. db08052 [NETLINK]: Remove unused groups member from struct netlink_skb_parms by Patrick McHardy · 19 years ago
  50. 34b4a4a [NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner by Christoph Hellwig · 19 years ago
  51. 000efe1 [NETFILTER]: Make NETMAP target usable in OUTPUT by Gary Wayne Smith · 19 years ago
  52. 9baa5c6 [NETFILTER]: Don't exclude local packets from MASQUERADING by Patrick McHardy · 19 years ago
  53. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  54. 25ed891 [NETFILTER]: Nicer names for ipt_connbytes constants by Patrick McHardy · 19 years ago
  55. 8ffde67 [NETFILTER]: Fix div64_64 in ipt_connbytes by Patrick McHardy · 19 years ago
  56. 9d810fd [NETFILTER]: Add new iptables "connbytes" match by Harald Welte · 19 years ago
  57. 17b085e [INET_DIAG]: Move the tcp_diag interface to the proper place by Arnaldo Carvalho de Melo · 19 years ago
  58. a8c2190 [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  59. 73c1f4a [TCPDIAG]: Just rename everything to inet_diag by Arnaldo Carvalho de Melo · 19 years ago
  60. 4f5736c [TCPDIAG]: Introduce inet_diag_{register,unregister} by Arnaldo Carvalho de Melo · 19 years ago
  61. 5324a04 [INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c by Arnaldo Carvalho de Melo · 19 years ago
  62. 505cbfc [IPV6]: Generalise the tcp_v6_lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  63. e41aac4 [TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP by Arnaldo Carvalho de Melo · 19 years ago
  64. 540722f [TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK by Arnaldo Carvalho de Melo · 19 years ago
  65. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  66. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  67. 696ab2d [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c by Arnaldo Carvalho de Melo · 19 years ago
  68. 295ff7e [TIMEWAIT]: Introduce inet_timewait_death_row by Arnaldo Carvalho de Melo · 19 years ago
  69. 1d3de41 [NETFILTER]: New iptables DCCP protocol header match by Harald Welte · 19 years ago
  70. bb435b8 [IPV4]: fib_trie: Use const by Stephen Hemmigner · 19 years ago
  71. 2f80b3c [IPV4]: fib_trie: Use ERR_PTR to handle errno return by Robert Olsson · 19 years ago
  72. 91b9a27 [IPV4]: FIB Trie cleanups. by Olof Johansson · 19 years ago
  73. 7663f18 [NETFILTER]: return ENOMEM when ip_conntrack_alloc() fails. by Yasuyuki Kozakai · 19 years ago
  74. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  75. 210a9eb [NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queue by Harald Welte · 19 years ago
  76. 2669d63 [NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memory by Harald Welte · 19 years ago
  77. bb97d31 [INET]: Make inet_create try to load protocol modules by Arnaldo Carvalho de Melo · 19 years ago
  78. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  79. d8c97a9 [NET]: Export symbols needed by the current DCCP code by Arnaldo Carvalho de Melo · 19 years ago
  80. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  81. 0a5578c [ICSK]: Generalise tcp_listen_{start,stop} by Arnaldo Carvalho de Melo · 19 years ago
  82. 9f1d260 [ICSK]: Introduce inet_csk_clone by Arnaldo Carvalho de Melo · 19 years ago
  83. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  84. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  85. 87d11ce [SOCK]: Introduce sk_clone by Arnaldo Carvalho de Melo · 19 years ago
  86. c676270 [INET_TWSK]: Introduce inet_twsk_alloc by Arnaldo Carvalho de Melo · 19 years ago
  87. e48c414 [INET]: Generalise the TCP sock ID lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  88. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  89. 33b6223 [INET]: Generalise tcp_v4_lookup_listener by Arnaldo Carvalho de Melo · 19 years ago
  90. 81849d1 [INET]: Generalise tcp_v4_hash & tcp_unhash by Arnaldo Carvalho de Melo · 19 years ago
  91. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  92. f3f05f7 [INET]: Generalise the tcp_listen_ lock routines by Arnaldo Carvalho de Melo · 19 years ago
  93. 6e04e02 [INET]: Move tcp_port_rover to inet_hashinfo by Arnaldo Carvalho de Melo · 19 years ago
  94. 2d8c4ce [INET]: Generalise tcp_bind_hash & tcp_inherit_port by Arnaldo Carvalho de Melo · 19 years ago
  95. ff21d57 [NETFILTER]: fix list traversal order in ctnetlink by Pablo Neira Ayuso · 19 years ago
  96. 28b19d9 [NETFILTER]: Fix typo in ctnl_exp_cb array (no bug, just memory waste) by Pablo Neira Ayuso · 19 years ago
  97. 37012f7 [NETFILTER]: fix conntrack refcount leak in unlink_expect() by Pablo Neira Ayuso · 19 years ago
  98. 14a50bb [NETFILTER]: ctnetlink: make sure event order is correct by Pablo Neira Ayuso · 19 years ago
  99. 1444fc5 [NETFILTER]: don't use nested attributes for conntrack_expect by Harald Welte · 19 years ago
  100. 927ccbc [NETFILTER]: attribute count is an attribute of message type, not subsytem by Harald Welte · 19 years ago