summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-09Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn
2026-02-06netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal
2026-02-06netfilter: flowtable: dedicated slab for flow entryQingfang Deng
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal
2026-02-06netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell
2026-01-29netfilter: xt_time: use is_leap_year() helperJinjie Ruan
2026-01-29netfilter: flowtable: Add IP6IP6 tx sw accelerationLorenzo Bianconi
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