summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds59-446/+2517
2022-12-13ipvs: fix type warning in do_div() on 32 bitJakub Kicinski1-1/+2
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+5
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski13-312/+1499
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long3-0/+139
2022-12-11ipvs: run_estimation should control the kthread tasksJulian Anastasov2-2/+29
2022-12-11ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2-4/+151
2022-12-11ipvs: use kthreads for stats estimationJulian Anastasov2-95/+907
2022-12-11ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov3-30/+30
2022-12-11ipvs: use common functions for stats allocationJulian Anastasov1-41/+55
2022-12-11ipvs: add rcu protection to statsJulian Anastasov2-24/+50
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-17/+19
2022-12-09netfilter: flowtable: add a 'default' case to flowtable datapathLi Qiong1-0/+8
2022-12-01netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-0/+53
2022-11-30netfilter: ipset: Add support for new bitmask parameterVishwanath Pai4-26/+114
2022-11-30netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal1-69/+55
2022-11-30netfilter: conntrack: add sctp DATA_SENT stateSriram Yagnaraman2-43/+69
2022-11-30netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso1-9/+10
2022-11-30netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long1-3/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-31/+41
2022-11-29Daniel Borkmann says:Jakub Kicinski1-10/+7
2022-11-28netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long1-3/+3
2022-11-28netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio1-2/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-23netfilter: nft_inner: fix IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-11-23netfilter: flowtable_offload: add missing lockingFelix Fietkau1-0/+4
2022-11-22netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik1-1/+1
2022-11-21netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai1-5/+3
2022-11-18netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso1-2/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu5-23/+29
2022-11-18sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2-2/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld3-5/+5
2022-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski40-94/+152
2022-11-15netfilter: conntrack: use siphash_4u64Florian Westphal1-17/+13
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter5-21/+38
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter39-55/+99
2022-11-15bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-10/+7
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+3
2022-11-09netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida1-1/+2
2022-11-09netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan1-0/+1
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long1-0/+31
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long1-0/+69
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-40/+55
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski5-37/+52
2022-11-02netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik1-24/+6
2022-11-02netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin1-1/+10
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao1-2/+8
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao1-5/+21
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld1-2/+2