aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip_vs.h
AgeCommit message (Expand)Author
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-01ipvs: Fix compilation error in ip_vs.h for ip_vs_confirm_conntrack function.Krzysztof Wilczynski
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman
2011-10-31ip_vs.h: fix implicit use of module_get/module_put from module.hPaul Gortmaker
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom
2011-06-13IPVS remove unused var from migration to netnsHans Schillstrom
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom
2011-03-31Fix common misspellingsLucas De Marchi
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