aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-0/+2
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner1-2/+19
2015-02-22ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov1-0/+3
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-1/+2
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell1-2/+8
2014-07-16ipvs: remove null test before kfreeFabian Frederick1-2/+1
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven1-1/+4
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-5/+2
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov1-0/+12
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov1-3/+4
2013-04-23ipvs: Use network byte order for sync message sizeSimon Horman1-13/+8
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov1-14/+10
2013-04-02ipvs: convert dests to rcuJulian Anastasov1-7/+4
2013-04-02ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov1-2/+2
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