aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-23ipvs: fix build errors related to config option combinationsJesper Dangaard Brouer1-2/+3
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer1-40/+41
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer1-1/+38
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-10/+62
2012-09-28ipvs: Use config macro IS_ENABLED()Jesper Dangaard Brouer1-1/+1
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer1-1/+1
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov1-0/+11
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov1-3/+2
2012-07-17ipvs: fix oops on NAT reply in br_nf contextLin Ming1-1/+1
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso1-9/+25
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov1-2/+28
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso1-0/+29
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom1-0/+2
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom1-1/+1
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-2/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-8/+8
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
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-4/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-8/+7
2011-11-01ipvs: Fix compilation error in ip_vs.h for ip_vs_confirm_conntrack function.Krzysztof Wilczynski1-1/+1
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman1-3/+3
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman1-3/+2
2011-10-31ip_vs.h: fix implicit use of module_get/module_put from module.hPaul Gortmaker1-8/+7
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom1-0/+1
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