aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom1-6/+0
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-13/+13
2011-06-13IPVS remove unused var from migration to netnsHans Schillstrom1-2/+0
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom1-1/+2
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov1-5/+4
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-0/+17
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-0/+17
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-5/+0
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman1-2/+0
2011-03-15IPVS: Conditionally include sysctl members of struct netns_ipvsSimon Horman1-8/+13
2011-03-15IPVS: Conditional ip_vs_conntrack_enabled()Simon Horman1-0/+4
2011-03-15IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefinedSimon Horman1-0/+4
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman1-0/+11
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman1-0/+29
2011-03-15ipvs: rename estimator functionsJulian Anastasov1-2/+2
2011-03-15ipvs: optimize rates readingJulian Anastasov1-0/+2
2011-03-15ipvs: remove unused seqcount statsJulian Anastasov1-17/+0
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov1-0/+1
2011-03-15ipvs: reorganize tot_statsJulian Anastasov1-2/+1
2011-03-15ipvs: move struct netns_ipvsJulian Anastasov1-0/+122
2011-03-15IPVS: Fix variable assignment in ip_vs_notrackJesper Juhl1-1/+1
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao1-0/+14
2011-02-22ipvs: use hlist instead of listChangli Gao1-1/+1
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf1-0/+2
2011-02-01IPVS: Remove unused variablesSimon Horman1-2/+0
2011-01-13IPVS: netns, trash handlingHans Schillstrom1-2/+2
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom1-1/+1
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom1-16/+11
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom1-11/+42
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom1-3/+48
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom1-9/+5
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom1-2/+2
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom1-6/+6
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom1-2/+0
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom1-12/+6
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom1-1/+1
2011-01-13IPVS: netns, prepare protocolHans Schillstrom1-1/+19
2011-01-13IPVS: netns to services part 1Hans Schillstrom1-5/+59
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-0/+11
2010-11-25IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom1-0/+2
2010-11-25IPVS: Backup, Change sending to Version 1 formatHans Schillstrom1-1/+1
2010-11-25IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom1-0/+1
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon.Hans Schillstrom1-2/+4
2010-11-16IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman1-1/+1
2010-11-16IPVS: Add persistence engine to connection entrySimon Horman1-2/+14
2010-10-21ipvs: provide address family for debuggingJulian Anastasov1-8/+9