1. 3be0686 ipv4: Inline fib_semantic_match into check_leaf by David S. Miller · 14 years ago
  2. 4c8237c ipv4: Validate route entry type at insert instead of every lookup. by David S. Miller · 14 years ago
  3. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 14 years ago
  4. 1018b5c ipv4: Set rt->rt_iif more sanely on output routes. by David S. Miller · 14 years ago
  5. 3c0afdc ipv4: Get peer more cheaply in rt_init_metrics(). by David S. Miller · 14 years ago
  6. 44713b6 ipv4: Optimize flow initialization in output route lookup. by David S. Miller · 14 years ago
  7. 65e8354 inetpeer: seqlock optimization by Eric Dumazet · 14 years ago
  8. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  9. e066008 ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address. by David S. Miller · 14 years ago
  10. 06dc94b ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails. by David S. Miller · 14 years ago
  11. 5bfa787 ipv4: ip_route_output_key() is better as an inline. by David S. Miller · 14 years ago
  12. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
  13. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  14. 07df529 inet: Replace left-over references to inet->cork by Herbert Xu · 14 years ago
  15. f6d460c ipv4: Make icmp route lookup code a bit clearer. by David S. Miller · 14 years ago
  16. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  17. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  18. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 14 years ago
  19. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 14 years ago
  20. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 14 years ago
  21. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 14 years ago
  22. 903ab86 udp: Add lockless transmit path by Herbert Xu · 14 years ago
  23. f6b9664 udp: Switch to ip_finish_skb by Herbert Xu · 14 years ago
  24. 1c32c5a inet: Add ip_make_skb and ip_finish_skb by Herbert Xu · 14 years ago
  25. 1470ddf inet: Remove explicit write references to sk/inet in ip_append_data by Herbert Xu · 14 years ago
  26. 5a2ef920 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 14 years ago
  27. dca8b08 ipv4: Rearrange how ip_route_newports() gets port keys. by David S. Miller · 14 years ago
  28. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 14 years ago
  29. 19bd624 xfrm: Const'ify tmpl and address arguments to ->init_temprop() by David S. Miller · 14 years ago
  30. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 14 years ago
  31. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 14 years ago
  32. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 14 years ago
  33. c24f691 tcp: undo_retrans counter fixes by Yuchung Cheng · 14 years ago
  34. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 14 years ago
  35. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. 91035f0 tcp: fix inet_twsk_deschedule() by Eric Dumazet · 14 years ago
  37. 9435eb1 ipv4: Implement __ip_dev_find using new interface address hash. by David S. Miller · 14 years ago
  38. fd23c3b ipv4: Add hash table of interface addresses. by David S. Miller · 14 years ago
  39. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 14 years ago
  40. 982721f ipv4: Use const'ify fib_result deep in the route call chains. by David S. Miller · 14 years ago
  41. 3b00456 ipv4: Avoid use of signed integers in fib_trie code. by David S. Miller · 14 years ago
  42. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 14 years ago
  43. 0c4dcd5 ipv4: Consolidate ipv4 dst allocation logic. by David S. Miller · 14 years ago
  44. 010c270 ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow(). by David S. Miller · 14 years ago
  45. 5ada552 ipv4: Simplify output route creation call sequence. by David S. Miller · 14 years ago
  46. f39925d ipv4: Cache learned redirect information in inetpeer. by David S. Miller · 14 years ago
  47. 2c8cec5 ipv4: Cache learned PMTU information in inetpeer. by David S. Miller · 14 years ago
  48. d11327ad arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS. by Ian Campbell · 14 years ago
  49. 31d4093 ipv4: fix rcu lock imbalance in fib_select_default() by Eric Dumazet · 14 years ago
  50. 946bf5e ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmit by Steffen Klassert · 14 years ago
  51. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 14 years ago
  52. ddd4aa4 inetpeer: Add redirect and PMTU discovery cached info. by David S. Miller · 14 years ago
  53. 7a71ed8 inetpeer: Abstract address representation further. by David S. Miller · 14 years ago
  54. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 14 years ago
  55. fa9921e ipsec: allow to align IPv4 AH on 32 bits by Nicolas Dichtel · 14 years ago
  56. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 14 years ago
  57. 0131ba4 ipv4: Don't miss existing cached metrics in new routes. by David S. Miller · 14 years ago
  58. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. ca6b8bb0 net: Support compat SIOCGETVIFCNT ioctl in ipv4. by David S. Miller · 14 years ago
  60. 0033d5a net: Fix bug in compat SIOCGETSGCNT handling. by David S. Miller · 14 years ago
  61. b299e4f ipv4: Fix fib_trie build in some configurations. by David S. Miller · 14 years ago
  62. 442b963 tcp: Increase the initial congestion window to 10. by David S. Miller · 14 years ago
  63. 0bc0be7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  64. 123b973 ipv4: Rename fib_hash_* locals in fib_semantics.c by David S. Miller · 14 years ago
  65. 5348ba8 ipv4: Update some fib_hash centric interface names. by David S. Miller · 14 years ago
  66. 3630b7c ipv4: Remove fib_hash. by David S. Miller · 14 years ago
  67. 9d0db8b netfilter: arpt_mangle: fix return values of checkentry by Pablo Neira Ayuso · 14 years ago
  68. 0c838ff ipv4: Consolidate all default route selection implementations. by David S. Miller · 14 years ago
  69. 5b47044 ipv4: Remember FIB alias list head and table in lookup results. by David S. Miller · 14 years ago
  70. ec831ea net: Add default_mtu() methods to blackhole dst_ops by Roland Dreier · 14 years ago
  71. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  72. 709b46e net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT by Eric W. Biederman · 14 years ago
  73. b8dad61 ipv4: If fib metrics are default, no need to grab ref to FIB info. by David S. Miller · 14 years ago
  74. 725d1e1 ipv4: Attach FIB info to dst_default_metrics when possible by David S. Miller · 14 years ago
  75. 9c150e8 ipv4: Allocate fib metrics dynamically. by David S. Miller · 14 years ago
  76. a4daad6 net: Pre-COW metrics for TCP. by David S. Miller · 14 years ago
  77. 0658254 net: Store ipv4/ipv6 COW'd metrics in inetpeer cache. by David S. Miller · 14 years ago
  78. 144001b inetpeer: Mark metrics as "new" in fresh inetpeer entries. by David S. Miller · 14 years ago
  79. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 14 years ago
  80. b4e69ac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  81. 44f5324 TCP: fix a bug that triggers large number of TCP RST by mistake by Jerry Chu · 14 years ago
  82. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  83. fd0273c tcp: fix bug in listening_get_next() by Eric Dumazet · 14 years ago
  84. 3408404 inetpeer: Use correct AVL tree base pointer in inet_getpeer(). by David S. Miller · 14 years ago
  85. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. e92427b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  87. c506653 net: arp_ioctl() must hold RTNL by Eric Dumazet · 14 years ago
  88. 41a7cab netfilter: nf_nat: place conntrack in source hash after SNAT is done by Changli Gao · 14 years ago
  89. 28a51ba netfilter: do not omit re-route check on NF_QUEUE verdict by Florian Westphal · 14 years ago
  90. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  91. 14f0290 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  92. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 14 years ago
  93. 93557f5 netfilter: nf_conntrack: nf_conntrack snmp helper by Jiri Olsa · 14 years ago
  94. 94d117a netfilter: ipt_CLUSTERIP: remove "no conntrack!" by Eric Dumazet · 14 years ago
  95. a7c2f4d netfilter: nf_nat: fix conversion to non-atomic bit ops by Changli Gao · 14 years ago
  96. d862a66 netfilter: nf_conntrack: use is_vmalloc_addr() by Patrick McHardy · 14 years ago
  97. 0134e89 Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 by Patrick McHardy · 14 years ago
  98. c7066f7 netfilter: fix Kconfig dependencies by Patrick McHardy · 14 years ago
  99. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  100. 255d0dc netfilter: x_table: speedup compat operations by Eric Dumazet · 14 years ago