aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/ip_vs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-071-942/+0
* ipvs: Restrict sync message to 255 connectionsSven Wegener2008-09-221-2/+4
* ipvs: Use pointer to address from sync messageSven Wegener2008-09-081-3/+3
* IPVS: Convert real server lookup functionsJulius Volz2008-09-051-2/+5
* IPVS: Extend functions for getting/creating connectionsJulius Volz2008-09-051-10/+17
* IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz2008-09-051-3/+3
* ipvs: Fix possible deadlock in sync codeSven Wegener2008-08-111-2/+2
* ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener2008-07-161-1/+1
* ipvs: Put backup thread on mcast socket wait queueSven Wegener2008-07-161-2/+5
* ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener2008-07-161-233/+136
* ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send...Sven Wegener2008-07-161-19/+27
* ipvs: Initialize mcast addr at compile timeSven Wegener2008-07-161-6/+5
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov2008-04-291-21/+59
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-2/+2
* [IPVS]: Create synced connections with their real stateRumen G. Bogdanovski2008-01-281-5/+27
* [IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski2008-01-281-1/+1
* [IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski2007-11-071-1/+1
* [IPVS]: Bind connections on stanby if the destination existsRumen G. Bogdanovski2007-11-071-4/+20
* [IPVS]: use proper timeout instead of fixed valueAndy Gospodarek2007-10-291-2/+3
* Use task_pid_nr() in ip_vs_sync.cPavel Emelyanov2007-10-191-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-2/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-5/+5
* [IPVS]: Fix state variable on failure to start ipvs threadsNeil Horman2007-06-181-2/+39
* [IPVS]: Make ip_vs_sync.c <= 80col wide.Simon Horman2006-12-111-3/+6
* [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep()Simon Horman2006-12-111-4/+4
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
* [IPVS]: ipvs annotationsAl Viro2006-09-281-8/+8
* [IPV4]: inet_select_addr() annotationsAl Viro2006-09-281-1/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+2
* [IPVS]: ip_vs_ftp breaks connections using persistenceJulian Anastasov2005-09-141-6/+14
* [IPVS]: Fix for overflowspageexec2005-06-261-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+892