summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* 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/+13
* 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-161-25/+3
* ipvs: fix timer in get_curr_sync_buffTinggong Wang2011-02-161-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/+0
* IPVS: use z modifier for sizeof() argumentSimon Horman2011-02-011-1/+1
* netfilter: ipvs: fix compiler warningsChangli Gao2011-01-251-3/+1
* 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/+1
* 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/+9
* IPVS: netns, trash handlingHans Schillstrom2011-01-131-12/+11
* 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/+10
* IPVS: netns preparation for proto_sctpHans Schillstrom2011-01-132-63/+61
* IPVS: netns preparation for proto_udpHans Schillstrom2011-01-132-43/+46
* IPVS: netns preparation for proto_tcpHans Schillstrom2011-01-133-48/+70
* IPVS: netns, prepare protocolHans Schillstrom2011-01-131-0/+66
* IPVS: netns awarness to lblc shedulerHans Schillstrom2011-01-131-16/+34
* IPVS: netns awarness to lblcr shedulerHans Schillstrom2011-01-131-18/+36
* IPVS: netns to services part 1Hans Schillstrom2011-01-137-110/+147
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-1310-33/+316
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-133-31/+12
|\
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+1
| |\
| | * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-191-0/+1
| |\|
| | * netfilter: fix IP_VS dependenciesPatrick McHardy2010-11-181-0/+1
| * | net: use the macros defined for the members of flowiChangli Gao2010-11-172-30/+10
* | | IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom2010-11-252-1/+161
* | | IPVS: Backup, Change sending to Version 1 formatHans Schillstrom2010-11-252-47/+155
* | | IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom2010-11-252-123/+431
* | | IPVS: Backup, Adding structs for new sync formatHans Schillstrom2010-11-251-12/+142
* | | IPVS: Handle Scheduling errors.Hans Schillstrom2010-11-254-23/+64