summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2019-10-11netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-05-16netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-02-27netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso
2019-02-27netfilter: nf_tables: fix leaking object reference countTaehee Yoo
2018-12-17netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo
2018-12-17netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2018-10-10netfilter: nf_tables: release chain in flushing setTaehee Yoo
2018-09-05netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal
2018-09-05netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal
2018-08-03netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev
2018-07-08netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo
2018-07-08netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal
2018-07-08netfilter: nf_tables: fix memory leak on error exit returnColin Ian King
2018-07-08netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo
2018-07-08netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso
2018-06-21netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo
2018-05-22netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal
2018-05-22netfilter: nf_tables: free set name in error pathFlorian Westphal
2018-03-03netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu
2018-03-03netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo 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
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-06-19netfilter: nf_tables: reduce chain type table sizeFlorian Westphal
2017-05-29netfilter: nf_tables: allow large allocations for new setsPablo Neira Ayuso
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso
2017-05-15netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-05-03netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-14netfilter: nf_tables: remove double return statementAaron Conole
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-07net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller