summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov-43/+68
2011-03-15ipvs: reorganize tot_statsJulian Anastasov-26/+28
2011-03-15netfilter:ipvs: use kmemdupShan Wei-7/+5
2011-03-15ipvs: remove _bh from percpu stats readingJulian Anastasov-4/+4
2011-03-15ipvs: avoid lookup for fwmark 0Julian Anastasov-3/+5
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller-13/+11
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller-2/+2
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller-12/+2
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+2
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller-3/+6
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller-2/+7
2011-03-02ipvs: fix dst_lock locking on dest updateJulian Anastasov-2/+2
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao-63/+13
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao-14/+27
2011-02-22ipvs: use hlist instead of listChangli Gao-23/+29
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf-14/+41
2011-02-16ipvs: remove extra lookups for ICMP packetsJulian Anastasov-25/+3
2011-02-16ipvs: fix timer in get_curr_sync_buffTinggong Wang-2/+2
2011-02-07IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter-1/+1
2011-02-03IPVS: Use correct lock in SCTP moduleSimon Horman-1/+1
2011-02-01IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman-1/+1
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman-25/+29
2011-02-01IPVS: remove duplicate initialisation or rs_tableSimon Horman-3/+0
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman-1/+1
2011-01-25netfilter: ipvs: fix compiler warningsChangli Gao-3/+1
2011-01-25IPVS netns BUG, register sysctl for root nsHans Schillstrom-1/+1
2011-01-22IPVS: Change sock_create_kernel() to __sock_create()Simon Horman-2/+2
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao-0/+8
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom-32/+1
2011-01-13IPVS: netns, misc init_net removal in core.Hans Schillstrom-6/+9
2011-01-13IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom-12/+9
2011-01-13IPVS: netns, trash handlingHans Schillstrom-12/+11
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom-13/+13
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom-163/+184
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom-72/+109
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom-58/+204
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom-182/+219
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom-48/+58
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom-52/+65
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom-35/+39
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom-97/+122
2011-01-13IPVS: netns preparation for proto_ah_espHans Schillstrom-16/+10
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom-63/+61
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom-43/+46
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom-48/+70
2011-01-13IPVS: netns, prepare protocolHans Schillstrom-0/+66
2011-01-13IPVS: netns awarness to lblc shedulerHans Schillstrom-16/+34
2011-01-13IPVS: netns awarness to lblcr shedulerHans Schillstrom-18/+36
2011-01-13IPVS: netns to services part 1Hans Schillstrom-110/+147