summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman2011-03-151-36/+62
* IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman2011-03-152-9/+20
* IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman2011-03-151-2/+7
* IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman2011-03-152-9/+28
* IPVS: Add expire_quiescent_template()Simon Horman2011-03-151-2/+11
* IPVS: Add sysctl_expire_nodest_conn()Simon Horman2011-03-151-1/+7
* IPVS: Add sysctl_sync_ver()Simon Horman2011-03-151-2/+2
* IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-153-9/+9
* IPVS: Add sysctl_nat_icmp_send()Simon Horman2011-03-151-3/+8
* IPVS: Add sysctl_snat_reroute()Simon Horman2011-03-151-4/+16
* IPVS: Add ip_vs_route_me_harder()Simon Horman2011-03-151-26/+22Star
* ipvs: rename estimator functionsJulian Anastasov2011-03-152-8/+8
* ipvs: optimize rates readingJulian Anastasov2011-03-152-39/+25Star
* ipvs: properly zero stats and ratesJulian Anastasov2011-03-152-43/+68
* ipvs: reorganize tot_statsJulian Anastasov2011-03-153-26/+28
* netfilter:ipvs: use kmemdupShan Wei2011-03-152-7/+5Star
* ipvs: remove _bh from percpu stats readingJulian Anastasov2011-03-151-4/+4
* ipvs: avoid lookup for fwmark 0Julian Anastasov2011-03-151-3/+5
* ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-254-63/+13Star
* ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
* ipvs: use hlist instead of listChangli Gao2011-02-221-23/+29
* ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-1610-14/+41
* ipvs: remove extra lookups for ICMP packetsJulian Anastasov2011-02-151-25/+3Star
* ipvs: fix timer in get_curr_sync_buffTinggong Wang2011-02-151-2/+2
* IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter2011-02-071-1/+1
* IPVS: Use correct lock in SCTP moduleSimon Horman2011-02-031-1/+1
* IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman2011-02-011-1/+1
* IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman2011-02-013-25/+29
* IPVS: remove duplicate initialisation or rs_tableSimon Horman2011-02-011-3/+0Star
* IPVS: use z modifier for sizeof() argumentSimon Horman2011-02-011-1/+1
* netfilter: ipvs: fix compiler warningsChangli Gao2011-01-251-3/+1Star
* IPVS netns BUG, register sysctl for root nsHans Schillstrom2011-01-251-1/+1
* IPVS: Change sock_create_kernel() to __sock_create()Simon Horman2011-01-221-2/+2
* netfilter: ipvs: fix compiler warningsChangli Gao2011-01-222-0/+8
* IPVS: netns, final patch enabling network name space.Hans Schillstrom2011-01-137-32/+1Star
* IPVS: netns, misc init_net removal in core.Hans Schillstrom2011-01-132-6/+9
* IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom2011-01-131-12/+9Star
* IPVS: netns, trash handlingHans Schillstrom2011-01-131-12/+11Star
* IPVS: netns, defense work timer.Hans Schillstrom2011-01-133-13/+13
* IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom2011-01-137-163/+184
* IPVS: netns, connection hash got net as param.Hans Schillstrom2011-01-139-72/+109
* IPVS: netns, ip_vs_stats and its procfsHans Schillstrom2011-01-133-58/+204
* IPVS: netns awareness to ip_vs_syncHans Schillstrom2011-01-133-182/+219
* IPVS: netns awareness to ip_vs_estHans Schillstrom2011-01-132-48/+58
* IPVS: netns awareness to ip_vs_appHans Schillstrom2011-01-135-52/+65
* IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom2011-01-135-35/+39
* IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-138-97/+122
* IPVS: netns preparation for proto_ah_espHans Schillstrom2011-01-132-16/+10Star
* IPVS: netns preparation for proto_sctpHans Schillstrom2011-01-132-63/+61Star
* IPVS: netns preparation for proto_udpHans Schillstrom2011-01-132-43/+46