aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-28ipvs: freeing uninitialized pointer on errorDan Carpenter1-0/+2
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso1-154/+247
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov1-16/+105
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso1-32/+117
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov1-42/+23
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-3/+3
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom1-0/+6
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom1-9/+0
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-2/+2
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-10/+3
2011-05-10IPVS: Change of socket usage to enable name space exit.Hans Schillstrom1-21/+37
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman1-2/+2
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman1-2/+2
2011-03-15netfilter:ipvs: use kmemdupShan Wei1-2/+1
2011-02-16ipvs: fix timer in get_curr_sync_buffTinggong Wang1-2/+2
2011-02-07IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter1-1/+1
2011-02-01IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman1-1/+1
2011-01-22IPVS: Change sock_create_kernel() to __sock_create()Simon Horman1-2/+2
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom1-5/+0
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom1-4/+5
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom1-7/+6
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom1-155/+179
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom1-25/+30
2011-01-13IPVS: netns to services part 1Hans Schillstrom1-1/+1
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-0/+27
2010-11-25IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom1-0/+134
2010-11-25IPVS: Backup, Change sending to Version 1 formatHans Schillstrom1-43/+146
2010-11-25IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom1-120/+429
2010-11-25IPVS: Backup, Adding structs for new sync formatHans Schillstrom1-12/+142
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon.Hans Schillstrom1-2/+2
2010-11-16IPVS: buffer argument to ip_vs_process_message() should not be constSimon Horman1-1/+1
2010-11-16IPVS: Remove useless { } block from ip_vs_process_message()Simon Horman1-13/+11
2010-11-16IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman1-1/+1
2010-10-04IPVS: Add struct ip_vs_peSimon Horman1-2/+15
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman1-19/+14
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-02-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy1-0/+14
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-25/+25
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-2/+2
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+942