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