summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni2017-04-281-5/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-6/+6
|\ \
| * | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-2/+2
| * | netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-071-4/+4
* | | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-5/+7
|/ /
* / netfilter: refcounter conversionsReshetova, Elena2017-03-171-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-5/+3
|\
| * ipvs: free ip_vs_dest structs when refcnt=0David Windsor2017-02-021-5/+3
* | Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-4/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2016-12-041-1/+1
|\
| * ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng2016-11-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\ \ | |/ |/|
| * ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong2016-11-081-1/+1
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-9/+13
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
|/