aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_conn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-17/+9
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+1
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer1-9/+6
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer1-1/+1
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso1-6/+9
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso1-0/+7
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov1-1/+6
2012-05-08ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov1-7/+26
2012-05-08ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov1-5/+5
2012-05-08ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-17/+17
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+9
2011-06-13IPVS netns exit causes crash in conntrackHans Schillstrom1-1/+9
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-2/+2
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom1-2/+2
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-10/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-15IPVS: Add expire_quiescent_template()Simon Horman1-2/+11
2011-02-22ipvs: use hlist instead of listChangli Gao1-23/+29
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom1-5/+0
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom1-2/+3
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom1-3/+4
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom1-42/+70
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom1-3/+3
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom1-2/+0
2011-01-13IPVS: netns to services part 1Hans Schillstrom1-1/+1
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-6/+28
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon.Hans Schillstrom1-2/+3
2010-11-16ipvs: add static and read_mostly attributesEric Dumazet1-5/+5
2010-11-16IPVS: Only match pe_data created by the same peSimon Horman1-1/+1
2010-11-16IPVS: Add persistence engine to connection entrySimon Horman1-9/+10
2010-10-21ipvs: inherit forwarding method in backupJulian Anastasov1-0/+2
2010-10-04IPVS: Fallback if persistence engine failsSimon Horman1-3/+3
2010-10-04IPVS: Add persistence engine data to /proc/net/ip_vs_connSimon Horman1-5/+20
2010-10-04IPVS: Add struct ip_vs_peSimon Horman1-11/+56
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman1-87/+84
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov1-0/+13
2010-09-17ipvs: extend connection flags to 32 bitsJulian Anastasov1-6/+10
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman1-0/+45
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-3/+7
2010-06-22IPVS: one-packet schedulingNick Chalk1-3/+7
2010-06-09ipvs: Add missing locking during connection table hashing and unhashingSven Wegener1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-05IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE1-11/+31
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-7/+7
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2009-05-08ipvs: Fix IPv4 FWMARK virtual servicesSimon Horman1-2/+7