summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_core.c
AgeCommit message (Expand)Author
2023-12-20netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal
2023-10-18netfilter: nf_tables: mask out non-verdict bits when checking return valueFlorian Westphal
2023-04-22netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal
2023-04-22netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal
2023-04-22netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal
2023-04-22netfilter: nf_tables: remove unneeded conditionalFlorian Westphal
2023-04-22netfilter: nf_tables: don't store chain address on jumpFlorian Westphal
2023-04-22netfilter: nf_tables: don't store address of last rule on jumpFlorian Westphal
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal
2023-01-18netfilter: nf_tables: avoid retpoline overhead for objref callsFlorian Westphal
2023-01-18netfilter: nf_tables: add static key to skip retpoline workaroundsFlorian Westphal
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso
2022-10-25netfilter: nft_objref: make it builtinFlorian Westphal
2022-08-05netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-17netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-01-09netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso
2021-12-23netfilter: nf_tables: make counter support built-inPablo Neira Ayuso
2021-12-23netfilter: nf_tables: replace WARN_ON by WARN_ON_ONCE for unknown verdictsPablo Neira Ayuso
2021-12-23netfilter: nf_tables: consolidate rule verdict trace callPablo Neira Ayuso
2021-12-23netfilter: nf_tables: remove rcu read-size lockPablo Neira Ayuso
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso
2021-06-17netfilter: nf_tables: add last expressionPablo Neira Ayuso
2021-05-29netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-07-05netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-01netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing
2019-02-27netfilter: remove unneeded switch fall-throughLi RongQing
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal
2018-06-12netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-29netfilter: nf_tables: remove unused variablesTaehee Yoo
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal
2018-05-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal
2018-04-27netfilter: nf_tables: merge exthdr expression into nft coreFlorian Westphal
2018-04-27netfilter: nf_tables: merge rt expression into nft coreFlorian Westphal
2018-04-27netfilter: nf_tables: make meta expression builtinFlorian Westphal