summaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)Author
2023-02-03netfilter: flowtable: allow unidirectional rulesVlad Buslov
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long
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
2022-12-22netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso
2022-12-21netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso
2022-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long
2022-11-30netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal
2022-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long
2022-10-25netfilter: nft_meta: add inner match supportPablo Neira Ayuso
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso
2022-10-25netfilter: nft_objref: make it builtinFlorian Westphal
2022-10-25netfilter: nf_tables: reduce nft_pktinfo by 8 bytesFlorian Westphal
2022-10-25netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu
2022-09-20bpf: Remove unused btf_struct_access stubDaniel Xu
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso
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