aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei1-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-4/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-6/+6
2024-07-17ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao1-5/+5
2024-05-28ipvs: constify ctl_table arguments of utility functionsThomas Weißschuh1-3/+4
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-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-2/+6
2023-08-15netfilter: 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-13Merge 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-10ipvs: run_estimation should control the kthread tasksJulian Anastasov1-1/+28
2022-12-10ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov1-1/+142
2022-12-10ipvs: use kthreads for stats estimationJulian Anastasov1-27/+99
2022-12-10ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov1-5/+5
2022-12-10ipvs: use common functions for stats allocationJulian Anastasov1-41/+55
2022-12-10ipvs: add rcu protection to statsJulian Anastasov1-21/+43
2022-10-28net: 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-11-30ipvs: 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/netdev/netLinus Torvalds1-0/+2
2021-11-06Merge 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-02Merge 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-14netfilter: 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-02genetlink: 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+22
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-2/+2
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodest_conn=1Andrew 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-26net: 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