aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c
AgeCommit message (Expand)Author
2020-07-29ipvs: fix the connection sync failed in some casesguodeqing
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
2018-05-16ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole
2017-03-30netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-10-28netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann
2016-07-07ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proc_sync_connEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_proc_connEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_conn_v0Eric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_process_messageEric W. Biederman
2015-09-24ipvs: Store ipvs not net in struct ip_vs_sync_thread_dataEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to make_receive_sockEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to make_send_sockEric 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_proto_data_getEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman
2015-08-21ipvs: add more mcast parameters for the sync daemonJulian Anastasov
2015-08-21ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov
2015-08-21ipvs: call rtnl_lock earlyJulian Anastasov
2015-07-14ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner
2015-02-22ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell
2014-07-16ipvs: remove null test before kfreeFabian Frederick
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov
2013-04-23ipvs: Use network byte order for sync message sizeSimon Horman
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov
2013-04-02ipvs: convert dests to rcuJulian Anastasov
2013-04-02ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov
2013-01-28ipvs: freeing uninitialized pointer on errorDan Carpenter
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov