summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_conn.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso2012-05-081-6/+9
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-081-0/+7
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-1/+6
* ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov2012-05-081-7/+26
* ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov2012-05-081-5/+5
* ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov2012-05-081-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-17/+17
* ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-311-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-1/+9
|\
| * IPVS netns exit causes crash in conntrackHans Schillstrom2011-06-131-1/+9
* | IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-131-2/+2
|/
* IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom2011-05-151-2/+2
* IPVS: init and cleanup restructuringHans Schillstrom2011-05-101-10/+2Star
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* IPVS: Add expire_quiescent_template()Simon Horman2011-03-151-2/+11
* ipvs: use hlist instead of listChangli Gao2011-02-221-23/+29
* IPVS: netns, final patch enabling network name space.Hans Schillstrom2011-01-131-5/+0Star
* IPVS: netns, defense work timer.Hans Schillstrom2011-01-131-2/+3
* IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom2011-01-131-3/+4
* IPVS: netns, connection hash got net as param.Hans Schillstrom2011-01-131-42/+70
* IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom2011-01-131-3/+3
* IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-131-2/+0Star
* IPVS: netns to services part 1Hans Schillstrom2011-01-131-1/+1
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-6/+28
* IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-251-2/+3
* ipvs: add static and read_mostly attributesEric Dumazet2010-11-161-5/+5
* IPVS: Only match pe_data created by the same peSimon Horman2010-11-161-1/+1
* IPVS: Add persistence engine to connection entrySimon Horman2010-11-161-9/+10
* ipvs: inherit forwarding method in backupJulian Anastasov2010-10-211-0/+2
* IPVS: Fallback if persistence engine failsSimon Horman2010-10-041-3/+3
* IPVS: Add persistence engine data to /proc/net/ip_vs_connSimon Horman2010-10-041-5/+20
* IPVS: Add struct ip_vs_peSimon Horman2010-10-041-11/+56
* IPVS: Add struct ip_vs_conn_paramSimon Horman2010-10-041-87/+84Star
* ipvs: netfilter connection tracking changesJulian Anastasov2010-09-211-0/+13
* ipvs: extend connection flags to 32 bitsJulian Anastasov2010-09-171-6/+10
* ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman2010-08-021-0/+45
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-031-3/+7
|\
| * IPVS: one-packet schedulingNick Chalk2010-06-221-3/+7
* | ipvs: Add missing locking during connection table hashing and unhashingSven Wegener2010-06-091-0/+4
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE2010-01-051-11/+31
* IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder2009-08-031-7/+7
* IPVS: use pr_fmtHannes Eder2009-07-301-0/+3
* ipvs: Fix IPv4 FWMARK virtual servicesSimon Horman2009-05-081-2/+7
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-2/+2
* netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-12/+8Star
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-061-0/+1110