summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)Author
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados
2023-08-16ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-12-13ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong
2022-12-10ipvs: run_estimation should control the kthread tasksJulian Anastasov
2022-12-10ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov
2022-12-10ipvs: use kthreads for stats estimationJulian Anastasov
2022-12-10ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov
2022-12-10ipvs: use common functions for stats allocationJulian Anastasov
2022-12-10ipvs: add rcu protection to statsJulian Anastasov
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-09-07netfilter: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2021-11-30ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-10-22ipvs: autoload ipvs on genl accessThomas Weißschuh
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li
2021-05-27ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-08-28ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov
2020-06-30ipvs: register hooks only with servicesJulian Anastasov
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2019-08-08net: delete "register" keywordAlexey Dobriyan
2019-08-03ipvs: Improve robustness to the ipvs sysctlJunwei Hu
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu
2019-05-31ipvs: add function to find tunnelsJulian Anastasov