summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_conn.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0
* ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek2014-02-041-4/+4
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* ipvs: drop SCTP connections depending on stateJulian Anastasov2013-06-261-0/+12
* ipvs: use cond_resched_rcu() helper when walking connectionsSimon Horman2013-05-231-15/+8
* ipvs: fix sparse warnings for ip_vs_conn listingJulian Anastasov2013-04-231-8/+6
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-15/+15
* ipvs: convert dests to rcuJulian Anastasov2013-04-021-3/+5
* ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-021-7/+2
* ipvs: avoid kmem_cache_zalloc in ip_vs_conn_newJulian Anastasov2013-04-021-5/+19
* ipvs: reorder keys in connection structureJulian Anastasov2013-04-021-9/+10
* ipvs: convert connection lockingJulian Anastasov2013-04-021-108/+122
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-17/+9
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-2/+2
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+1
* ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-9/+6
* ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer2012-09-281-1/+1
* 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-201-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/+2
* 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/+0
* 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/+0
* 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