summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-15netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
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
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu1-1/+10
2019-05-31ipvs: add function to find tunnelsJulian Anastasov1-0/+29
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov1-8/+35
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+16
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-9/+4
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-5/+5
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu1-1/+34
2019-03-22genetlink: make policy common to familyJohannes Berg1-12/+1
2019-03-01ipvs: change some data types from int to boolAndrea Claudi1-6/+6
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+2
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi1-0/+10
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-01-24ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu1-0/+12
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long1-0/+3
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+4
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-41/+6
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+15
2018-06-02ipvs: register conntrack hooks for ftpJulian Anastasov1-0/+4
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov1-6/+15
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-27/+4