1. 8f4c1f9 [NETLINK]: Introduce nested and byteorder flag to netlink attribute by Thomas Graf · 17 years ago
  2. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  3. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  4. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  5. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  6. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  7. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  8. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  9. 3b26a9a [IPV4] IPSEC: Omit redirect for tunnelled packet. by Masahide NAKAMURA · 17 years ago
  10. 32c1da7 [UDP]: Randomize port selection. by Stephen Hemminger · 17 years ago
  11. 356f89e [NET] Cleanup: DIV_ROUND_UP by Ilpo Järvinen · 17 years ago
  12. 18f0254 [TCP] MIB: Add counters for discarded SACK blocks by Ilpo Järvinen · 17 years ago
  13. 5b3c988 [TCP]: Discard fuzzy SACK blocks by Ilpo Järvinen · 17 years ago
  14. 6728e7d [TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto by Ilpo Järvinen · 17 years ago
  15. 6ff03ac [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere) by Ilpo Järvinen · 17 years ago
  16. e9144bd [TCP]: Remove unnecessary wrapper tcp_packets_out_dec by Ilpo Järvinen · 17 years ago
  17. ab66b4a [IPV4] fib_trie: macro cleanup by Stephen Hemminger · 17 years ago
  18. 0680191 [IPV4] fib_trie: cleanup by Stephen Hemminger · 17 years ago
  19. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  20. 1b6d427b [TCP]: Reduce sacked_out with reno when purging write_queue by Ilpo Järvinen · 17 years ago
  21. d02596e [TCP]: Keep state in Disorder also if only lost_out > 0 by Ilpo Järvinen · 17 years ago
  22. 86426c2 [TCP]: Restore over-zealous tcp_sync_left_out-like removals by Ilpo Järvinen · 17 years ago
  23. 005903b [TCP]: Left out sync->verify (the new meaning of it) & definify by Ilpo Järvinen · 17 years ago
  24. 83ae408 [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines by Ilpo Järvinen · 17 years ago
  25. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  26. 35e8694 [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_acked by Ilpo Järvinen · 17 years ago
  27. af610b4 [TCP]: Add tcp_dec_pcount_approx int variant by Ilpo Järvinen · 17 years ago
  28. bdf1ee5 [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it by Ilpo Järvinen · 17 years ago
  29. 539d243 [TCP]: Access to highest_sack obsoletes forward_cnt_hint by Ilpo Järvinen · 17 years ago
  30. 9bff40f [TCP] FRTO: remove unnecessary fackets/sacked_out recounting by Ilpo Järvinen · 17 years ago
  31. 4ddf667 [TCP]: Move Reno SACKed_out counter functions earlier by Ilpo Järvinen · 17 years ago
  32. d06e021 [TCP]: Extract DSACK detection code from tcp_sacktag_write_queue(). by David S. Miller · 17 years ago
  33. 19b2b48 [TCP]: Rexmit hint must be cleared instead of setting it by Ilpo Järvinen · 18 years ago
  34. d8f4f22 [TCP]: Extracted rexmit hint clearing from the LOST marking code by Ilpo Järvinen · 18 years ago
  35. d738cd8 [TCP]: Add highest_sack seqno, points to globally highest SACK by Ilpo Järvinen · 18 years ago
  36. 71c87e0 [NET]: Generic Large Receive Offload for TCP traffic by Jan-Bernd Themann · 17 years ago
  37. 48611c4 [TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed by Ilpo Järvinen · 17 years ago
  38. f8ab18d [TCP]: Fix MD5 signature handling on big-endian. by David S. Miller · 17 years ago
  39. 2a0c6c9 [IPV4]: Just increment OutDatagrams once per a datagram. by YOSHIFUJI Hideaki · 17 years ago
  40. 0a9c730 [INET_DIAG]: Fix oops in netlink_rcv_skb by Patrick McHardy · 17 years ago
  41. 16fcec3 [NETFILTER]: Fix/improve deadlock condition on module removal netfilter by Neil Horman · 17 years ago
  42. 0fb9670 [NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messages by Patrick McHardy · 17 years ago
  43. 596e415 [IPV4] devinet: show all addresses assigned to interface by Stephen Hemminger · 17 years ago
  44. 5c127c5 [TCP]: 'dst' can be NULL in tcp_rto_min() by David S. Miller · 17 years ago
  45. 05bb1fa [TCP]: Allow minimum RTO to be configurable via routing metrics. by David S. Miller · 17 years ago
  46. 2672287 [TCP]: Describe tcp_init_cwnd() thoroughly in a comment. by David S. Miller · 17 years ago
  47. a96fb49 [NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless by Flavio Leitner · 17 years ago
  48. 96fe1c0 [IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302. by Nick Bowler · 17 years ago
  49. 45241a7 [NETFILTER]: nf_nat_sip: don't drop short packets by Patrick McHardy · 17 years ago
  50. cae7ca3 [IPVS]: Use IP_VS_WAIT_WHILE when encessary. by Heiko Carstens · 17 years ago
  51. f49f996 [IPV4]: Clean up duplicate includes in net/ipv4/ by Jesper Juhl · 17 years ago
  52. dcbdc93 [IPCONFIG]: ip_auto_config fix by Joakim Tjernlund · 17 years ago
  53. f34d195 [TCP]: H-TCP maxRTT estimation at startup by Stephen Hemminger · 17 years ago
  54. 591e620 [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrack by Patrick McHardy · 17 years ago
  55. 3af8e31 [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_open() by Jesper Juhl · 17 years ago
  56. 49ff4bb [TCP]: DSACK signals data receival, be conservative by Ilpo Järvinen · 17 years ago
  57. 2e60529 [TCP]: Also handle snd_una changes in tcp_cwnd_down by Ilpo Järvinen · 17 years ago
  58. 3516ffb [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). by David S. Miller · 17 years ago
  59. 1bcabbd [IPV4] route.c: mostly kmalloc + memset conversion to k[cz]alloc by Mariusz Kozlowski · 17 years ago
  60. 4487b2f [IPV4] raw.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  61. 8adc546 [NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  62. 3764070 [IPV4] ip_options.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  63. b8ed601 [TCP]: Bidir flow must not disregard SACK blocks for lost marking by Ilpo Järvinen · 17 years ago
  64. 1e757f9 [TCP]: Fix ratehalving with bidirectional flows by Ilpo Järvinen · 17 years ago
  65. b217d61 [IPV4/IPV6]: Fail registration if inet device construction fails by Herbert Xu · 17 years ago
  66. ccc7911 [IPVS]: Use skb_forward_csum by Herbert Xu · 17 years ago
  67. 113bbbd [TCP]: htcp - use measured rtt by Stephen Hemminger · 17 years ago
  68. e7d0c885 [TCP]: cubic - eliminate use of receive time stamp by Stephen Hemminger · 17 years ago
  69. 30cfd0b [TCP]: congestion control API pass RTT in microseconds by Stephen Hemminger · 17 years ago
  70. a34c458 netfilter endian regressions by Al Viro · 17 years ago
  71. 7e2acc7 [NETFILTER]: Fix logging regression by Patrick McHardy · 17 years ago
  72. fc7b938 [IPV4]: Fix inetpeer gcc-4.2 warnings by Patrick McHardy · 17 years ago
  73. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  74. c65c513 missed cong_avoid() instance by Al Viro · 17 years ago
  75. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  76. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  77. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  78. 9c681b4 [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  79. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  80. 0a9f2a4 [TCP]: Verify the presence of RETRANS bit when leaving FRTO by Ilpo Järvinen · 17 years ago
  81. 1b1ac75 [IPV4]: Cleanup call to __neigh_lookup() by Jean Delvare · 17 years ago
  82. 61075af [NETFILTER]: nf_conntrack: mark protocols __read_mostly by Patrick McHardy · 17 years ago
  83. a887c1c [NETFILTER]: Lower *tables printk severity by Patrick McHardy · 17 years ago
  84. 130e7a8 [NETFILTER]: nf_conntrack: Don't track locally generated special ICMP error by Yasuyuki Kozakai · 17 years ago
  85. e2a3123 [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses it by Yasuyuki Kozakai · 17 years ago
  86. ffc3069 [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames it by Yasuyuki Kozakai · 17 years ago
  87. acd159b [INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() static by Adrian Bunk · 17 years ago
  88. b3b0b68 [TCP]: tcp probe add back ssthresh field by Stephen Hemminger · 17 years ago
  89. e030dbf Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop by Linus Torvalds · 17 years ago
  90. 662ad4f [TCP]: tcp probe wraparound handling and other changes by Stephen Hemminger · 17 years ago
  91. e00c5d8 I/OAT: warning fix by Andrew Morton · 18 years ago
  92. 2b1244a I/OAT: Only offload copies for TCP when there will be a context switch by Chris Leech · 18 years ago
  93. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  94. 3be550f [UDP]: Fix length check. by Patrick McHardy · 17 years ago
  95. cfbba49 [NET]: Avoid copying writable clones in tunnel drivers by Patrick McHardy · 17 years ago
  96. 4839c52 [IPV4]: Make ip_tos2prio const. by Philippe De Muyter · 17 years ago
  97. 0236e66 [NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severity by Dan Aloni · 17 years ago
  98. 0d53778 [NETFILTER]: Convert DEBUGP to pr_debug by Patrick McHardy · 17 years ago
  99. d3c3f42 [NETFILTER]: ipt_CLUSTERIP: add compat code by Patrick McHardy · 17 years ago
  100. 3569b62 [NETFILTER]: ipt_SAME: add to feature-removal-schedule by Patrick McHardy · 17 years ago