1. d3a5ea6 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 13 years ago
  2. f4530fa ipv4: Avoid overhead when no custom FIB rules are installed. by David S. Miller · 13 years ago
  3. bf5e53e ipv4: defer fib_compute_spec_dst() call by Eric Dumazet · 13 years ago
  4. f187bc6 ipv4: No need to set generic neighbour pointer. by David S. Miller · 13 years ago
  5. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 13 years ago
  6. 5110effe net: Do delayed neigh confirmation. by David S. Miller · 13 years ago
  7. 3c521f2 ipv4: Don't report neigh uptodate state in rtcache procfs. by David S. Miller · 13 years ago
  8. a263b30 ipv4: Make neigh lookups directly in output packet path. by David S. Miller · 13 years ago
  9. 1160472 ipv4: Fix crashes in ip_options_compile(). by David S. Miller · 13 years ago
  10. 0891147 netfilter: nf_conntrack: generalize nf_ct_l4proto_net by Pablo Neira Ayuso · 13 years ago
  11. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 13 years ago
  12. 7a9bc9b ipv4: Elide fib_validate_source() completely when possible. by David S. Miller · 13 years ago
  13. 3085a4b ipv4: Remove extraneous assignment of dst->tclassid. by David S. Miller · 13 years ago
  14. 9e56e38 ipv4: Adjust in_dev handling in fib_validate_source() by David S. Miller · 13 years ago
  15. a207a4b ipv4: Fix bugs in fib_compute_spec_dst(). by David S. Miller · 13 years ago
  16. 41347dc ipv4: Kill rt->rt_spec_dst, no longer used. by David S. Miller · 13 years ago
  17. 35ebf65 ipv4: Create and use fib_compute_spec_dst() helper. by David S. Miller · 13 years ago
  18. 70e7341 ipv4: Show that ip_send_reply() is purely unicast routine. by David S. Miller · 13 years ago
  19. 160eb5a ipv4: Kill early demux method return value. by David S. Miller · 13 years ago
  20. c10237e Revert "ipv4: tcp: dont cache unconfirmed intput dst" by David S. Miller · 13 years ago
  21. 22911fc net: skb_free_datagram_locked() doesnt drop all packets by Eric Dumazet · 13 years ago
  22. 92a395e ipmr: Do not use RTA_PUT() macros by Thomas Graf · 13 years ago
  23. 6e277ed inet_diag: Do not use RTA_PUT() macros by Thomas Graf · 13 years ago
  24. c074da2 ipv4: tcp: dont cache unconfirmed intput dst by Eric Dumazet · 13 years ago
  25. a9082b4 netfilter: nf_ct_icmp: add icmp_kmemdup[_compat]_sysctl_table function by Gao feng · 13 years ago
  26. f1caad2 netfilter: nf_conntrack: prepare l4proto->init_net cleanup by Gao feng · 13 years ago
  27. c2bd4ba netfilter: ipt_ULOG: Move away from NLMSG_PUT(). by David S. Miller · 13 years ago
  28. d106352 inet_diag: Move away from NLMSG_PUT(). by David S. Miller · 13 years ago
  29. 251da41 ipv4: Cache ip_error() routes even when not forwarding. by David S. Miller · 13 years ago
  30. df67e6c ipv4: Remove unnecessary code from rt_check_expire(). by David S. Miller · 13 years ago
  31. 7011d08 tcp: Fix bug in tcp socket early demux by Vijay Subramanian · 13 years ago
  32. 0b4a9e1 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 13 years ago
  33. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 13 years ago
  34. 6648bd7 ipv4: Add sysctl knob to control early socket demux by Alexander Duyck · 13 years ago
  35. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 13 years ago
  36. fd62e09 tcp: Validate route interface in early demux. by David S. Miller · 13 years ago
  37. da55737 inetpeer: inetpeer_invalidate_tree() cleanup by Eric Dumazet · 13 years ago
  38. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 13 years ago
  39. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 13 years ago
  40. 6fac262 ipv4: Cap ADVMSS metric in the FIB rather than the routing cache. by David S. Miller · 13 years ago
  41. 82f437b Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 13 years ago
  42. 12f7a50 netfilter: add user-space connection tracking helper infrastructure by Pablo Neira Ayuso · 13 years ago
  43. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 13 years ago
  44. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 13 years ago
  45. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 13 years ago
  46. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  47. 95603e2 net-next: add dev_loopback_xmit() to avoid duplicate code by Michel Machado · 13 years ago
  48. d0daebc3 ipv4: Add interface option to enable routing of 127.0.0.0/8 by Thomas Graf · 13 years ago
  49. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  50. 7b34ca2 inet: Avoid potential NULL peer dereference. by David S. Miller · 13 years ago
  51. 8b96d22 inet: Use FIB table peer roots in routes. by David S. Miller · 13 years ago
  52. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 13 years ago
  53. b48c80ece inet: Add family scope inetpeer flushes. by David S. Miller · 13 years ago
  54. 4651700 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 13 years ago
  55. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 13 years ago
  56. c0efc88 inet: Pass inetpeer root into inet_getpeer*() interfaces. by David S. Miller · 13 years ago
  57. 56a6b24 inet: Consolidate inetpeer_invalidate_tree() interfaces. by David S. Miller · 13 years ago
  58. c3426b4 inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c by David S. Miller · 13 years ago
  59. 2397849 [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. by David S. Miller · 13 years ago
  60. 4670fd8 tcp: Get rid of inetpeer special cases. by David S. Miller · 13 years ago
  61. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 13 years ago
  62. 54db0cc inetpeer: add parameter net for inet_getpeer_v4,v6 by Gao feng · 13 years ago
  63. c8a627e inetpeer: add namespace support for inetpeer by Gao feng · 13 years ago
  64. 2d8dbb0 snmp: fix OutOctets counter to include forwarded datagrams by Vincent Bernat · 13 years ago
  65. 89a48e3 netfilter: ipv4, defrag: switch hook PFs to nfproto by Alban Crequy · 13 years ago
  66. 8264deb netfilter: nf_conntrack: add namespace support for cttimeout by Gao feng · 13 years ago
  67. e76d0af netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto by Pablo Neira Ayuso · 13 years ago
  68. 3ea04dd netfilter: nf_ct_ipv4: add namespace support by Gao feng · 13 years ago
  69. 4b626b9 netfilter: nf_ct_icmp: add namespace support by Gao feng · 13 years ago
  70. 524a53e netfilter: nf_conntrack: prepare namespace support for l3 protocol trackers by Gao feng · 13 years ago
  71. 2c352f4 netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers by Gao feng · 13 years ago
  72. c1864cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  73. 55432d2 inetpeer: fix a race in inetpeer_gc_worker() by Eric Dumazet · 13 years ago
  74. e319269 net: Remove casts to same type by Joe Perches · 13 years ago
  75. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 13 years ago
  76. 4aea39c tcp: tcp_make_synack() consumes dst parameter by Eric Dumazet · 13 years ago
  77. 90ba9b1 tcp: tcp_make_synack() can use alloc_skb() by Eric Dumazet · 13 years ago
  78. fff3269 tcp: reflect SYN queue_mapping into SYNACK packets by Eric Dumazet · 13 years ago
  79. 7433819 tcp: do not create inetpeer on SYNACK message by Eric Dumazet · 13 years ago
  80. 13199a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  81. 3f13461 memcg: decrement static keys at real destroy time by Glauber Costa · 13 years ago
  82. 91657ea xfrm: take net hdr len into account for esp payload size calculation by Benjamin Poirier · 13 years ago
  83. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  84. 1ca7ee3 tcp: take care of overlaps in tcp_try_coalesce() by Eric Dumazet · 13 years ago
  85. e49cc0d ipv4: fix the rcu race between free_fib_info and ip_route_output_slow by Yanmin Zhang · 13 years ago
  86. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 13 years ago
  87. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  88. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  89. 17eea0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  90. 413c27d net/ipv4: replace simple_strtoul with kstrtoul by Eldad Zack · 13 years ago
  91. b37f4d7 net/ipv4/ipconfig: neaten __setup placement by Eldad Zack · 13 years ago
  92. 3cc4949 ipv4: use skb coalescing in defragmentation by Eric Dumazet · 13 years ago
  93. bad43ca net: introduce skb_try_coalesce() by Eric Dumazet · 13 years ago
  94. cbc264c ip_frag: struct inet_frags match() method returns a bool by Eric Dumazet · 13 years ago
  95. bad115c tcp: do_tcp_sendpages() must try to push data out on oom conditions by Willy Tarreau · 13 years ago
  96. a2a385d tcp: bool conversions by Eric Dumazet · 13 years ago
  97. dc6b9b7 net: include/net/sock.h cleanup by Eric Dumazet · 13 years ago
  98. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  99. c727e7f Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 13 years ago
  100. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 13 years ago