summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0513-187/+268
|\
| * netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0210-80/+67
| * netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| * netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-221-18/+45
| * netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| * netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| * netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-211-30/+28
| * netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-255-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-132-3/+8
|\
| * ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong2022-12-131-0/+5
| * netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG2022-12-081-3/+3
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1359-446/+2517
|\ \
| * | ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-12-1213-312/+1499
| |\ \
| | * | ipvs: run_estimation should control the kthread tasksJulian Anastasov2022-12-102-2/+29
| | * | ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2022-12-102-4/+151
| | * | ipvs: use kthreads for stats estimationJulian Anastasov2022-12-102-95/+907
| | * | ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov2022-12-103-30/+30
| | * | ipvs: use common functions for stats allocationJulian Anastasov2022-12-101-41/+55
| | * | ipvs: add rcu protection to statsJulian Anastasov2022-12-102-24/+50
| | * | netfilter: flowtable: add a 'default' case to flowtable datapathLi Qiong2022-12-081-0/+8
| | * | netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal2022-11-301-0/+53
| | * | netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-304-26/+114
| | * | netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal2022-11-301-69/+55
| | * | netfilter: conntrack: add sctp DATA_SENT stateSriram Yagnaraman2022-11-302-43/+69
| | * | netfilter: nft_inner: fix IS_ERR() vs NULL checkDan Carpenter2022-11-221-2/+2
| * | | net: move the nat function to nf_nat_ovs for ovs and tcXin Long2022-12-123-0/+139
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-084-17/+19
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-299-31/+41
| |\ \ \
| * \ \ \ Daniel Borkmann says:Jakub Kicinski2022-11-281-10/+7
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-10/+7
| * | | | sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2022-11-172-2/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-11-1540-94/+152
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: conntrack: use siphash_4u64Florian Westphal2022-11-151-17/+13
| | * | | netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter2022-11-155-21/+38
| | * | | netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-1539-55/+99
| | * | | netfilter: nft_inner: fix return value check in nft_inner_parse_l2l3()Peng Wu2022-11-011-1/+1
| | * | | netfilter: nft_payload: use __be16 to store gre versionPablo Neira Ayuso2022-11-011-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-102-1/+3
| |\ \ \ \
| * | | | | net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-0/+31
| * | | | | net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-0/+69
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-036-40/+55
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-282-4/+4
| * | | | | netfilter: nft_inner: set tunnel offset to GRE header offsetPablo Neira Ayuso2022-10-251-2/+7
| * | | | | netfilter: nft_inner: add geneve supportPablo Neira Ayuso2022-10-251-0/+17
| * | | | | netfilter: nft_meta: add inner match supportPablo Neira Ayuso2022-10-252-0/+70
| * | | | | netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso2022-10-251-4/+22
| * | | | | netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso2022-10-255-2/+463
| * | | | | netfilter: nft_payload: access ipip payload for inner offsetPablo Neira Ayuso2022-10-251-0/+3