summaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)Author
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso
2022-08-24netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso
2022-08-24netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-09netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-09netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-09netfilter: nf_tables: validate variable length element extensionPablo Neira Ayuso
2022-08-09net: netfilter: Remove ifdefs for code shared by BPF and ctnetlinkKumar Kartikeya Dwivedi
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-21net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi
2022-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-07-14netfilter: nf_nat: in nf_nat_initialized(), use const struct nf_conn *James Yonan
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-05-27netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-05-16netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal
2022-04-08netfilter: ecache: move to separate structureFlorian Westphal
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal
2022-03-20netfilter: nft_meta: extend reduce support to bridge familyFlorian Westphal
2022-03-20netfilter: nf_tables: cancel tracking for clobbered destination registersPablo Neira Ayuso
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso
2022-03-20netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-16netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso
2022-03-08Revert "netfilter: conntrack: tag conntracks picked up in local out hook"Florian Westphal
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso