summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao4-63/+13
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao1-14/+27
2011-02-22ipvs: use hlist instead of listChangli Gao1-23/+29
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf10-14/+41
2011-02-16ipvs: remove extra lookups for ICMP packetsJulian Anastasov1-25/+3
2011-02-16ipvs: fix timer in get_curr_sync_buffTinggong Wang1-2/+2
2011-02-07IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter1-1/+1
2011-02-03IPVS: Use correct lock in SCTP moduleSimon Horman1-1/+1
2011-02-01IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman1-1/+1
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman3-25/+29
2011-02-01IPVS: remove duplicate initialisation or rs_tableSimon Horman1-3/+0
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman1-1/+1
2011-01-25netfilter: ipvs: fix compiler warningsChangli Gao1-3/+1
2011-01-25IPVS netns BUG, register sysctl for root nsHans Schillstrom1-1/+1
2011-01-22IPVS: Change sock_create_kernel() to __sock_create()Simon Horman1-2/+2
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao2-0/+8
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom7-32/+1
2011-01-13IPVS: netns, misc init_net removal in core.Hans Schillstrom2-6/+9
2011-01-13IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom1-12/+9
2011-01-13IPVS: netns, trash handlingHans Schillstrom1-12/+11
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom3-13/+13
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom7-163/+184
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom9-72/+109
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom3-58/+204
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom3-182/+219
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom2-48/+58
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom5-52/+65
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom5-35/+39
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom8-97/+122
2011-01-13IPVS: netns preparation for proto_ah_espHans Schillstrom2-16/+10
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom2-63/+61
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom2-43/+46
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom3-48/+70
2011-01-13IPVS: netns, prepare protocolHans Schillstrom1-0/+66
2011-01-13IPVS: netns awarness to lblc shedulerHans Schillstrom1-16/+34
2011-01-13IPVS: netns awarness to lblcr shedulerHans Schillstrom1-18/+36
2011-01-13IPVS: netns to services part 1Hans Schillstrom7-110/+147
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom10-33/+316
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman3-31/+12
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+1
2010-11-25IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom2-1/+161
2010-11-25IPVS: Backup, Change sending to Version 1 formatHans Schillstrom2-47/+155
2010-11-25IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom2-123/+431
2010-11-25IPVS: Backup, Adding structs for new sync formatHans Schillstrom1-12/+142
2010-11-25IPVS: Handle Scheduling errors.Hans Schillstrom4-23/+64
2010-11-25IPVS: skb defrag in L7 helpersHans Schillstrom1-0/+3
2010-11-25IPVS: Split ports[2] into src_port and dst_portHans Schillstrom1-10/+11
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom5-12/+14
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1