summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn1-4/+15
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn1-7/+7
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-4/+1
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+6
2023-08-16netfilter: Update to register_net_sysctl_szJoel Granados1-2/+6
2023-08-16ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong1-0/+4
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman1-25/+1
2022-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-0/+5
2022-12-13ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong1-0/+5
2022-12-11ipvs: run_estimation should control the kthread tasksJulian Anastasov1-1/+28
2022-12-11ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov1-1/+142
2022-12-11ipvs: use kthreads for stats estimationJulian Anastasov1-27/+99
2022-12-11ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov1-5/+5
2022-12-11ipvs: use common functions for stats allocationJulian Anastasov1-41/+55
2022-12-11ipvs: add rcu protection to statsJulian Anastasov1-21/+43
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-3/+1
2021-12-01ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng1-5/+2
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-0/+2
2021-10-22ipvs: autoload ipvs on genl accessThomas Weißschuh1-0/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2021-10-15netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li1-0/+8
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai1-6/+25
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-08-28ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye1-3/+4
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+22
2020-07-25netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-2/+2
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim1-0/+22
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov1-2/+4
2020-06-30ipvs: register hooks only with servicesJulian Anastasov1-2/+21
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-3/+3
2019-11-27net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-18/+11
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti1-10/+4
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan1-3/+9
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-34/+35
2019-08-09net: delete "register" keywordAlexey Dobriyan1-2/+2
2019-08-03ipvs: Improve robustness to the ipvs sysctlJunwei Hu1-34/+35
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko1-0/+1
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov1-4/+0