summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16netfilter: nf_tables: free set name in error pathFlorian Westphal1-3/+5
2018-04-16netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal1-27/+32
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+83
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-53/+62
2018-03-30netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso1-11/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso1-6/+6
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-7/+17
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-9/+5
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso1-9/+9
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-03-22netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso1-15/+4
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso1-6/+9
2018-03-20netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal1-0/+3
2018-03-20netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal1-1/+63
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal1-1/+4
2018-03-20netfilter: nf_tables: remove VLA usageGustavo A. R. Silva1-8/+15
2018-03-11netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso1-0/+1
2018-03-08net: Convert nf_tables_net_opsKirill Tkhai1-0/+1
2018-03-05netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be statickbuild test robot1-4/+4
2018-02-27netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso1-1/+1
2018-02-27netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()Pablo Neira Ayuso1-0/+5
2018-02-27netfilter: nf_tables: return EBUSY if device already belongs to flowtablePablo Neira Ayuso1-1/+17
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso1-7/+2
2018-02-02netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso1-4/+4
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-1/+0
2018-01-19netfilter: nf_tables: set flowtable priority and hooknum fieldPablo Neira Ayuso1-0/+2
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma1-12/+134
2018-01-10netfilter: nf_tables: fix a typo in nf_tables_getflowtable()Wei Yongjun1-1/+1
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso1-235/+70
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso1-31/+26
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso1-262/+247
2018-01-10netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...Pablo Neira Ayuso1-9/+7
2018-01-10netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso1-15/+6
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso1-1/+1
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso1-4/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso1-1/+746
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso1-3/+3
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-5/+1
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-59/+43
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso1-4/+4
2018-01-08netfilter: nf_tables: reject nat hook registration if prio is before conntrackFlorian Westphal1-1/+6
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal1-0/+2
2017-12-26netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu1-2/+4
2017-12-21netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso1-1/+1
2017-11-20netfilter: exit_net cleanup check addedVasily Averin1-0/+7
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-63/+132
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso1-55/+129