aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)Author
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov
2020-10-29ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-11-12ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-07-31ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-05-02ipvs: fix warning on unused variableAndrea Claudi
2019-03-23ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2019-03-13ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu
2018-12-17ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-07-08ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-05-16ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov
2017-12-20netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-28ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-15ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng
2016-11-08ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-25netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni
2016-02-18netfilter: ipvs: avoid unused variable warningsArnd Bergmann
2016-02-18netfilter: ipvs: Remove noisy debug print from ip_vs_del_serviceYannick Brosseau
2015-09-24ipvs: Remove skb_sknetEric W. Biederman
2015-09-24ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_control_net_(init|cleanup)_sysctlEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_random_drop_entryEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimatorEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_genl_set_configEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_genl_del_daemonEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_genl_new_daemonEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_genl_find_serviceEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_genl_parse_serviceEric W. Biederman