aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+4
2018-06-06Merge 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/viro/vfsLinus 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
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+2
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+4
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov1-8/+0
2018-04-09netfilter: ipvs: Keep latest weight of destinationInju Song1-0/+4
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan1-3/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+6
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya1-0/+4
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller1-2/+2
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-3/+0
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+17
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+6
2017-04-28ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni1-5/+17
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-5/+7
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-2/+2
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal1-4/+4
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-6/+6
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+3
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor1-5/+3
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-4/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-15ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng1-1/+1
2016-11-08ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong1-1/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-9/+13
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+45
2016-04-25netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel1-12/+24
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni1-1/+45
2016-02-18netfilter: ipvs: avoid unused variable warningsArnd Bergmann1-9/+6