summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-311-4/+0
* ipvs: fix warning on unused variableAndrea Claudi2019-05-021-1/+2
* ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-03-231-0/+10
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-03-131-0/+12
* ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-12-171-0/+3
* ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-07-081-6/+15
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-05-161-8/+0
* netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-12-201-0/+4
* 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-05-091-1/+45
|\
| * ipvs: handle connections started by real-serversMarco Angaroni2016-04-201-1/+45
* | netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-12/+24
|/
* netfilter: ipvs: avoid unused variable warningsArnd Bergmann2016-02-181-9/+6
* netfilter: ipvs: Remove noisy debug print from ip_vs_del_serviceYannick Brosseau2016-02-181-2/+0
* ipvs: Remove skb_sknetEric W. Biederman2015-09-241-15/+10
* ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman2015-09-241-4/+4
* ipvs: Pass ipvs not net to ip_vs_control_net_(init|cleanup)_sysctlEric W. Biederman2015-09-241-8/+8
* ipvs: Pass ipvs not net to ip_vs_random_drop_entryEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimatorEric W. Biederman2015-09-241-6/+6
* ipvs: Pass ipvs not net to ip_vs_genl_set_configEric W. Biederman2015-09-241-3/+2
* ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman2015-09-241-2/+2
* ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman2015-09-241-2/+2
* ipvs: Pass ipvs not net to ip_vs_genl_del_daemonEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to ip_vs_genl_new_daemonEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to ip_vs_genl_find_serviceEric W. Biederman2015-09-241-4/+4
* ipvs: Pass ipvs not net to ip_vs_genl_parse_serviceEric W. Biederman2015-09-241-4/+4
* ipvs: Pass ipvs not net to __ip_vs_get_timeoutsEric W. Biederman2015-09-241-5/+6
* ipvs: Pass ipvs not net to __ip_vs_get_dest_entriesEric W. Biederman2015-09-241-3/+2
* ipvs: Pass ipvs not net to __ip_vs_get_service_entriesEric W. Biederman2015-09-241-3/+2
* ipvs: Pass ipvs not net to ip_vs_set_timeoutEric W. Biederman2015-09-241-4/+4
* ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman2015-09-241-5/+7