summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-091-75/+80
* ipvs: switch to sock_recvmsg()Al Viro2017-12-021-6/+3
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-1/+1
|/
* ipvs: change comparison on sync_refresh_periodAaron Conole2017-04-281-1/+1
* netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao2017-03-301-2/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-281-2/+5
* ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage2016-07-071-2/+4
* ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman2015-09-241-2/+1
* ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman2015-09-241-3/+1
* ipvs: Pass ipvs not net to ip_vs_proc_sync_connEric W. Biederman2015-09-241-3/+2
* ipvs: Pass ipvs not net to ip_vs_proc_connEric W. Biederman2015-09-241-6/+6
* ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman2015-09-241-3/+2
* ipvs: Pass ipvs not net to ip_vs_sync_conn_v0Eric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to ip_vs_process_messageEric W. Biederman2015-09-241-4/+3
* ipvs: Store ipvs not net in struct ip_vs_sync_thread_dataEric W. Biederman2015-09-241-5/+5
* ipvs: Pass ipvs not net to make_receive_sockEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to make_send_sockEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman2015-09-241-4/+3
* ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman2015-09-241-6/+5
* ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman2015-09-241-8/+8
* ipvs: add more mcast parameters for the sync daemonJulian Anastasov2015-08-211-23/+115
* ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov2015-08-211-74/+63
* ipvs: call rtnl_lock earlyJulian Anastasov2015-08-211-2/+0
* ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-07-141-1/+1
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-21/+9
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-0/+3
|\
| * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-221-0/+3
* | ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-251-2/+19
|/
* netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-201-2/+1
* ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-161-1/+2
* ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-161-2/+8
* ipvs: remove null test before kfreeFabian Frederick2014-07-161-2/+1
* ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven2013-12-271-1/+4
* sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-041-5/+2
* ipvs: add sync_persist_mode flagJulian Anastasov2013-06-261-0/+12
* ipvs: replace the SCTP state machineJulian Anastasov2013-06-261-3/+4
* ipvs: Use network byte order for sync message sizeSimon Horman2013-04-231-13/+8
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-14/+10
* ipvs: convert dests to rcuJulian Anastasov2013-04-021-7/+4
* ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-021-2/+2
* ipvs: freeing uninitialized pointer on errorDan Carpenter2013-01-281-0/+2
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-081-154/+247
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-16/+105
OpenPOWER on IntegriCloud