summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-23/+83
|\
| * netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso2018-03-221-15/+4
| * netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso2018-03-221-6/+9
| * netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal2018-03-201-0/+3
| * netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal2018-03-201-1/+63
| * netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal2018-03-201-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-53/+62
|\ \
| * | netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso2018-03-301-11/+4
| * | netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso2018-03-301-6/+6
| * | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-7/+17
| * | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-301-0/+3
| * | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-301-9/+5
| * | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-301-9/+9
| * | netfilter: nf_tables: remove VLA usageGustavo A. R. Silva2018-03-201-8/+15
| * | netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be statickbuild test robot2018-03-051-4/+4
* | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\ \ \ | | |/ | |/|
| * | netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso2018-03-111-0/+1
* | | net: Convert nf_tables_net_opsKirill Tkhai2018-03-081-0/+1
|/ /
* | netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso2018-02-271-1/+1
* | netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()Pablo Neira Ayuso2018-02-271-0/+5
* | netfilter: nf_tables: return EBUSY if device already belongs to flowtablePablo Neira Ayuso2018-02-271-1/+17
|/
* netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-071-7/+2
* netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso2018-02-021-4/+4
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+0
* netfilter: nf_tables: set flowtable priority and hooknum fieldPablo Neira Ayuso2018-01-191-0/+2
* netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma2018-01-191-12/+134
* netfilter: nf_tables: fix a typo in nf_tables_getflowtable()Wei Yongjun2018-01-101-1/+1
* netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-235/+70
* netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-31/+26
* netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-101-262/+247
* netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...Pablo Neira Ayuso2018-01-101-9/+7
* netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso2018-01-101-15/+6
* netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso2018-01-101-1/+1
* netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-3/+5
|\
| * netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu2017-12-261-2/+4
| * netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso2017-12-211-1/+1
* | netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso2018-01-081-1/+746
* | netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso2018-01-081-3/+3
* | netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-5/+1
* | netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-59/+43
* | netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso2018-01-081-4/+4
* | netfilter: nf_tables: reject nat hook registration if prio is before conntrackFlorian Westphal2018-01-081-1/+6
* | netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+2
|/
* netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-63/+132
|\
| * netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-55/+129
| * netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso2017-11-071-8/+3
* | netfilter: nf_tables: do not dump chain counters if not enabledPablo Neira Ayuso2017-10-061-1/+1
OpenPOWER on IntegriCloud