aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso1-12/+12
2017-01-24netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso1-7/+9
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang1-7/+14
2017-01-18netfilter: nf_tables: eliminate useless condition checksGao Feng1-12/+3
2017-01-16netfilter: nf_tables: fix possible oops when dumping stateful objectsLiping Zhang1-2/+3
2016-12-14netfilter: nf_tables: fix oob accessFlorian Westphal1-1/+1
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso1-6/+49
2016-12-07netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc()Pablo Neira Ayuso1-2/+2
2016-12-07netfilter: nf_tables: allow to filter stateful object dumps by typePablo Neira Ayuso1-0/+50
2016-12-07netfilter: nft_objref: support for stateful object mapsPablo Neira Ayuso1-0/+4
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso1-10/+62
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso1-0/+1
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso1-12/+19
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso1-8/+21
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso1-0/+516
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen1-5/+9
2016-11-08netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang1-0/+1
2016-10-31netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang1-1/+3
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_checkJohn W. Linville1-1/+1
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang1-5/+6
2016-10-17netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter1-1/+1
2016-09-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana1-0/+25
2016-08-26netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso1-5/+15
2016-08-23netfilter: nf_tables: reject hook configuration updates on existing chainsPablo Neira Ayuso1-0/+31