summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn2024-05-081-4/+15
* ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn2024-05-081-7/+7
* netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-4/+1
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-2/+6
|\
| * netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-2/+6
* | ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong2023-08-161-0/+4
|/
* ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-221-25/+1
* 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
* | ipvs: run_estimation should control the kthread tasksJulian Anastasov2022-12-101-1/+28
* | ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2022-12-101-1/+142
* | ipvs: use kthreads for stats estimationJulian Anastasov2022-12-101-27/+99
* | ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov2022-12-101-5/+5
* | ipvs: use common functions for stats allocationJulian Anastasov2022-12-101-41/+55
* | ipvs: add rcu protection to statsJulian Anastasov2022-12-101-21/+43
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
|/
* netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-071-4/+4
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-3/+1
* ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng2021-11-301-5/+2
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-021-0/+2
| |\
| | * ipvs: autoload ipvs on genl accessThomas Weißschuh2021-10-221-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \ \ | |/ / |/| |
| * | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-0/+5
|\|
| * netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-141-0/+5
* | ipvs: add sysctl_run_estimation to support disable estimationDust Li2021-10-071-0/+8
|/
* ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-05-271-1/+1
* ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-11-271-6/+25
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye2020-08-281-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-031-0/+22
|\
| * ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-221-0/+22
* | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-2/+2
|/
* ipvs: avoid expiring many connections from timerJulian Anastasov2020-07-011-2/+4
* ipvs: register hooks only with servicesJulian Anastasov2020-06-301-2/+21
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-3/+3
* net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-18/+11
|\
| * ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-8/+7
| * ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti2019-10-241-10/+4
* | ipvs: batch __ip_vs_cleanupHaishuang Yan2019-10-081-3/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-131-34/+35
|\
| * ipvs: Improve robustness to the ipvs sysctlJunwei Hu2019-08-031-34/+35
* | net: delete "register" keywordAlexey Dobriyan2019-08-081-2/+2
|/
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-4/+0
|\
| * ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-06-251-4/+0
* | ipvs: allow tunneling with gre encapsulationVadim Fedorenko2019-07-041-0/+1