aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/ip_vs_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-3443/+0
2008-09-22ipvs: Fix unused label warningSven Wegener1-0/+2
2008-09-17ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_seq_stopSimon Horman1-0/+2
2008-09-17ipvs: only unlock in ip_vs_edit_service() if already lockedSimon Horman1-3/+4
2008-09-09ipvs: Embed user stats structure into kernel stats structureSven Wegener1-32/+21
2008-09-08ipvs: Reject ipv6 link-local addresses for destinationsSven Wegener1-1/+2
2008-09-08ipvs: Return negative error values from ip_vs_edit_service()Sven Wegener1-2/+2
2008-09-05IPVS: Allow adding IPv6 services from userspaceJulius Volz1-5/+48
2008-09-05IPVS: Adjust various debug outputs to use new macrosJulius Volz1-11/+13
2008-09-05IPVS: Add function to determine if IPv6 address is localVince Busam1-7/+49
2008-09-05IPVS: Convert procfs files for IPv6 entry outputVince Busam1-14/+40
2008-09-05IPVS: Convert real server lookup functionsJulius Volz1-28/+52
2008-09-05IPVS: Add v6 support to ip_vs_service_get()Julius Volz1-11/+13
2008-09-05IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()Julius Volz1-32/+47
2008-09-05IPVS: Add internal versions of sockopt interface structsJulius Volz1-48/+90
2008-09-05IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz1-18/+19
2008-08-15ipvs: Only call init_service, update_service and done_service for schedulers if definedSven Wegener1-9/+12
2008-08-15IPVS: Add genetlink interface implementationJulius Volz1-0/+875
2008-08-11ipvs: Explictly clear ip_vs_stats membersSimon Horman1-1/+14
2008-08-11ipvs: No need to zero out ip_vs_stats during initializationSven Wegener1-3/+3
2008-08-11ipvs: Embed estimator object into stats objectSven Wegener1-1/+1
2008-08-11ipvs: Mark net_vs_ctl_path constSven Wegener1-1/+1
2008-08-11ipvs: Annotate init functions with __initSven Wegener1-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-2/+2
2008-01-28[IPVS]: Switch to using ctl_paths.Pavel Emelyanov1-28/+7
2007-11-19[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman1-20/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger1-4/+0
2007-11-12[IPVS]: Remove unused exports.Adrian Bunk1-1/+0
2007-11-07[IPVS]: Bind connections on stanby if the destination existsRumen G. Bogdanovski1-0/+26
2007-10-10[NET]: Make core networking code use seq_open_privatePavel Emelyanov1-18/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-4/+5
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman1-0/+1
2007-08-13[IPVS]: Use IP_VS_WAIT_WHILE when encessary.Heiko Carstens1-1/+1
2007-08-13[IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl1-1/+0
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09ipvs: flush defense_work before module unloadOleg Nesterov1-0/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-09-28[IPVS]: ipvs annotationsAl Viro1-13/+13
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-7/+3
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-5/+6
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali1-4/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2005-11-29[NET]: Add const markers to various variables.Arjan van de Ven1-2/+2
2005-08-29[IPVS]: ipv4_table --> ipvs_ipv4_tableDavid S. Miller1-2/+2
2005-07-11[IPVS]: Add and reorder bh locks after moving to keventd.Julian Anastasov1-3/+6