summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano-1/+1
2026-01-02netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera-1/+1
2026-01-02netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan-1/+2
2026-01-01netfilter: replace -EEXIST with -EBUSYDaniel Gomez-3/+3
2026-01-01netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera-3/+3
2026-01-01netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal-2/+2
2025-12-15netfilter: nf_tables: avoid softlockup warnings in nft_chain_validateFlorian Westphal-2/+2
2025-12-15netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal-4/+65
2025-12-11netfilter: nf_tables: remove redundant chain validation on register storePablo Neira Ayuso-11/+0
2025-12-11netfilter: nf_nat: remove bogus direction checkFlorian Westphal-13/+1
2025-12-10netfilter: always set route tuple out ifindexLorenzo Bianconi-1/+3
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu-0/+3
2025-12-10netfilter: nf_conncount: fix leaked ct in error pathsFernando Fernandez Mancera-11/+14
2025-12-10netfilter: conntrack: warn when cleanup is stuckJakub Kicinski-0/+3
2025-11-28Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-400/+762
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens-60/+30
2025-11-28netfilter: nft_connlimit: add support to object update operationFernando Fernandez Mancera-1/+12
2025-11-28netfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera-6/+19
2025-11-28netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera-13/+18
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera-86/+126
2025-11-28netfilter: flowtable: Add IPIP tx sw accelerationLorenzo Bianconi-4/+106
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi-13/+97
2025-11-28netfilter: flowtable: use tuple address to calculate next hopPablo Neira Ayuso-4/+12
2025-11-28netfilter: flowtable: remove hw_ifidxPablo Neira Ayuso-5/+1
2025-11-28netfilter: flowtable: inline pppoe encapsulation in xmit pathPablo Neira Ayuso-7/+44
2025-11-28netfilter: flowtable: inline vlan encapsulation in xmit pathPablo Neira Ayuso-3/+29
2025-11-27netfilter: flowtable: consolidate xmit pathPablo Neira Ayuso-39/+56
2025-11-27netfilter: flowtable: move path discovery infrastructure to its own filePablo Neira Ayuso-259/+275
2025-11-27netfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso-1/+8
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+28
2025-10-30netfilter: conntrack: disable 0 value for conntrack_max settingFlorian Westphal-3/+3
2025-10-30netfilter: nf_tables: use C99 struct initializer for nft_set_iterFernando Fernandez Mancera-26/+21
2025-10-29netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko-0/+5
2025-10-29netfilter: nft_connlimit: fix possible data race on connection countFernando Fernandez Mancera-1/+1
2025-10-29netfilter: nft_ct: enable labels for get case tooFlorian Westphal-3/+22
2025-10-08netfilter: nft_objref: validate objref and objrefmap expressionsFernando Fernandez Mancera-0/+39
2025-09-24netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrackEric Dumazet-0/+3
2025-09-24netfilter: nft_set_pipapo_avx2: fix skip of expired entriesFlorian Westphal-2/+5
2025-09-24netfilter: nft_set_pipapo: use 0 genmask for packetpath lookupsFlorian Westphal-6/+5
2025-09-24netfilter: nfnetlink: reset nlh pointer during batch replayFernando Fernandez Mancera-0/+2
2025-09-24ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu-1/+3
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-24/+21
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-45/+99
2025-09-11ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei-20/+17
2025-09-11netfilter: ipset: Remove unused htable_bits in macro ahash_regionZhen Ni-4/+4
2025-09-10netfilter: nf_tables: restart set lookup on base_seq changeFlorian Westphal-2/+32
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal-5/+12