summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+12Star
|\
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-081-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/+10Star
* | | 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
* | | IPVS: skb defrag in L7 helpersHans Schillstrom2010-11-251-0/+3
* | | IPVS: Split ports[2] into src_port and dst_portHans Schillstrom2010-11-251-10/+11
* | | IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-255-12/+14
* | | ipvs: allow transmit of GRO aggregated skbsSimon Horman2010-11-161-10/+15
* | | ipvs: remove shadow rt variableEric Dumazet2010-11-161-1/+0Star
* | | ipvs: add static and read_mostly attributesEric Dumazet2010-11-161-5/+5
* | | IPVS: buffer argument to ip_vs_process_message() should not be constSimon Horman2010-11-161-1/+1
* | | IPVS: Remove useless { } block from ip_vs_process_message()Simon Horman2010-11-161-13/+11Star
* | | IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman2010-11-161-1/+1
* | | IPVS: Only match pe_data created by the same peSimon Horman2010-11-161-1/+1
* | | IPVS: Add persistence engine to connection entrySimon Horman2010-11-163-21/+16Star
|/ /
* / ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-121-3/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-2118-1080/+2216
|\