summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-131-2/+2
* IPVS: init and cleanup restructuringHans Schillstrom2011-05-101-10/+3
* IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2011-05-101-21/+37
* IPVS: Add sysctl_sync_ver()Simon Horman2011-03-151-2/+2
* IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-151-2/+2
* netfilter:ipvs: use kmemdupShan Wei2011-03-151-2/+1
* ipvs: fix timer in get_curr_sync_buffTinggong Wang2011-02-161-2/+2
* IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter2011-02-071-1/+1
* IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman2011-02-011-1/+1
* IPVS: Change sock_create_kernel() to __sock_create()Simon Horman2011-01-221-2/+2
* IPVS: netns, final patch enabling network name space.Hans Schillstrom2011-01-131-5/+0
* IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom2011-01-131-4/+5
* IPVS: netns, connection hash got net as param.Hans Schillstrom2011-01-131-7/+6
* IPVS: netns awareness to ip_vs_syncHans Schillstrom2011-01-131-155/+179
* IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom2011-01-131-25/+30
* IPVS: netns to services part 1Hans Schillstrom2011-01-131-1/+1
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-0/+27
* IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom2010-11-251-0/+134
* IPVS: Backup, Change sending to Version 1 formatHans Schillstrom2010-11-251-43/+146
* IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom2010-11-251-120/+429
* IPVS: Backup, Adding structs for new sync formatHans Schillstrom2010-11-251-12/+142
* IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-251-2/+2
OpenPOWER on IntegriCloud