summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-63/+132
|\
| * netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-55/+129
| * netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso2017-11-071-8/+3
* | 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
* | netfilter: provide nft_ctx in object init functionFlorian Westphal2017-03-131-3/+4
* | netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso2017-03-061-7/+24
* | netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang2017-03-061-0/+11
|/
* netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2017-03-031-78/+55
* netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso2017-02-121-1/+2
* netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso2017-02-121-0/+26
* netfilter: nf_tables: add check_genid to the nfnetlink subsystemPablo Neira Ayuso2017-02-121-0/+6
* netfilter: nf_tables: add space notation to setsPablo Neira Ayuso2017-02-081-5/+17
* netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso2017-02-081-6/+6
* netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso2017-02-081-0/+4
* netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso2017-02-081-1/+1
* netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso2017-02-081-7/+5
* netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso2017-02-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-35/+28
|\
| * netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng2017-02-021-23/+25
| * netfilter: nf_tables: eliminate useless condition checksGao Feng2017-01-181-12/+3
OpenPOWER on IntegriCloud