summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/ip_vs_conn.c
AgeCommit message (Expand)AuthorLines
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz-1110/+0
2008-09-05IPVS: Adjust various debug outputs to use new macrosJulius Volz-27/+30
2008-09-05IPVS: Convert procfs files for IPv6 entry outputVince Busam-4/+33
2008-09-05IPVS: Convert real server lookup functionsJulius Volz-2/+3
2008-09-05IPVS: Add and bind IPv6 xmit functionsJulius Volz-1/+33
2008-09-05IPVS: Extend functions for getting/creating connectionsJulius Volz-39/+61
2008-09-05IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz-30/+30
2008-08-11ipvs: Annotate init functions with __initSven Wegener-1/+1
2008-06-11net: remove CVS keywordsAdrian Bunk-2/+0
2008-01-28[IPVS]: Create synced connections with their real stateRumen G. Bogdanovski-2/+14
2008-01-28[IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski-0/+53
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov-3/+1
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/+19
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman-2/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven-1/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-5/+5
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day-2/+1
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki-5/+5
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-09-28[IPVS]: ipvs annotationsAl Viro-12/+12
2006-01-05[IPVS]: Another file needs linux/interrupt.hAndrew Morton-0/+1
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo-0/+1
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali-8/+10
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo-0/+2
2005-11-29[NET]: Add const markers to various variables.Arjan van de Ven-1/+1
2005-09-14[IPVS]: ip_vs_ftp breaks connections using persistenceJulian Anastasov-3/+38
2005-09-14[IPVS]: Really invalidate persistent templatesJulian Anastasov-1/+1
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet-1/+1
2005-07-11[IPVS]: Add and reorder bh locks after moving to keventd.Julian Anastasov-3/+3
2005-06-28[IPVS]: Close race conditions on ip_vs_conn_tab list modificationNeil Horman-21/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+920