1. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. 142dcdd netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handling by Phil Oester · 11 years ago
  3. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  4. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  5. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  6. d37d696 netfilter: xt_rpfilter: depend on raw or mangle table by Florian Westphal · 11 years ago
  7. f83a7ea netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too by Florian Westphal · 11 years ago
  8. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  9. aaa795a netfilter: nat: propagate errors from xfrm_me_harder() by Patrick McHardy · 11 years ago
  10. 58e35d1 netfilter: ipv6: propagate routing errors from ip6_route_me_harder() by Patrick McHardy · 11 years ago
  11. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. b8dd6a2 netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling by Hannes Frederic Sowa · 11 years ago
  13. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  14. 906b1c39 netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengths by Matthias Schiffer · 11 years ago
  15. da13482 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  16. 90b2621 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  17. 5a3da1f inet: limit length of fragment queue hash table bucket lists by Hannes Frederic Sowa · 11 years ago
  18. a82783c netfilter: ip6t_NPT: restrict to mangle table by Florian Westphal · 11 years ago
  19. d00bd3d netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope id by Hannes Frederic Sowa · 11 years ago
  20. 2d2fd8c netfilter: ip6t_NPT: Use csum_partial() by YOSHIFUJI Hideaki · 11 years ago
  21. 2ccba54 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  22. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  23. b20ab9cc netfilter: nf_ct_helper: better logging for dropped packets by Pablo Neira Ayuso · 12 years ago
  24. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 12 years ago
  25. 894e2ac netfilter: nf_ct_reasm: fix per-netns sysctl initialization by Michal Kubeček · 12 years ago
  26. 9f6d98c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  27. edb2722 netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  28. d4c38fa netfilter: ip6t_NPT: Fix prefix mangling by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  29. f5271ff netfilter: ip6t_NPT: Fix adjustment calculation by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  30. d9e8565 netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  31. 3ef0eb0 net: frag, move LRU list maintenance outside of rwlock by Jesper Dangaard Brouer · 12 years ago
  32. d433673 net: frag helper functions for mem limit tracking by Jesper Dangaard Brouer · 12 years ago
  33. b640bee Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  34. c296bb4 netfilter: nf_conntrack: refactor l4proto support for netns by Gao feng · 12 years ago
  35. 6330750 netfilter: nf_conntrack: refactor l3proto support for netns by Gao feng · 12 years ago
  36. 0cc8d8d netfilter: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  37. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  39. 429da4c netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation by Ulrich Weber · 12 years ago
  40. 97cf00e netfilter: nf_ct_reasm: fix conntrack reassembly expire code by Haibo Xi · 12 years ago
  41. d7a769f netfilter: nf_conntrack_ipv6: fix comment for packets without data by Florent Fourcot · 12 years ago
  42. c65ef8d netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE by Andrew Collins · 12 years ago
  43. c6f4089 netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset by Mukund Jampala · 12 years ago
  44. a0ecb85 netfilter: nf_nat: Handle routing changes in MASQUERADE target by Jozsef Kadlecsik · 12 years ago
  45. e716503 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 12 years ago
  46. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  47. 545b290 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  48. d3976a5 netfilter: ipv6: only provide sk_bound_dev_if for link-local addr by Florian Westphal · 12 years ago
  49. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  50. f8f6267 ipv6: Move ipv6_find_hdr() out of Netfilter code. by Jesse Gross · 12 years ago
  51. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  52. 121d1e0 netfilter: ipv6: add getsockopt to retrieve origdst by Florian Westphal · 12 years ago
  53. 07a9362 ipv6: use IS_ENABLED() by Amerigo Wang · 12 years ago
  54. 6229b75 netfilter: nf_nat: use PTR_RET by Wu Fengguang · 12 years ago
  55. f1df137 netfilter: nf_defrag_ipv6: solve section mismatch in nf_conntrack_reasm by Hein Tibosch · 12 years ago
  56. 38fe36a netfilter: nf_nat: don't check for port change on ICMP tuples by Ulrich Weber · 12 years ago
  57. 4b7cc7f nf_defrag_ipv6: fix oops on module unloading by Konstantin Khlebnikov · 12 years ago
  58. 2cbc78a netfilter: combine ipt_REDIRECT and ip6t_REDIRECT by Jan Engelhardt · 12 years ago
  59. b3d54b3 netfilter: combine ipt_NETMAP and ip6t_NETMAP by Jan Engelhardt · 12 years ago
  60. b0041d1 netfilter: fix IPv6 NAT dependencies in Kconfig by Pablo Neira Ayuso · 12 years ago
  61. 6b10286 ipv6: unify fragment thresh handling code by Amerigo Wang · 12 years ago
  62. b836c99 ipv6: unify conntrack reassembly expire code with standard one by Amerigo Wang · 12 years ago
  63. c038a76 ipv6: add a new namespace for nf_conntrack_reasm by Amerigo Wang · 12 years ago
  64. 2c96932 netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.h by Stephen Rothwell · 12 years ago
  65. 8a91bb0 netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation target by Patrick McHardy · 12 years ago
  66. ed72d9e netfilter: ip6tables: add NETMAP target by Patrick McHardy · 12 years ago
  67. 115e23a netfilter: ip6tables: add REDIRECT target by Patrick McHardy · 12 years ago
  68. b3f644f netfilter: ip6tables: add MASQUERADE target by Patrick McHardy · 12 years ago
  69. 58a317f netfilter: ipv6: add IPv6 NAT support by Patrick McHardy · 12 years ago
  70. 2b60af0 netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragments by Patrick McHardy · 12 years ago
  71. 4cdd3408 netfilter: nf_conntrack_ipv6: improve fragmentation handling by Patrick McHardy · 12 years ago
  72. 19e303d netfilter: PTR_RET can be used by Wu Fengguang · 12 years ago
  73. 0891147 netfilter: nf_conntrack: generalize nf_ct_l4proto_net by Pablo Neira Ayuso · 12 years ago
  74. 8fc0278 netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table function by Gao feng · 12 years ago
  75. f1caad2 netfilter: nf_conntrack: prepare l4proto->init_net cleanup by Gao feng · 12 years ago
  76. 12f7a50 netfilter: add user-space connection tracking helper infrastructure by Pablo Neira Ayuso · 12 years ago
  77. 8264deb netfilter: nf_conntrack: add namespace support for cttimeout by Gao feng · 12 years ago
  78. e76d0af netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto by Pablo Neira Ayuso · 12 years ago
  79. a7c439d netfilter: nf_ct_ipv6: add namespace support by Gao feng · 12 years ago
  80. 7080ba0 netfilter: nf_ct_icmp: add namespace support by Gao feng · 12 years ago
  81. 524a53e netfilter: nf_conntrack: prepare namespace support for l3 protocol trackers by Gao feng · 12 years ago
  82. 2c352f4 netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers by Gao feng · 12 years ago
  83. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  84. 84018f5 netfilter: ip6_tables: add flags parameter to ipv6_find_hdr() by Hans Schillstrom · 12 years ago
  85. d16cf20 netfilter: remove ip_queue support by Pablo Neira Ayuso · 12 years ago
  86. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  87. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  88. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  89. 011e3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  90. 95ad2f8 netfilter: ip6_tables: ip6t_ext_hdr is now static inline by Pablo Neira Ayuso · 12 years ago
  91. e549a6b netfilter: ipv6: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  92. 523f610 netfilter: remove forward module param confusion. by Rusty Russell · 12 years ago
  93. 5097846 netfilter: add cttimeout infrastructure for fine timeout tuning by Pablo Neira Ayuso · 12 years ago
  94. 2c8503f netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet by Pablo Neira Ayuso · 12 years ago
  95. 6939c33 netfilter: merge ipt_LOG and ip6_LOG into xt_LOG by Richard Weinberger · 13 years ago
  96. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  97. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  98. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  99. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  100. e26f9a4 netfilter: add ipv6 reverse path filter match by Florian Westphal · 13 years ago