1. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  2. efac527 [IPVS]: Synchronize closing of Connections by Rumen G. Bogdanovski · 17 years ago
  3. 1e356f9 [IPVS]: Bind connections on stanby if the destination exists by Rumen G. Bogdanovski · 17 years ago
  4. 4999f36 [IPSEC]: Fix crypto_alloc_comp error checking by Herbert Xu · 17 years ago
  5. c3e9a35 [IPV4]: Compact some ifdefs in the fib code. by Pavel Emelyanov · 17 years ago
  6. 47a31a6 [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  7. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  8. 6a9fb94 [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs by Pavel Emelyanov · 17 years ago
  9. 429f08e [IPV4]: Consolidate the ip cork destruction in ip_output.c by Pavel Emelyanov · 17 years ago
  10. d1332e0 [NETFILTER]: remove unneeded rcu_dereference() calls by Patrick McHardy · 17 years ago
  11. 0795c65 [NETFILTER]: Clean up Makefile by Jan Engelhardt · 17 years ago
  12. 7351a22 [NETFILTER]: ip{,6}_queue: convert to seq_file interface by Alexey Dobriyan · 17 years ago
  13. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  14. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  15. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  16. 261ab36 [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion by Ilpo Järvinen · 17 years ago
  17. e56d6cd [TCP]: Process DSACKs that reside within a SACK block by Ilpo Järvinen · 17 years ago
  18. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  19. 07afa04 [IPVS]: Remove /proc/net/ip_vs_lblcr by Alexey Dobriyan · 17 years ago
  20. e403149 Kbuild/doc: fix links to Documentation files by Dirk Hohndel · 17 years ago
  21. 0ccfe61 [TCP]: Saner thash_entries default with much memory. by Jean Delvare · 17 years ago
  22. 064f360 [IPv4] SNMP: Refer correct memory location to display ICMP out-going statistics by Mitsuru Chinen · 17 years ago
  23. b0a713e [TCP] MD5: Remove some more unnecessary casting. by Matthias M. Dellweg · 17 years ago
  24. c940587 [TCP] vegas: Fix a bug in disabling slow start by gamma parameter. by Xiaoliang (David) Wei · 17 years ago
  25. 5c81833 [IPVS]: use proper timeout instead of fixed value by Andy Gospodarek · 17 years ago
  26. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  27. 72998d8 [INET] ESP: Must #include <linux/scatterlist.h> by Adrian Bunk · 17 years ago
  28. 4be2700 [NetLabel]: correct usage of RCU locking by Paul Moore · 17 years ago
  29. 94d3b1e [TCP]: fix D-SACK cwnd handling by Ryousei Takano · 17 years ago
  30. 39296ed [INET]: Unexport icmpmsg_statistics by Adrian Bunk · 17 years ago
  31. 0f79efd [TCP]: Make tcp_match_skb_to_sack() static. by Adrian Bunk · 17 years ago
  32. c7da57a [TCP]: Fix scatterlist handling in MD5 signature support. by David S. Miller · 17 years ago
  33. ed0e7e0 [IPSEC]: Add missing sg_init_table() calls to ESP. by David S. Miller · 17 years ago
  34. 564262c [TCP]: Fix inconsistency of terms. by Ryousei Takano · 17 years ago
  35. fee9dee [UDP]: Make use of inet_iif() when doing socket lookups. by Vlad Yasevich · 17 years ago
  36. 8a6911b [IPV4]: Remove no longer used snmp4_icmp_list. by David S. Miller · 17 years ago
  37. 03cf786 [IPV4]: Explicitly call fib_get_table() in fib_frontend.c by Pavel Emelyanov · 17 years ago
  38. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  39. 6a5f44d [IPV4] ip_gre: sendto/recvfrom NBMA address by Timo Teras · 17 years ago
  40. 305e1e9 [INET]: Let inet_diag and friends autoload by Jean Delvare · 17 years ago
  41. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  42. 804b908 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  43. 6651fd5 Use task_pid_nr() in ip_vs_sync.c by Pavel Emelyanov · 17 years ago
  44. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  45. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  46. a25de53 [INET]: Justification for local port range robustness. by Anton Arapov · 17 years ago
  47. a577936 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  48. 064b5bb sysctl: remove broken netfilter binary sysctls by Eric W. Biederman · 17 years ago
  49. 49641b5 sysctl: ipv4 remove binary sysctl paths where they are broken by Eric W. Biederman · 17 years ago
  50. df2e014 [TCP]: Remove lost_retrans zero seqno special cases by Ilpo Järvinen · 17 years ago
  51. 4554247 [NET]: Fix uninitialised variable in ip_frag_reasm() by David Howells · 17 years ago
  52. 1399637 [IPSEC]: Rename mode to outer_mode and add inner_mode by Herbert Xu · 17 years ago
  53. ed3e37d [IPSEC]: Use the top IPv4 route's peer instead of the bottom by Herbert Xu · 17 years ago
  54. 17c2a42 [IPSEC]: Store afinfo pointer in xfrm_mode by Herbert Xu · 17 years ago
  55. 1bfcb10 [IPSEC]: Add missing BEET checks by Herbert Xu · 17 years ago
  56. c4541b4 [IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input by Herbert Xu · 17 years ago
  57. 04663d0 [IPSEC]: Fix pure tunnel modes involving IPv6 by Herbert Xu · 17 years ago
  58. c954770 [INET]: Consolidate frag queues freeing by Pavel Emelyanov · 17 years ago
  59. 48d6005 [INET]: Remove no longer needed ->equal callback by Pavel Emelyanov · 17 years ago
  60. abd6523 [INET]: Consolidate xxx_find() in fragment management by Pavel Emelyanov · 17 years ago
  61. c6fda28 [INET]: Consolidate xxx_frag_create() by Pavel Emelyanov · 17 years ago
  62. e521db9 [INET]: Consolidate xxx_frag_alloc() by Pavel Emelyanov · 17 years ago
  63. 2588fe1 [INET]: Consolidate xxx_frag_intern by Pavel Emelyanov · 17 years ago
  64. fd9e635 [INET]: Omit double hash calculations in xxx_frag_intern by Pavel Emelyanov · 17 years ago
  65. f1673ca [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue by Denis V. Lunev · 17 years ago
  66. 762cc40 [INET]: Consolidate the xxx_put by Pavel Emelyanov · 17 years ago
  67. 4b6cb5d [INET]: Small cleanup for xxx_put after evictor consolidation by Pavel Emelyanov · 17 years ago
  68. 8e7999c [INET]: Consolidate the xxx_evictor by Pavel Emelyanov · 17 years ago
  69. 1e4b828 [INET]: Consolidate the xxx_frag_destroy by Pavel Emelyanov · 17 years ago
  70. 321a3a9 [INET]: Consolidate xxx_the secret_rebuild by Pavel Emelyanov · 17 years ago
  71. 277e650 [INET]: Consolidate the xxx_frag_kill by Pavel Emelyanov · 17 years ago
  72. 04128f2 [INET]: Collect common frag sysctl variables together by Pavel Emelyanov · 17 years ago
  73. 7eb9515 [INET]: Collect frag queues management objects together by Pavel Emelyanov · 17 years ago
  74. 5ab11c9 [INET]: Move common fields from frag_queues in one place. by Pavel Emelyanov · 17 years ago
  75. f885c5b [TCP]: high_seq parameter removed (all callers use tp->high_seq) by Ilpo Järvinen · 17 years ago
  76. 861d048 [IPV4]: Uninline netfilter okfns by Patrick McHardy · 17 years ago
  77. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  78. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  79. af1e1cf [IPVS]: Replace local version of skb_make_writable by Herbert Xu · 17 years ago
  80. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  81. 776c729 [IPV4]: Change ip_defrag to return an integer by Herbert Xu · 17 years ago
  82. 1706d58 [IPV4]: Make ip_defrag return the same packet by Herbert Xu · 17 years ago
  83. f53f413 fix endianness bug in inet_lro by Al Viro · 17 years ago
  84. 9df7c98 inet_lro: trivial endianness annotations by Al Viro · 17 years ago
  85. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  86. f785a8e [TCP]: Fix lost_retrans loop vs fastpath problems by Ilpo Järvinen · 17 years ago
  87. 4cd8299 [TCP]: No need to re-count fackets_out/sacked_out at RTO by Ilpo Järvinen · 17 years ago
  88. d193594 [TCP]: Extract tcp_match_queue_to_sack from sacktag code by Ilpo Järvinen · 17 years ago
  89. f6fb128 [TCP]: Kill almost unused variable pcount from sacktag by Ilpo Järvinen · 17 years ago
  90. 3eec004 [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L by Ilpo Järvinen · 17 years ago
  91. 16e9068 [TCP]: Add bytes_acked (ABC) clearing to FRTO too by Ilpo Järvinen · 17 years ago
  92. 28f7b03 [NETLINK]: fib_frontend build fixes by David S. Miller · 17 years ago
  93. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  94. 227b60f [INET]: local port range robustness by Stephen Hemminger · 17 years ago
  95. 631a669 [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c by Herbert Xu · 17 years ago
  96. ceb1eec [IPSEC]: Move IP length/checksum setting out of transforms by Herbert Xu · 17 years ago
  97. 87bdc48 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr by Herbert Xu · 17 years ago
  98. 37fedd3 [IPSEC]: Use IPv6 calling convention as the convention for x->mode->output by Herbert Xu · 17 years ago
  99. 7b277b1 [IPSEC]: Set skb->data to payload in x->mode->output by Herbert Xu · 17 years ago
  100. 8bd1707 [IPSEC] esp: Remove NAT-T checksum invalidation for BEET by Herbert Xu · 17 years ago