summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | netfilter: nft_payload: access GRE payload via inner offsetPablo Neira Ayuso2022-10-251-0/+32
| * | | | | netfilter: nft_objref: make it builtinFlorian Westphal2022-10-254-29/+4
| * | | | | netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso2022-10-251-0/+10
* | | | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ \ \
| * | | | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-123-5/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-183-5/+5
| |/ / / /
* | | | | 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