summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipvs: wakeup master threadPablo Neira Ayuso2012-05-081-32/+117
* ipvs: always update some of the flags bits in backupJulian Anastasov2012-05-081-42/+23
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-021-1/+1
|\
| * ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-311-1/+1
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-3/+3
|/
* IPVS netns shutdown/startup dead-lockHans Schillstrom2011-10-121-0/+6
* IPVS: remove unused init and cleanup functions.Hans Schillstrom2011-06-141-9/+0