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