aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-63/+132
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso1-55/+129
2017-11-07netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso1-8/+3
2017-10-06netfilter: nf_tables: do not dump chain counters if not enabledPablo Neira Ayuso1-1/+1
2017-10-03netfilter: nf_tables: Release memory obtained by kasprintfArvind Yadav1-1/+3
2017-09-29netfilter: nf_tables: fix update chain errorJingPiao Chen1-2/+2
2017-09-04netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso1-1/+23
2017-09-04netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso1-1/+7
2017-09-04netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso1-93/+106
2017-09-04netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso1-78/+92
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay1-12/+24
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter1-2/+9
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter1-4/+14
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter1-8/+26
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter1-13/+36
2017-07-24netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter1-1/+4
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso1-8/+3
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-20/+39
2017-06-19netfilter: nf_tables: reduce chain type table sizeFlorian Westphal1-1/+4
2017-05-29netfilter: nf_tables: allow large allocations for new setsPablo Neira Ayuso1-5/+7
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso1-1/+1
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso1-23/+36
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso1-10/+72
2017-05-15netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang1-22/+56
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+5
2017-05-03netfilter: nf_tables: check if same extensions are set when adding elementsPablo Neira Ayuso1-0/+5
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-29/+25
2017-04-14netfilter: nf_tables: remove double return statementAaron Conole1-2/+0
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-11/+16
2017-04-07net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal1-1/+1
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-11/+9
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso1-15/+15
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso1-4/+0
2017-03-13netfilter: provide nft_ctx in object init functionFlorian Westphal1-3/+4
2017-03-06netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso1-7/+24
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang1-0/+11
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso1-78/+55
2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso1-1/+2
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso1-0/+26
2017-02-12netfilter: nf_tables: add check_genid to the nfnetlink subsystemPablo Neira Ayuso1-0/+6
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso1-5/+17
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso1-6/+6
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso1-0/+4
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso1-1/+1
2017-02-08netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso1-7/+5
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso1-3/+3
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-35/+28
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng1-23/+25
2017-01-24netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso1-0/+1