summaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
AgeCommit message (Expand)Author
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman
2011-03-15IPVS: Conditionally include sysctl members of struct netns_ipvsSimon Horman
2011-03-15IPVS: Conditional ip_vs_conntrack_enabled()Simon Horman
2011-03-15IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefinedSimon Horman
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman
2011-03-15ipvs: rename estimator functionsJulian Anastasov
2011-03-15ipvs: optimize rates readingJulian Anastasov
2011-03-15ipvs: remove unused seqcount statsJulian Anastasov
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov
2011-03-15ipvs: reorganize tot_statsJulian Anastasov
2011-03-15ipvs: move struct netns_ipvsJulian Anastasov
2011-03-15IPVS: Fix variable assignment in ip_vs_notrackJesper Juhl
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao
2011-02-22ipvs: use hlist instead of listChangli Gao
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf
2011-02-01IPVS: Remove unused variablesSimon Horman
2011-01-13IPVS: netns, trash handlingHans Schillstrom
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom
2011-01-13IPVS: netns, prepare protocolHans Schillstrom
2011-01-13IPVS: netns to services part 1Hans Schillstrom
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom
2010-11-25IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom
2010-11-25IPVS: Backup, Change sending to Version 1 formatHans Schillstrom
2010-11-25IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom
2010-11-16IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman
2010-11-16IPVS: Add persistence engine to connection entrySimon Horman
2010-10-21ipvs: provide address family for debuggingJulian Anastasov
2010-10-21ipvs: changes for local real serverJulian Anastasov
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov
2010-10-21ipvs: switch to notrack modeJulian Anastasov
2010-10-21ipvs: optimize checksums for appsJulian Anastasov
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom
2010-10-04IPVS: Allow configuration of persistence enginesSimon Horman
2010-10-04IPVS: management of persistence engine modulesSimon Horman
2010-10-04IPVS: Add persistence engine data to /proc/net/ip_vs_connSimon Horman
2010-10-04IPVS: Add struct ip_vs_peSimon Horman
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman
2010-09-21ipvs: make rerouting optional with snat_rerouteJulian Anastasov
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov