1. e39365b netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait by Nicholas Mc Guire · 8 years ago
  2. d157bd7 netfilter: x_tables: check for size overflow by Florian Westphal · 8 years ago
  3. f0716cd netfilter: nft_compat: check match/targetinfo attr size by Florian Westphal · 8 years ago
  4. d387eaf Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 8 years ago
  5. 793882bf Merge branch 'master' of git://blackhole.kfki.hu/nf by Pablo Neira Ayuso · 8 years ago
  6. d8aacd8 netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length by Jozsef Kadlecsik · 8 years ago
  7. 4c38cd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  8. 7617a24 ipvs: correct initial offset of Call-ID header search in SIP persistence engine by Marco Angaroni · 8 years ago
  9. f911b67 ipvs: allow rescheduling after RST by Julian Anastasov · 8 years ago
  10. f719e37 ipvs: drop first packet to redirect conntrack by Julian Anastasov · 8 years ago
  11. 3f20efb ipvs: handle ip_vs_fill_iph_skb_off failure by Arnd Bergmann · 8 years ago
  12. 8a6bf5d netfilter: nft_masq: support port range by Pablo Neira Ayuso · 8 years ago
  13. b9e69e1 netfilter: xtables: don't hook tables by default by Florian Westphal · 8 years ago
  14. a7ed31c Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next into HEAD by Pablo Neira Ayuso · 8 years ago
  15. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 8 years ago
  16. 8ee225e netfilter: xt_osf: remove unused variable by Sudip Mukherjee · 8 years ago
  17. b07edbe netfilter: meta: add PRANDOM support by Florian Westphal · 8 years ago
  18. 017b1b6 netfilter: nfnetlink_acct: validate NFACCT_FILTER parameters by Phil Turnbull · 8 years ago
  19. 4504097 netfilter: ipset: Fix set:list type crash when flush/dump set in parallel by Jozsef Kadlecsik · 8 years ago
  20. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. c5b0db3 nfnetlink: Revert "nfnetlink: add support for memory mapped netlink" by Florian Westphal · 8 years ago
  22. 905f0a7 nfnetlink: remove nfnetlink_alloc_skb by Florian Westphal · 8 years ago
  23. f6ca9f4 netfilter: ipvs: avoid unused variable warnings by Arnd Bergmann · 8 years ago
  24. 2d9e9b0 netfilter: ipvs: Remove noisy debug print from ip_vs_del_service by Yannick Brosseau · 8 years ago
  25. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 8 years ago
  26. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 8 years ago
  27. 5cc6ce9 netfilter: nft_counter: fix erroneous return values by Anton Protopopov · 8 years ago
  28. 08a7f5d netfilter: tee: select NF_DUP_IPV6 unconditionally by Arnd Bergmann · 8 years ago
  29. c58d6c9 netfilter: nfnetlink: correctly validate length of batch messages by Phil Turnbull · 8 years ago
  30. 53c520c netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversion by Florian Westphal · 8 years ago
  31. 7c7bdf3 netfilter: nfnetlink: use original skbuff when acking batches by Pablo Neira Ayuso · 8 years ago
  32. d93c625 netfilter: conntrack: resched in nf_ct_iterate_cleanup by Florian Westphal · 8 years ago
  33. b16c291 netfilter: nf_conntrack: use safer way to lock all buckets by Sasha Levin · 8 years ago
  34. 35b8153 netfilter: nf_tables_netdev: fix error path in module initialization by Pablo Neira Ayuso · 8 years ago
  35. d6b3347 netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6() by Eric Dumazet · 8 years ago
  36. efaea94 netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELS by Pablo Neira Ayuso · 9 years ago
  37. f90d2d3 netfilter: ipset: allow a 0 netmask with hash_netiface type by Florian Westphal · 9 years ago
  38. 4b8c4ed netfilter: nft_byteorder: avoid unneeded le/be conversion steps by Florian Westphal · 9 years ago
  39. 9b59377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  40. 48f66c9 netfilter: nft_ct: add byte/packet counter support by Florian Westphal · 9 years ago
  41. ce1e798 netfilter: nft_byteorder: provide 64bit le/be conversion by Florian Westphal · 9 years ago
  42. e6d8eca netfilter: nf_tables: Add new attributes into nft_set to store user data. by Carlos Falgueras García · 9 years ago
  43. eb07595 netfilter: nfnetlink_log: just returns error for unknown command by Ken-ichirou MATSUZAWA · 9 years ago
  44. 71b2e5f netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flag by Ken-ichirou MATSUZAWA · 9 years ago
  45. 21c3c97 netfilter: nfnetlink_queue: just returns error for unknown command by Ken-ichirou MATSUZAWA · 9 years ago
  46. 17bc6b4 netfilter: nfnetlink_queue: don't handle options after unbind by Ken-ichirou MATSUZAWA · 9 years ago
  47. 60d2c7f netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicity by Ken-ichirou MATSUZAWA · 9 years ago
  48. ad6d950 netfilter: nf_ct_helper: define pr_fmt() by Pablo Neira Ayuso · 9 years ago
  49. 39e6dea netfilter: nf_tables: add forward expression to the netdev family by Pablo Neira Ayuso · 9 years ago
  50. 502061f netfilter: nf_tables: add packet duplication to the netdev family by Pablo Neira Ayuso · 9 years ago
  51. c7862a5 netfilter: nft_limit: allow to invert matching criteria by Pablo Neira Ayuso · 9 years ago
  52. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. 5913bea netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacks by Pablo Neira Ayuso · 9 years ago
  54. 7b8002a netfilter: nfnetlink: pass down netns pointer to call() and call_rcu() by Pablo Neira Ayuso · 9 years ago
  55. f4c756b netfilter: nf_tables: remove check against removal of inactive objects by Pablo Neira Ayuso · 9 years ago
  56. 5ebe0b0 netfilter: nf_tables: destroy basechain and rules on netdevice removal by Pablo Neira Ayuso · 9 years ago
  57. df05ef8 netfilter: nf_tables: release objects on netns destruction by Pablo Neira Ayuso · 9 years ago
  58. 59ce967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  59. d5f79b6 netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL key by Florian Westphal · 9 years ago
  60. aa47e42 netfilter: nf_tables: use skb->protocol instead of assuming ethernet header by Pablo Neira Ayuso · 9 years ago
  61. b4aae75 netfilter: meta: add support for setting skb->pkttype by Florian Westphal · 9 years ago
  62. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  64. 9c55d3b nfnetlink: add nfnl_dereference_protected helper by Florian Westphal · 9 years ago
  65. c38c459 netfilter: implement xt_cgroup cgroup2 path match by Tejun Heo · 9 years ago
  66. 4ec8ff0 netfilter: prepare xt_cgroup for multi revisions by Tejun Heo · 9 years ago
  67. a4ec800 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  68. 19576c9 netfilter: cttimeout: add netns support by Pablo Neira · 9 years ago
  69. a907e36 netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abort by Xin Long · 9 years ago
  70. bd678e0 netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in skbuff clones by Pablo Neira Ayuso · 9 years ago
  71. 633c9a8 netfilter: nfnetlink: avoid recurrent netns lookups in call_batch by Pablo Neira Ayuso · 9 years ago
  72. 9fb0b51 netfilter: nf_tables: fix nf_log_trace based tracing by Florian Westphal · 9 years ago
  73. 23509fc netfilter: nfnetlink_log: Change setter functions to be void by Rosen, Rami · 9 years ago
  74. 639e077 netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failure by Nikolay Borisov · 9 years ago
  75. e639f7a netfilter: nf_tables: wrap tracing with a static key by Florian Westphal · 9 years ago
  76. 33d5a7b netfilter: nf_tables: extend tracing infrastructure by Florian Westphal · 9 years ago
  77. 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 9 years ago
  78. 7ec3f7b netfilter: nft_payload: add packet mangling support by Patrick McHardy · 9 years ago
  79. f13f2ae netfilter: Set /proc/net entries owner to root in namespace by Philip Whineray · 9 years ago
  80. 8e66216 netfilter: nfnetlink_queue: avoid harmless unnitialized variable warnings by Arnd Bergmann · 9 years ago
  81. 340c78e ipvs: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  82. 382a483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  83. 086f332 netfilter: nf_tables: add clone interface to expression operations by Pablo Neira Ayuso · 9 years ago
  84. 74ec4d5 netfilter: fix xt_TEE and xt_TPROXY dependencies by Arnd Bergmann · 9 years ago
  85. c872a2d netfilter: nfnetlink_log: work around uninitialized variable warning by Arnd Bergmann · 9 years ago
  86. 3aed822 netfilter: nft_meta: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  87. fdd723e netfilter: xt_owner: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  88. 0aae24e netfilter: ipset: Fix hash type expire: release empty hash bucket block by Jozsef Kadlecsik · 9 years ago
  89. e9dfdc0 netfilter: ipset: Fix hash:* type expiration by Jozsef Kadlecsik · 9 years ago
  90. 95ad1f4 netfilter: ipset: Fix extension alignment by Jozsef Kadlecsik · 9 years ago
  91. d9c7dbc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  92. dbc3617 netfilter: nfnetlink: don't probe module if it exists by Florian Westphal · 9 years ago
  93. 94f9cd8 netfilter: nf_nat_redirect: add missing NULL pointer check by Munehisa Kamata · 9 years ago
  94. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  95. 45efccd netfilter: xt_TEE: fix NULL dereference by Eric Dumazet · 9 years ago
  96. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  97. 00db674 netfilter: ipset: Fix sleeping memory allocation in atomic context by Nikolay Borisov · 9 years ago
  98. 81b4325 netfilter: nf_queue: remove rcu_read_lock calls by Florian Westphal · 9 years ago
  99. ed78d09 netfilter: make nf_queue_entry_get_refs return void by Florian Westphal · 9 years ago
  100. 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago