summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal2023-04-221-8/+7
* netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal2023-04-221-6/+8
* netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal2023-04-221-9/+12
* netfilter: nf_tables: remove unneeded conditionalFlorian Westphal2023-04-221-4/+2
* netfilter: nf_tables: don't store chain address on jumpFlorian Westphal2023-04-221-15/+6
* netfilter: nf_tables: don't store address of last rule on jumpFlorian Westphal2023-04-221-6/+2
* netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal2023-01-181-0/+3
* netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal2023-01-181-0/+2
* netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal2023-01-181-1/+29
* netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso2022-10-251-0/+1
* netfilter: nft_objref: make it builtinFlorian Westphal2022-10-251-0/+1
* netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal2022-08-051-11/+10
* netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal2022-06-271-3/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-1/+1
|\
| * netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso2022-03-171-1/+1
* | netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2022-02-091-0/+16
|/
* netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso2022-01-091-14/+27
* netfilter: nf_tables: make counter support built-inPablo Neira Ayuso2021-12-231-0/+5
* netfilter: nf_tables: replace WARN_ON by WARN_ON_ONCE for unknown verdictsPablo Neira Ayuso2021-12-231-1/+1
* netfilter: nf_tables: consolidate rule verdict trace callPablo Neira Ayuso2021-12-231-7/+32
* netfilter: nf_tables: remove rcu read-size lockPablo Neira Ayuso2021-12-231-2/+0
* netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-011-1/+1
* netfilter: nf_tables: add last expressionPablo Neira Ayuso2021-06-171-0/+1
* netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal2021-05-291-1/+1
* netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter2020-10-041-0/+12
* netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter2020-10-041-2/+1
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-221-1/+1
* netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu2019-07-051-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing2019-03-011-6/+8
* netfilter: remove unneeded switch fall-throughLi RongQing2019-02-271-1/+0
* netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal2019-01-181-7/+18
* netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo2018-12-041-1/+1
* netfilter: nf_tables: add SECMARK supportChristian Göttsche2018-09-281-4/+24
* netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal2018-07-301-1/+15
* netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo2018-06-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-2/+2
|\
| * netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-05-291-2/+2
* | netfilter: nf_tables: remove unused variablesTaehee Yoo2018-05-291-16/+0
* | netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-291-11/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-231-22/+7
|\ \
| * | netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal2018-05-171-22/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-7/+14
|\ \ \ | |/ / |/| / | |/
| * netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal2018-05-081-7/+14
* | netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal2018-04-271-0/+1
* | netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal2018-04-271-0/+1
* | netfilter: nf_tables: make meta expression builtinFlorian Westphal2018-04-271-0/+1
|/
* netfilter: constify nf_loginfo structuresJulia Lawall2017-08-021-1/+1
* netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-241-8/+18
* netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-091-54/+26