1. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  2. 9a7030b tcp: Remove redundant copy of MD5 authentication key by John Dykstra · 15 years ago
  3. 80a1096 tcp: fix premature termination of FIN_WAIT2 time-wait sockets by Octavian Purdila · 15 years ago
  4. 80b71b8 fib_trie: resize rework by Jens Låås · 15 years ago
  5. 30038fc net: ip_rt_send_redirect() optimization by Eric Dumazet · 15 years ago
  6. df19a62 tcp: keepalive cleanups by Eric Dumazet · 15 years ago
  7. 3d1427f ipv4: af_inet.c cleanups by Eric Dumazet · 15 years ago
  8. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  9. f816700 xfrm4: fix build when SYSCTLs are disabled by Randy Dunlap · 15 years ago
  10. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  11. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  12. a3e8ee6 ipv4: ARP neigh procfs buffer overflow by roel kluin · 15 years ago
  13. a44a4a0 xfrm: export xfrm garbage collector thresholds via sysctl by Neil Horman · 15 years ago
  14. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  15. 67edfef TCP: Add comments to (near) all functions in tcp_output.c v3 by Andi Kleen · 15 years ago
  16. e547bc1 tcp: Use correct peer adr when copying MD5 keys by John Dykstra · 15 years ago
  17. e3afe7b tcp: Fix MD5 signature checking on IPv4 mapped sockets by John Dykstra · 15 years ago
  18. b902e57 ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups by Jarek Poplawski · 15 years ago
  19. be916cd ipv4: Fix inflate_threshold_root automatically by Jarek Poplawski · 15 years ago
  20. c305947 ipv4: Use synchronize_rcu() during trie_rebalance() by Jarek Poplawski · 15 years ago
  21. c482c56 udp: cleanups by Eric Dumazet · 15 years ago
  22. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  23. ee686ca gre: fix ToS/DiffServ inherit bug by Andreas Jaggi · 15 years ago
  24. d7ca4cc udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. by Sridhar Samudrala · 15 years ago
  25. e51a67a net: ip_push_pending_frames() fix by Eric Dumazet · 15 years ago
  26. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  27. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  28. 345aa03 ipv4: Fix fib_trie rebalancing, part 4 (root thresholds) by Jarek Poplawski · 15 years ago
  29. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  30. c615c9f xfrm4: fix the ports decode of sctp protocol by Wei Yongjun · 15 years ago
  31. f8a68e7 Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification" by Eric W. Biederman · 15 years ago
  32. 008440e ipv4: Fix fib_trie rebalancing, part 3 by Jarek Poplawski · 15 years ago
  33. 6828b92 tcp: Do not tack on TSO data to non-TSO packet by Herbert Xu · 15 years ago
  34. 8e5b9dd tcp: Stop non-TSO packets morphing into TSO by Herbert Xu · 15 years ago
  35. 53bd972 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  36. a3a9f79 netfilter: tcp conntrack: fix unacknowledged data detection with NAT by Patrick McHardy · 15 years ago
  37. 71f9dac inet: Call skb_orphan before tproxy activates by Herbert Xu · 15 years ago
  38. 1ac530b tcp: missing check ACK flag of received segment in FIN-WAIT-2 state by Wei Yongjun · 15 years ago
  39. 09ce42d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  40. b6280b4 ipv4 routing: Ensure that route cache entries are usable and reclaimable with caching is off by Neil Horman · 15 years ago
  41. 5165aec Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  42. 73e4289 ipv4: fix NULL pointer + success return in route lookup path by Neil Horman · 15 years ago
  43. d2aa455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  44. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  45. 7b85576 ipv4: Fix fib_trie rebalancing, part 2 by Jarek Poplawski · 15 years ago
  46. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  47. 9e337b0 net: annotate inet_timewait_sock bitfields by Vegard Nossum · 16 years ago
  48. e0f7cb8 ipv4: Fix fib_trie rebalancing by Jarek Poplawski · 15 years ago
  49. 403dbb9 PIM-SM: namespace changes by Tom Goff · 15 years ago
  50. e61a4b6 ipv4: update ARPD help text by Timo Teräs · 15 years ago
  51. 125bb8f net: use a deferred timer in rt_check_expire by Eric Dumazet · 15 years ago
  52. 24992ea netfilter: ip_tables: fix build error by Patrick McHardy · 15 years ago
  53. 36432da Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Patrick McHardy · 15 years ago
  54. 2b85a34 net: No more expensive sock_hold()/sock_put() on each tx by Eric Dumazet · 15 years ago
  55. 0808dc8 netfilter: Fix extra semi-colon in skb_walk_frags() changes. by David S. Miller · 15 years ago
  56. 343a997 netfilter: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  57. d7fcf1a ipv4: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  58. f87fb66 netfilter: nf_ct_icmp: keep the ICMP ct entries longer by Jan Kasprzak · 15 years ago
  59. 17f2f52 netfilter: ipt_MASQUERADE: remove redundant rwlock by Florian Westphal · 15 years ago
  60. a5e7882 netfilter: x_tables: added hook number into match extension parameter structure. by Evgeniy Polyakov · 15 years ago
  61. 2307f86 ipv4: remove ip_mc_drop_socket() declaration from af_inet.c. by Rami Rosen · 15 years ago
  62. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  63. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  64. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 17e6e4e netfilter: conntrack: simplify event caching system by Pablo Neira Ayuso · 15 years ago
  66. 8cc848f Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 15 years ago
  67. f771bef ipv4: New multicast-all socket option by Nivedita Singhvi · 15 years ago
  68. 4d52cfb net: ipv4/ip_sockglue.c cleanups by Eric Dumazet · 15 years ago
  69. 2df9001 tcp: fix loop in ofo handling code and reduce its complexity by Ilpo Järvinen · 15 years ago
  70. 108bfa8 net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup() by Eric Dumazet · 15 years ago
  71. 28e7221 net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup() by Eric Dumazet · 15 years ago
  72. 9152194 tcp: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  73. a2a804c tcp: Do not check flush when comparing options for GRO by Herbert Xu · 15 years ago
  74. 1075f3f ipv4: Use 32-bit loads for ID and length in GRO by Herbert Xu · 15 years ago
  75. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 15 years ago
  76. 30a3ae3 tcp: Optimise len/mss comparison by Herbert Xu · 15 years ago
  77. 4a9a296 tcp: Remove unnecessary window comparisons for GRO by Herbert Xu · 15 years ago
  78. 745898e tcp: Optimise GRO port comparisons by Herbert Xu · 15 years ago
  79. c80a5cd tcp: tcp_vegas ssthresh bugfix by Doug Leith · 15 years ago
  80. c649c0e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  81. 3ed18d7 ipv4: Fix oops with FIB_TRIE by Robert Olsson · 15 years ago
  82. 04af8cf net: Remove unused parameter from fill method in fib_rules_ops. by Rami Rosen · 15 years ago
  83. 1ddbcb0 net: fix rtable leak in net/ipv4/route.c by Eric Dumazet · 15 years ago
  84. cf8da76 net: fix length computation in rt_check_expire() by Eric Dumazet · 15 years ago
  85. 9643f45 ipv4: teach ipconfig about the MTU option in DHCP by Chris Friesen · 15 years ago
  86. 9b8adb5 net: Fix devinet_sysctl_forward by Eric W. Biederman · 15 years ago
  87. bc8a539 ipv4: make default for INET_LRO consistent with help text by Frans Pop · 15 years ago
  88. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  89. d23a9b5 ipv4: cleanup: remove unnecessary include. by Rami Rosen · 15 years ago
  90. e204a34 ipv4: cleanup - remove two unused parameters from fib_semantic_match(). by Rami Rosen · 15 years ago
  91. 7752731 tcp: fix MSG_PEEK race check by Ilpo Järvinen · 15 years ago
  92. 2513dfb ipconfig: handle case of delayed DHCP server by Chris Friesen · 15 years ago
  93. 8b3521e ipv4: remove an unused parameter from configure method of fib_rules_ops. by Rami Rosen · 15 years ago
  94. e81963b ipv4: Make INET_LRO a bool instead of tristate. by David S. Miller · 15 years ago
  95. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  96. bb70dfa netfilter: xtables: consolidate comefrom debug cast access by Jan Engelhardt · 16 years ago
  97. 7a6b1c4 netfilter: xtables: remove another level of indent by Jan Engelhardt · 16 years ago
  98. 9452258 netfilter: xtables: remove some goto by Jan Engelhardt · 16 years ago
  99. a1ff4ac netfilter: xtables: reduce indent level by one by Jan Engelhardt · 16 years ago
  100. 98e8640 netfilter: xtables: consolidate open-coded logic by Jan Engelhardt · 16 years ago