1. feb9f55 netfilter: nft_dynset: allow dynamic updates of non-anonymous set by Pablo Neira Ayuso · 6 years ago
  2. 90d827f netfilter: nft_tproxy: Fix missing-braces warning by Máté Eckl · 6 years ago
  3. 3206c51 netfilter: nft_ct: make l3 protocol field optional for timeout object by Harsha Sharma · 6 years ago
  4. a148ce1 netfilter: x_tables: do not fail xt_alloc_table_info too easilly by Michal Hocko · 6 years ago
  5. 1c117d3 netfilter: conntrack: fix removal of conntrack entries when l4tracker is removed by Florian Westphal · 6 years ago
  6. 6a48de0 netfilter: nf_tables: don't prevent event handler from device cleanup on netns exit by Florian Westphal · 6 years ago
  7. d209df3 netfilter: nf_tables: fix register ordering by Florian Westphal · 6 years ago
  8. 3e673b2 netfilter: fix memory leaks on netlink_dump_start error by Florian Westphal · 6 years ago
  9. 4ef360d netfilter: nft_set: fix allocation size overflow in privsize callback. by Taehee Yoo · 6 years ago
  10. b71ed54 ipvs: don't show negative times in ip_vs_conn by Matteo Croce · 6 years ago
  11. a53b42c ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest() by Tan Hu · 6 years ago
  12. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  13. 8c32685 Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  14. e7ea2a5 netfilter: nfnetlink_osf: fix using plain integer as NULL warning by Wei Yongjun · 6 years ago
  15. f699edb netfilter: nft_ct: enable conntrack for helpers by Pablo Neira Ayuso · 6 years ago
  16. 7e0b2b5 netfilter: nft_ct: add ct timeout support by Harsha Sharma · 6 years ago
  17. 6c1fd7d netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object by Pablo Neira Ayuso · 6 years ago
  18. 4e665af netfilter: cttimeout: move ctnl_untimeout to nf_conntrack by Harsha Sharma · 6 years ago
  19. 35a8a3b netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZ by Fernando Fernandez Mancera · 6 years ago
  20. 074fb880 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  21. 07d53ae net: Remove some unneeded semicolon by zhong jiang · 6 years ago
  22. 483f3fd netfilter: nft_tunnel: fix sparse errors by Pablo Neira Ayuso · 6 years ago
  23. 020f6cc netfilter: conntrack: avoid use-after free on rmmod by Florian Westphal · 6 years ago
  24. 7bdfcea netfilter: kconfig: remove ct zone/label dependencies by Florian Westphal · 6 years ago
  25. 445509e netfilter: nf_tables: simplify NLM_F_CREATE handling by Pablo Neira Ayuso · 6 years ago
  26. aaecfdb netfilter: nf_tables: match on tunnel metadata by Pablo Neira Ayuso · 6 years ago
  27. af308b9 netfilter: nf_tables: add tunnel support by Pablo Neira Ayuso · 6 years ago
  28. 033eab5 netfilter: nft_tproxy: Add missing config check by Máté Eckl · 6 years ago
  29. c753032 netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUT by Harsha Sharma · 6 years ago
  30. 1974d24 netfilter: nf_tables: remove unused variable by YueHaibing · 6 years ago
  31. 9e619d8 netfilter: nf_tables: flow event notifier must use transaction mutex by Florian Westphal · 6 years ago
  32. ddba40b netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osf by Fernando Fernandez Mancera · 6 years ago
  33. 285189c netfilter: use kvmalloc_array to allocate memory for hashtable by Li RongQing · 6 years ago
  34. 4ed8eb6 netfilter: nf_tables: Add native tproxy support by Máté Eckl · 6 years ago
  35. b96af92 netfilter: nf_tables: implement Passive OS fingerprint module in nft_osf by Fernando Fernandez Mancera · 6 years ago
  36. f932495 netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.c by Fernando Fernandez Mancera · 6 years ago
  37. f6b7b5f netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.c by Fernando Fernandez Mancera · 6 years ago
  38. 33b78aa netfilter: use PTR_ERR_OR_ZERO() by YueHaibing · 6 years ago
  39. 51c23b4 netfilter: nf_osf: add nf_osf_find() by Pablo Neira Ayuso · 6 years ago
  40. 222440b netfilter: nf_tables: handle meta/lookup with direct call by Florian Westphal · 6 years ago
  41. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. 90fd131 netfilter: nf_tables: move dumper state allocation into ->start by Florian Westphal · 6 years ago
  43. 99d20a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  44. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  45. 6613b61 netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state by Florian Westphal · 6 years ago
  46. c6cc94d netfilter: nf_tables: don't allow to rename to already-pending name by Florian Westphal · 6 years ago
  47. 9f8aac0 netfilter: nf_tables: fix memory leaks on chain rename by Florian Westphal · 6 years ago
  48. a12486eb netfilter: nf_tables: free flow table struct too by Florian Westphal · 6 years ago
  49. b8088dd netfilter: nf_tables: use dev->name directly by Florian Westphal · 6 years ago
  50. c293ac9 netfilter: nft_set_rbtree: fix panic when destroying set by GC by Taehee Yoo · 6 years ago
  51. 9970a8e netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy() by Taehee Yoo · 6 years ago
  52. 7d25f88 netfilter: nft_socket: Expose socket mark by Máté Eckl · 6 years ago
  53. 365b5a3 netfilter: nft_socket: Break evaluation if no socket found by Máté Eckl · 6 years ago
  54. 31a9c29 netfilter: nf_osf: add struct nf_osf_hdr_ctx by Pablo Neira Ayuso · 6 years ago
  55. 06ff4aa netfilter: nf_osf: add nf_osf_match_one() by Pablo Neira Ayuso · 6 years ago
  56. f102d66 netfilter: nf_tables: use dedicated mutex to guard transactions by Florian Westphal · 6 years ago
  57. 2a43ecf netfilter: nf_tables: avoid global info storage by Florian Westphal · 6 years ago
  58. be2ab5b netfilter: nf_tables: take module reference when starting a batch by Florian Westphal · 6 years ago
  59. ca2f18b netfilter: nf_tables: make valid_genid callback mandatory by Florian Westphal · 6 years ago
  60. 452238e netfilter: nf_tables: add and use helper for module autoload by Florian Westphal · 6 years ago
  61. 440534d netfilter: Remove useless param helper of nf_ct_helper_ext_add by Gao Feng · 6 years ago
  62. 762c400 ipvs: drop conn templates under attack by Julian Anastasov · 6 years ago
  63. 2754114 ipvs: add assured state for conn templates by Julian Anastasov · 6 years ago
  64. ec1b28c ipvs: provide just conn to ip_vs_state_name by Julian Anastasov · 6 years ago
  65. ed07d9a netfilter: nf_conntrack: resolve clash for matching conntracks by Martynas Pumputis · 6 years ago
  66. 5c789e1 netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree search by Yi-Hung Wei · 6 years ago
  67. 34848d5 netfilter: nf_conncount: Split insert and traversal by Yi-Hung Wei · 6 years ago
  68. 2ba3911 netfilter: nf_conncount: Move locking into count_tree() by Yi-Hung Wei · 6 years ago
  69. 976afca netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanup by Yi-Hung Wei · 6 years ago
  70. cb2b36f netfilter: nf_conncount: Switch to plain list by Yi-Hung Wei · 6 years ago
  71. 2a406e8 netfilter: nf_conncount: Early exit for garbage collection by Yi-Hung Wei · 6 years ago
  72. 26b2f55 netfilter: nf_tables: fix jumpstack depth validation by Taehee Yoo · 6 years ago
  73. 5d400a4 netfilter: Kconfig: Change select IPv6 dependencies by Máté Eckl · 6 years ago
  74. a0ae256 netfilter: conntrack: remove l3proto abstraction by Florian Westphal · 6 years ago
  75. c779e84 netfilter: conntrack: remove get_timeout() indirection by Florian Westphal · 6 years ago
  76. 97e08ca netfilter: conntrack: avoid l4proto pkt_to_tuple calls by Florian Westphal · 6 years ago
  77. 8b3892e netfilter: conntrack: avoid calls to l4proto invert_tuple by Florian Westphal · 6 years ago
  78. 6816d93 netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers by Florian Westphal · 6 years ago
  79. d1b6fe9 netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers by Florian Westphal · 6 years ago
  80. 47a91b1 netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackers by Florian Westphal · 6 years ago
  81. f957be9 netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers by Florian Westphal · 6 years ago
  82. 7414d92 netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6 by Máté Eckl · 6 years ago
  83. 60e3be9 openvswitch: use nf_ct_get_tuplepr, invert_tuplepr by Florian Westphal · 6 years ago
  84. ebee5a5 netfilter: utils: move nf_ip6_checksum* from ipv6 to utils by Florian Westphal · 6 years ago
  85. d7e5a9a netfilter: utils: move nf_ip_checksum* from ipv4 to utils by Florian Westphal · 6 years ago
  86. f286586 netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.h by Máté Eckl · 6 years ago
  87. e97d940 netfilter: flowtables: use fixed renew timeout on teardown by Florian Westphal · 6 years ago
  88. b60a604 netfilter: Add nf_ct_get_tuple_skb global lookup function by Toke Høiland-Jørgensen · 6 years ago
  89. 2045cdf netfilter: nf_conntrack: Fix possible possible crash on module loading. by Andrey Ryabinin · 6 years ago
  90. 21d5e07 netfilter: nft_compat: explicitly reject ERROR and standard target by Florian Westphal · 6 years ago
  91. e240cd0 netfilter: nf_tables: place all set backends in one single module by Pablo Neira Ayuso · 6 years ago
  92. 5711b4e netfilter: nf_tproxy: fix possible non-linear access to transport header by Máté Eckl · 6 years ago
  93. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  94. f564650 netfilter: check if the socket netns is correct. by Flavio Leitner · 6 years ago
  95. b36e452 netfilter: nf_conncount: fix garbage collection confirm race by Florian Westphal · 6 years ago
  96. ce00bf0 netfilter: nf_log: don't hold nf_log_mutex during user access by Jann Horn · 6 years ago
  97. dffd22a netfilter: nf_log: fix uninit read in nf_log_proc_dostring by Jann Horn · 6 years ago
  98. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  99. f785959 audit: eliminate audit_enabled magic number comparison by Richard Guy Briggs · 6 years ago
  100. ad9852a netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister by Gao Feng · 6 years ago