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