aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
Commit message (Expand)AuthorAgeFilesLines
* IPVS: Use global mutex in ip_vs_app.cSimon Horman2011-03-211-2/+0
* IPVS: Conditionally include sysctl members of struct netns_ipvsSimon Horman2011-03-151-8/+13
* IPVS: Conditional ip_vs_conntrack_enabled()Simon Horman2011-03-151-0/+4
* IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefinedSimon Horman2011-03-151-0/+4
* IPVS: Add sysctl_sync_ver()Simon Horman2011-03-151-0/+11
* IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-151-0/+29
* ipvs: rename estimator functionsJulian Anastasov2011-03-151-2/+2
* ipvs: optimize rates readingJulian Anastasov2011-03-151-0/+2
* ipvs: remove unused seqcount statsJulian Anastasov2011-03-151-17/+0
* ipvs: properly zero stats and ratesJulian Anastasov2011-03-151-0/+1
* ipvs: reorganize tot_statsJulian Anastasov2011-03-151-2/+1
* ipvs: move struct netns_ipvsJulian Anastasov2011-03-151-0/+122
* IPVS: Fix variable assignment in ip_vs_notrackJesper Juhl2011-03-151-1/+1
* ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-251-0/+14
* ipvs: use hlist instead of listChangli Gao2011-02-221-1/+1
* ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-161-0/+2
* IPVS: Remove unused variablesSimon Horman2011-02-011-2/+0
* IPVS: netns, trash handlingHans Schillstrom2011-01-131-2/+2
* IPVS: netns, defense work timer.Hans Schillstrom2011-01-131-1/+1
* IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom2011-01-131-16/+11
* IPVS: netns, connection hash got net as param.Hans Schillstrom2011-01-131-11/+42
* IPVS: netns, ip_vs_stats and its procfsHans Schillstrom2011-01-131-3/+48
* IPVS: netns awareness to ip_vs_syncHans Schillstrom2011-01-131-9/+5
* IPVS: netns awareness to ip_vs_estHans Schillstrom2011-01-131-2/+2
* IPVS: netns awareness to ip_vs_appHans Schillstrom2011-01-131-6/+6
* IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom2011-01-131-2/+0
* IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-131-12/+6
* IPVS: netns preparation for proto_tcpHans Schillstrom2011-01-131-1/+1
* IPVS: netns, prepare protocolHans Schillstrom2011-01-131-1/+19
* IPVS: netns to services part 1Hans Schillstrom2011-01-131-5/+59
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-0/+11
* IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom2010-11-251-0/+2
* IPVS: Backup, Change sending to Version 1 formatHans Schillstrom2010-11-251-1/+1
* IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom2010-11-251-0/+1
* IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-251-2/+4
* IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman2010-11-161-1/+1
* IPVS: Add persistence engine to connection entrySimon Horman2010-11-161-2/+14
* ipvs: provide address family for debuggingJulian Anastasov2010-10-211-8/+9
* ipvs: changes for local real serverJulian Anastasov2010-10-211-0/+1
* ipvs: do not schedule conns from real serversJulian Anastasov2010-10-211-1/+2
* ipvs: switch to notrack modeJulian Anastasov2010-10-211-1/+19
* ipvs: optimize checksums for appsJulian Anastasov2010-10-211-2/+10
* ipvs: IPv6 tunnel modeHans Schillstrom2010-10-191-0/+4
* IPVS: Allow configuration of persistence enginesSimon Horman2010-10-041-0/+1
* IPVS: management of persistence engine modulesSimon Horman2010-10-041-0/+6
* IPVS: Add persistence engine data to /proc/net/ip_vs_connSimon Horman2010-10-041-0/+1
* IPVS: Add struct ip_vs_peSimon Horman2010-10-041-1/+27
* IPVS: Add struct ip_vs_conn_paramSimon Horman2010-10-041-14/+30
* ipvs: make rerouting optional with snat_rerouteJulian Anastasov2010-09-211-0/+1
* ipvs: netfilter connection tracking changesJulian Anastasov2010-09-211-1/+43