aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso1-0/+5
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso1-5/+5
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-0/+4
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso1-0/+3
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso1-1/+1
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso1-8/+8
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso1-0/+4
2018-03-20netfilter: Refactor nf_conncountYi-Hung Wei1-1/+0
2018-03-05netfilter: make xt_rateest hash table per netCong Wang1-2/+2
2018-03-05netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo1-2/+1
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau1-1/+0
2018-02-07netfilter: remove useless prototypeTaehee Yoo1-5/+0
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso1-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso1-0/+3
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma1-2/+9
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso1-21/+2
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso1-2/+2
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso1-4/+4
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso1-6/+0
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso1-2/+0
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-0/+5
2018-01-08netfilter: add generic flow table infrastructurePablo Neira Ayuso1-0/+94
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso2-0/+71
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso1-3/+0
2018-01-08netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal1-0/+17
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-3/+1
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-8/+1
2018-01-08netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2-4/+0
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso1-0/+5
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso3-45/+19
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal3-13/+13
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-5/+5
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal1-4/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-9/+25
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-9/+25
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar49-0/+49
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso1-0/+5
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman49-0/+49
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal2-2/+2
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal1-6/+8
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-0/+10
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2-3/+1
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-6/+0