summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2025-08-20netfilter: nft_set_pipapo: prefer kvmalloc for scratch mapsFlorian Westphal
2025-08-20ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker
2025-08-20netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal
2025-08-15bpf: Check netfilter ctx accesses are alignedPaul Chaignon
2025-08-15netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal
2025-08-15bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima
2025-08-15netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin
2025-08-15netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
2025-06-27netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso
2025-06-19netfilter: nf_nat: also check reverse tuple to obtain clashing entryFlorian Westphal
2025-06-19netfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal
2025-06-19netfilter: nft_tunnel: fix geneve_opt dumpFernando Fernandez Mancera
2025-06-19netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only...Florian Westphal
2025-06-19netfilter: nft_set_pipapo: prevent overflow in lookup table allocationPablo Neira Ayuso
2025-06-19netfilter: nft_quota: match correctly when the quota just depletedZhongqiu Duan
2025-05-07netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov
2025-04-17netfilter: conntrack: fix erronous removal of offload bitFlorian Westphal
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-10nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-04-03net: fix geneve_opt length integer overflowLin Ma
2025-04-03netfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma
2025-04-02netfilter: nf_tables: don't unregister hook when table is dormantFlorian Westphal
2025-04-02netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets onlyPablo Neira Ayuso
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-23netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPO...WangYuli
2025-03-23netfilter: xtables: Use strscpy() instead of strscpy_pad()Thorsten Blum
2025-03-23netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation errorChenyuan Yang
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen
2025-03-13netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin
2025-03-12netfilter: conntrack: Bound nf_conntrack sysctl writesNicolas Bouchinet
2025-03-12netfilter: xt_hashlimit: replace vmalloc calls with kvmallocDenis Kirjanov
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2025-03-12netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal
2025-03-05netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...Nicklas Bo Jensen
2025-03-03netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior
2025-02-12Revert "netfilter: flowtable: teardown flow if cached mtu is stale"Pablo Neira Ayuso
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-30Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-01-30netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds