summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso2022-11-301-9/+10
* netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long2022-11-301-3/+3
* netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long2022-11-281-3/+3
* netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio2022-11-281-2/+3
* netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-11-221-0/+4
* netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-221-1/+1
* netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-211-5/+3
* netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso2022-11-181-2/+4
* netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-185-23/+29
* netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida2022-11-081-1/+2
* netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan2022-11-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-025-37/+52
|\
| * netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-021-24/+6
| * netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin2022-11-021-1/+10
| * ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao2022-11-021-2/+8
| * ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao2022-11-021-5/+21
| * ipvs: use explicitly signed charsJason A. Donenfeld2022-11-021-2/+2
| * netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso2022-11-011-3/+3
| * netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso2022-11-011-0/+2
* | netlink: introduce bigendian integer typesFlorian Westphal2022-11-011-3/+3
|/
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-201-2/+3
|\
| * netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirementsPablo Neira Ayuso2022-10-191-2/+3
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-2/+2
* | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
|/
* Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-4/+5
|\
| * Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-2315-112/+288
| |\
| * | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-151-4/+5
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-035-9/+155
|\ \ \
| * | | net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi2022-10-034-52/+87
| * | | net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi2022-09-211-1/+46
| * | | bpf: Move nf_conn extern declarations to filter.hDaniel Xu2022-09-201-0/+1
| * | | bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-201-2/+2
| * | | bpf: Add support for writing to nf_conn:markDaniel Xu2022-09-102-1/+66
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-225-15/+41
|\ \ \ \
| * | | | netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal2022-09-201-2/+4
| * | | | netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa2022-09-201-0/+1
| * | | | netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa2022-09-201-4/+3
| * | | | netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()Pablo Neira Ayuso2022-09-071-1/+3
| * | | | netfilter: nf_conntrack_irc: Tighten matching on DCC messageDavid Leadbeater2022-09-071-6/+28
| * | | | netfilter: nf_conntrack_sip: fix ct_sip_walk_headersIgor Ryzhov2022-09-071-2/+2
* | | | | netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart2022-09-211-4/+6
* | | | | netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart2022-09-211-2/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-09-0913-196/+259
|\ \ \ \ \
| * | | | | netfilter: nat: avoid long-running port range loopFlorian Westphal2022-09-071-2/+14
| * | | | | netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal2022-09-075-55/+25
| * | | | | netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-077-21/+21
| * | | | | netfilter: conntrack: reduce timeout when receiving out-of-window fin or rstFlorian Westphal2022-09-071-0/+58
| * | | | | netfilter: conntrack: remove unneeded indent levelFlorian Westphal2022-09-071-53/+45
| * | | | | netfilter: conntrack: ignore overly delayed tcp packetsFlorian Westphal2022-09-071-28/+21