summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-187/+268
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik-80/+67
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik-19/+21
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-6/+6
2022-12-22netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso-18/+45
2022-12-21netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso-1/+35
2022-12-21netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso-38/+68
2022-12-21netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso-30/+28
2022-12-21netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal-2/+5
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-3/+8
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-446/+2517
2022-12-13ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong-0/+5
2022-12-13ipvs: fix type warning in do_div() on 32 bitJakub Kicinski-1/+2
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+5
2022-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-312/+1499
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long-0/+139
2022-12-10ipvs: run_estimation should control the kthread tasksJulian Anastasov-2/+29
2022-12-10ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov-4/+151
2022-12-10ipvs: use kthreads for stats estimationJulian Anastasov-95/+907
2022-12-10ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov-30/+30
2022-12-10ipvs: use common functions for stats allocationJulian Anastasov-41/+55
2022-12-10ipvs: add rcu protection to statsJulian Anastasov-24/+50
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+19
2022-12-08netfilter: flowtable: add a 'default' case to flowtable datapathLi Qiong-0/+8
2022-12-08netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG-3/+3
2022-11-30netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal-0/+53
2022-11-30netfilter: ipset: Add support for new bitmask parameterVishwanath Pai-26/+114
2022-11-30netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal-69/+55
2022-11-30netfilter: conntrack: add sctp DATA_SENT stateSriram Yagnaraman-43/+69
2022-11-30netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso-9/+10
2022-11-30netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long-3/+3
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+41
2022-11-28Daniel Borkmann says:Jakub Kicinski-10/+7
2022-11-28netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long-3/+3
2022-11-28netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio-2/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-22netfilter: nft_inner: fix IS_ERR() vs NULL checkDan Carpenter-2/+2
2022-11-22netfilter: flowtable_offload: add missing lockingFelix Fietkau-0/+4
2022-11-22netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik-1/+1
2022-11-21netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai-5/+3
2022-11-18netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso-2/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu-23/+29
2022-11-17sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long-2/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-5/+5
2022-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-94/+152
2022-11-15netfilter: conntrack: use siphash_4u64Florian Westphal-17/+13
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter-21/+38
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter-55/+99
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi-10/+7