Age | Commit message (Expand) | Author |
2019-08-18 | netfilter: nf_tables: map basechain priority to hardware priority | Pablo Neira Ayuso |
2019-08-09 | netfilter: nf_tables: use-after-free in failing rule with bound set | Pablo Neira Ayuso |
2019-07-19 | net: flow_offload: add flow_block structure and use it | Pablo Neira Ayuso |
2019-07-16 | netfilter: synproxy: fix erroneous tcp mss option | Fernando Fernandez Mancera |
2019-07-16 | netfilter: nf_conntrack_sip: fix expectation clash | xiao ruizhu |
2019-07-09 | netfilter: nf_tables: add hardware offload support | Pablo Neira Ayuso |
2019-07-05 | netfilter: nft_meta: move bridge meta keys into nft_meta_bridge | wenxu |
2019-07-05 | netfilter: nf_tables: Add synproxy support | Fernando Fernandez Mancera |
2019-07-04 | netfilter: nf_queue: remove unused hook entries pointer | Florian Westphal |
2019-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Pablo Neira Ayuso |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-19 | netfilter: nf_tables: enable set expiration time for set elements | Laura Garcia Liebana |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-17 | netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY | Fernando Fernandez Mancera |
2019-06-17 | netfilter: bridge: port sysctls to use brnf_net | Christian Brauner |
2019-06-17 | netfilter: conntrack: small conntrack lookup optimization | Florian Westphal |
2019-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-05-31 | netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tuple | Taehee Yoo |
2019-05-30 | netfilter: bridge: add connection tracking system | Pablo Neira Ayuso |
2019-05-30 | netfilter: nf_conntrack: allow to register bridge support | Pablo Neira Ayuso |
2019-05-21 | netfilter: nft_fib: Fix existence check support | Phil Sutter |
2019-04-30 | netfilter: add API to manage NAT helpers. | Flavio Leitner |
2019-04-30 | netfilter: use macros to create module aliases. | Flavio Leitner |
2019-04-30 | netfilter: nf_tables: drop include of module.h from nf_tables.h | Paul Gortmaker |
2019-04-30 | netfilter: nf_tables: relocate header content to consumer | Paul Gortmaker |
2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-15 | netfilter: ctnetlink: don't use conntrack/expect object addresses as id | Florian Westphal |
2019-04-13 | netfilter: conntrack: don't set related state for different outer address | Florian Westphal |
2019-04-12 | bridge: netfilter: unroll NF_HOOK helper in bridge input path | Florian Westphal |
2019-04-11 | netfilter: nf_nat_masquerade: unify ipv4/6 notifier registration | Florian Westphal |
2019-04-11 | netfilter: nf_nat: merge ip/ip6 masquerade headers | Florian Westphal |
2019-04-08 | netfilter: make two functions static | Florian Westphal |
2019-04-08 | netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT) | Florian Westphal |
2019-04-08 | netfilter: nf_tables: merge route type into core | Florian Westphal |
2019-04-08 | netfilter: nat: add inet family nat support | Florian Westphal |
2019-03-28 | netfilter: Export nf_ct_{set,destroy}_timeout() | Yi-Hung Wei |
2019-03-11 | netfilter: nf_tables: bogus EBUSY when deleting set after flush | Pablo Neira Ayuso |
2019-03-08 | netfilter: nf_tables: fix set double-free in abort path | Pablo Neira Ayuso |
2019-03-01 | netfilter: nf_tables: nat: merge nft_masq protocol specific modules | Florian Westphal |
2019-03-01 | netfilter: nf_tables: nat: merge nft_redir protocol specific modules | Florian Westphal |
2019-02-27 | netfilter: conntrack: avoid same-timeout update | Florian Westphal |
2019-02-27 | netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h | Florian Westphal |
2019-02-27 | netfilter: nat: remove l3proto struct | Florian Westphal |
2019-02-27 | netfilter: nat: remove csum_recalc hook | Florian Westphal |
2019-02-27 | netfilter: nat: remove csum_update hook | Florian Westphal |
2019-02-27 | netfilter: nat: remove l3 manip_pkt hook | Florian Westphal |
2019-02-27 | netfilter: nat: remove nf_nat_l4proto.h | Florian Westphal |
2019-02-27 | netfilter: nat: move nlattr parse and xfrm session decode to core | Florian Westphal |
2019-02-27 | netfilter: nat: merge ipv4 and ipv6 masquerade functionality | Florian Westphal |