summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-6/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | ipvs: add checksum support for gue encapsulationJacky Hu2019-05-311-1/+10
* | ipvs: add function to find tunnelsJulian Anastasov2019-05-311-0/+29
* | ipvs: allow rs_table to contain different real server typesJulian Anastasov2019-05-311-8/+35
|/
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+16
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-9/+4
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-5/+5
* ipvs: allow tunneling with gue encapsulationJacky Hu2019-04-081-1/+34
* genetlink: make policy common to familyJohannes Berg2019-03-221-12/+1
* ipvs: change some data types from int to boolAndrea Claudi2019-03-011-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+2
|\
| * ipvs: fix warning on unused variableAndrea Claudi2019-02-161-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-181-4/+2
|\ \ | |/ |/|
| * ipvs: Use struct_size() helperGustavo A. R. Silva2019-02-121-4/+2
* | ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-02-121-0/+10
* | ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-01-241-0/+12
|/
* ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-11-261-0/+3
* net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
* net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-0/+4
|\
| * ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-021-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+4
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-6/+15
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-061-0/+4
| |\ \
| | * | netfilter: ipvs: Keep latest weight of destinationInju Song2018-04-091-0/+4
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-41/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-27/+4
| * | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-14/+2
| |/ /
* / / ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-05-231-6/+15
|/ /
* / ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-091-8/+0
|/
* netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-191-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-2/+6
|\
| * netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-11-061-0/+4
| * netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller2017-11-061-2/+2
* | netfilter: ipvs: Convert timers to use timer_setup()Kees Cook2017-11-081-4/+3
|/
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-5/+17
|\