summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-10-231-3/+0Star
|\
| * netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...Taehee Yoo2018-10-191-3/+0Star
* | netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal2018-09-171-3/+6
* | netfilter: nf_tables: asynchronous releaseFlorian Westphal2018-09-171-6/+50
* | netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal2018-09-171-0/+19
* | netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2018-09-171-11/+25
|/
* netfilter: nf_tables: release chain in flushing setTaehee Yoo2018-08-311-0/+1
* netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal2018-08-161-5/+2Star
* netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-161-7/+22
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-1/+1
* netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso2018-08-031-19/+10Star
* netfilter: nf_tables: remove unused variableYueHaibing2018-08-031-2/+0Star
* netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal2018-08-031-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-139/+165
|\
| * netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal2018-07-241-104/+115
| * netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal2018-07-201-13/+29
| * netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal2018-07-201-6/+11
| * netfilter: nf_tables: free flow table struct tooFlorian Westphal2018-07-201-0/+1
| * netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-9/+5Star
| * netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-7/+4Star
* | netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal2018-07-181-19/+69
* | netfilter: nf_tables: avoid global info storageFlorian Westphal2018-07-181-16/+12Star
* | netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2018-07-181-0/+1
* | netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal2018-07-181-1/+1
* | netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal2018-07-181-29/+52
* | rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-11/+25
|\
| * netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal2018-06-121-3/+10
| * netfilter: nf_tables: fix module unload raceFlorian Westphal2018-06-121-3/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-5/+6
| |\
| | * netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-06-011-5/+6
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-3/+5
|\|
| * netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-05-291-1/+3
| * netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-05-291-2/+2
* | netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal2018-06-031-15/+98
* | netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso2018-06-031-2/+10
* | netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso2018-06-031-4/+12
* | netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-031-6/+6
* | netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-011-23/+129
* | netfilter: nf_tables: use call_rcu in netlink dumpsFlorian Westphal2018-05-291-39/+72
* | netfilter: nf_tables: fix endian mismatch in return typeFlorian Westphal2018-05-291-1/+1
* | netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-291-7/+197
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-231-70/+17Star
|\ \
| * | netfilter: lift one-nat-hook-only restrictionFlorian Westphal2018-05-231-64/+2Star
| * | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-7/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-14/+63
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_tables: fix memory leak on error exit returnColin Ian King2018-05-141-2/+4
| * netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-05-091-4/+42