summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2018-03-22netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso
2018-03-20netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal
2018-03-20netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal
2018-03-11netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso
2018-02-27netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso
2018-02-27netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()Pablo Neira Ayuso
2018-02-27netfilter: nf_tables: return EBUSY if device already belongs to flowtablePablo Neira Ayuso
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso
2018-02-02netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-19netfilter: nf_tables: set flowtable priority and hooknum fieldPablo Neira Ayuso
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma
2018-01-10netfilter: nf_tables: fix a typo in nf_tables_getflowtable()Wei Yongjun
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...Pablo Neira Ayuso
2018-01-10netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso
2018-01-08netfilter: nf_tables: reject nat hook registration if prio is before conntrackFlorian Westphal
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal
2017-12-26netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu
2017-12-21netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso
2017-11-20netfilter: exit_net cleanup check addedVasily Averin
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso
2017-11-07netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso
2017-10-06netfilter: nf_tables: do not dump chain counters if not enabledPablo Neira Ayuso
2017-10-03netfilter: nf_tables: Release memory obtained by kasprintfArvind Yadav
2017-09-29netfilter: nf_tables: fix update chain errorJingPiao Chen
2017-09-04netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso
2017-09-04netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso
2017-09-04netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso
2017-09-04netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter
2017-07-24netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso