summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal2019-05-161-0/+19
* netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-271-0/+3
* netfilter: nf_tables: fix leaking object reference countTaehee Yoo2019-02-271-0/+2
* netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo2018-12-171-11/+4
* netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-12-171-2/+3
* netfilter: nf_tables: release chain in flushing setTaehee Yoo2018-10-101-0/+1
* netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal2018-09-051-13/+29
* netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal2018-09-051-6/+11
* netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-08-031-5/+6
* netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-07-081-1/+1
* netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal2018-07-081-0/+3
* netfilter: nf_tables: fix memory leak on error exit returnColin Ian King2018-07-081-2/+4
* netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-07-081-1/+3
* netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-07-081-4/+42
* netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo2018-06-211-1/+1
* netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal2018-05-221-27/+32
* netfilter: nf_tables: free set name in error pathFlorian Westphal2018-05-221-3/+5
* netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()Hangbin Liu2018-03-031-2/+4
* netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()Pablo Neira Ayuso2018-03-031-1/+1
* netfilter: nf_tables: do not dump chain counters if not enabledPablo Neira Ayuso2017-10-061-1/+1
* netfilter: nf_tables: Release memory obtained by kasprintfArvind Yadav2017-10-031-1/+3
* netfilter: nf_tables: fix update chain errorJingPiao Chen2017-09-291-2/+2
* netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso2017-09-041-1/+23
* netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso2017-09-041-1/+7
* netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso2017-09-041-93/+106
* netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso2017-09-041-78/+92
* netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-041-12/+24
* netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-311-2/+9
* netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-4/+14
* netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-311-8/+26
* netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-311-13/+36
* netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter2017-07-241-1/+4
* netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-241-8/+3
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-20/+39
* netfilter: nf_tables: reduce chain type table sizeFlorian Westphal2017-06-191-1/+4
* netfilter: nf_tables: allow large allocations for new setsPablo Neira Ayuso2017-05-291-5/+7
* netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+1
* netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-23/+36
* netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-151-10/+72
* netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-151-22/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-0/+5
|\
| * netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso2017-05-031-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-29/+25
|\ \
| * | netfilter: nf_tables: remove double return statementAaron Conole2017-04-141-2/+0
| * | net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal2017-04-071-1/+1
| * | netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-11/+9
| * | netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-061-15/+15
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-11/+16
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-4/+0
|\|
| * Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso2017-03-131-4/+0