summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi
2026-01-29netfilter: Introduce tunnel metadata info in nf_flowtable_ctx structLorenzo Bianconi
2026-01-29netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_p...Lorenzo Bianconi
2026-01-22netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso
2026-01-22netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso
2026-01-22netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso
2026-01-20netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal
2026-01-20netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera
2026-01-20netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal
2026-01-20netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT a...Scott Mitchell
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal
2026-01-20netfilter: nf_conntrack: enable icmp clash supportFlorian Westphal
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-01-20netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi
2026-01-20netfilter: nf_tables: reset table validation state on abortFlorian Westphal
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-02bpf: net: netfilter: drop dead NULL checksPuranjay Mohan
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2026-01-02netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera
2026-01-02netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan
2026-01-01netfilter: replace -EEXIST with -EBUSYDaniel Gomez
2026-01-01netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera
2026-01-01netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal
2025-12-16audit: add audit_log_nf_skb helper functionRicardo Robaina
2025-12-15netfilter: nf_tables: avoid softlockup warnings in nft_chain_validateFlorian Westphal
2025-12-15netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal
2025-12-11netfilter: nf_tables: remove redundant chain validation on register storePablo Neira Ayuso
2025-12-11netfilter: nf_nat: remove bogus direction checkFlorian Westphal
2025-12-10netfilter: always set route tuple out ifindexLorenzo Bianconi
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu
2025-12-10netfilter: nf_conncount: fix leaked ct in error pathsFernando Fernandez Mancera
2025-12-10netfilter: conntrack: warn when cleanup is stuckJakub Kicinski
2025-11-28Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens
2025-11-28netfilter: nft_connlimit: add support to object update operationFernando Fernandez Mancera
2025-11-28netfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera
2025-11-28netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2025-11-28netfilter: flowtable: Add IPIP tx sw accelerationLorenzo Bianconi
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi
2025-11-28netfilter: flowtable: use tuple address to calculate next hopPablo Neira Ayuso
2025-11-28netfilter: flowtable: remove hw_ifidxPablo Neira Ayuso
2025-11-28netfilter: flowtable: inline pppoe encapsulation in xmit pathPablo Neira Ayuso
2025-11-28netfilter: flowtable: inline vlan encapsulation in xmit pathPablo Neira Ayuso
2025-11-27netfilter: flowtable: consolidate xmit pathPablo Neira Ayuso
2025-11-27netfilter: flowtable: move path discovery infrastructure to its own filePablo Neira Ayuso
2025-11-27netfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook