aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-08netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso1-6/+11
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso1-1/+6
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso1-0/+3
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-44/+41
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso1-44/+41
2019-01-29netfilter: nf_tables: add NFTA_RULE_POSITION_ID to nla_policyFlorian Westphal1-0/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+115
2019-01-18netfilter: nf_tables: Support RULE_ID reference in new rulePhil Sutter1-0/+9
2019-01-18netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal1-12/+91
2019-01-18netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal1-11/+16
2019-01-08netfilter: nf_tables: selective rule dump needs table to be specifiedPablo Neira Ayuso1-1/+1
2019-01-08netfilter: nf_tables: fix leaking object reference countTaehee Yoo1-0/+2
2019-01-08netfilter: nf_tables: Fix for endless loop when dumping rulesetPhil Sutter1-6/+4
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu1-0/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-28/+62
2018-12-18netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter1-28/+62
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo1-8/+13
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-11-13netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal1-2/+3
2018-11-12netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal1-10/+7
2018-11-12netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal1-6/+3
2018-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+0
2018-10-19netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit routineTaehee Yoo1-3/+0
2018-09-17netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal1-3/+6
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal1-6/+50
2018-09-17netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal1-0/+19
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal1-11/+25
2018-08-31netfilter: nf_tables: release chain in flushing setTaehee Yoo1-0/+1
2018-08-16netfilter: nf_tables: don't prevent event handler from device cleanup on netns exitFlorian Westphal1-5/+2
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal1-7/+22
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo1-1/+1
2018-08-03netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso1-19/+10
2018-08-03netfilter: nf_tables: remove unused variableYueHaibing1-2/+0
2018-08-03netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal1-2/+2
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-139/+165
2018-07-24netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal1-104/+115
2018-07-20netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal1-13/+29
2018-07-20netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal1-6/+11
2018-07-20netfilter: nf_tables: free flow table struct tooFlorian Westphal1-0/+1
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal1-9/+5
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal1-19/+69
2018-07-18netfilter: nf_tables: avoid global info storageFlorian Westphal1-16/+12
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal1-0/+1
2018-07-18netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal1-1/+1
2018-07-18netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal1-29/+52
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo1-7/+4
2018-06-22rhashtable: split rhashtable.hNeilBrown1-0/+1
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+25