summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin2024-01-171-2/+2
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-1/+1
|\
| * ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-272-0/+2
|/
* ipvs: add missing module descriptionsFlorian Westphal2023-11-0816-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-4/+4
|\
| * net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-011-2/+2
| * net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2023-10-011-2/+2
* | inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-1/+1
* | inet: implement lockless IP_MULTICAST_TTLEric Dumazet2023-10-011-1/+1
* | ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-6/+2
|/
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-293-8/+20
|\
| * netfilter: Update to register_net_sysctl_szJoel Granados2023-08-153-8/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-0/+4
|\ \
| * | ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong2023-08-161-0/+4
| |/
* | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-3/+1
|/
* Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-06-262-22/+31
|\
| * ipvs: dynamically limit the connection hash tableJulian Anastasov2023-06-011-9/+17
| * ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2023-06-012-15/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-0/+2
|\ \
| * | ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-191-0/+2
| |/
* / ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2023-06-021-2/+2
|/
* ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-224-92/+9
* ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman2023-04-221-6/+6
* ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-04-221-1/+1
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-201-1/+1
|\
| * ipvs: avoid kfree_rcu without 2nd argJulian Anastasov2023-02-021-1/+1
* | netfilter: use skb_ip_totlen and iph_totlenXin Long2023-02-011-1/+1
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-131-0/+5
|\
| * ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong2022-12-131-0/+5
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-133-174/+1201
|\ \
| * | ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * | 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
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-032-9/+31
| |\|
| * | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
* | | 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
| | |/ | |/|
* / | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/ /
* | ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao2022-11-021-2/+8
* | ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao2022-11-021-5/+21