summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-06-011-5/+6
* netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-05-291-1/+3
* netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-05-291-2/+2
* netfilter: nf_tables: fix memory leak on error exit returnColin Ian King2018-05-141-2/+4
* netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-05-091-4/+42
* netfilter: nf_tables: skip synchronize_rcu if transaction log is emptyFlorian Westphal2018-04-271-8/+17
* netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo2018-04-191-1/+1
* netfilter: nf_tables: free set name in error pathFlorian Westphal2018-04-161-3/+5
* netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal2018-04-161-27/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-021-23/+83
|\
| * netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso2018-03-221-15/+4Star
| * 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/+4Star
| * | 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/+5Star
| * | 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/+0Star
* | | 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/+2Star
* 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/+0Star
* 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/+70Star
* netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-31/+26Star
* netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-101-262/+247Star
* netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...Pablo Neira Ayuso2018-01-101-9/+7Star
* netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso2018-01-101-15/+6Star
* 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/+1Star
* 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/+1Star