aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-next-2.6 into HEADSimon 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_delayed_work_sync()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 daemon.Hans Schillstrom5-12/+14
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-11-18netfilter: fix IP_VS dependenciesPatrick McHardy1-0/+1
2010-11-17net: use the macros defined for the members of flowiChangli Gao2-30/+10
2010-11-16ipvs: allow transmit of GRO aggregated skbsSimon Horman1-10/+15
2010-11-16ipvs: remove shadow rt variableEric Dumazet1-1/+0
2010-11-16ipvs: add static and read_mostly attributesEric Dumazet1-5/+5
2010-11-16IPVS: buffer argument to ip_vs_process_message() should not be constSimon Horman1-1/+1
2010-11-16IPVS: Remove useless { } block from ip_vs_process_message()Simon Horman1-13/+11
2010-11-16IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman1-1/+1
2010-11-16IPVS: Only match pe_data created by the same peSimon Horman1-1/+1
2010-11-16IPVS: Add persistence engine to connection entrySimon Horman3-21/+16
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller1-3/+5
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller18-1080/+2216
2010-10-21ipvs: provide address family for debuggingJulian Anastasov7-84/+45
2010-10-21ipvs: inherit forwarding method in backupJulian Anastasov1-0/+2
2010-10-21ipvs: changes for local clientJulian Anastasov2-92/+225
2010-10-21ipvs: changes for local real serverJulian Anastasov3-117/+457
2010-10-21ipvs: move ip_route_me_harder for ICMPJulian Anastasov1-20/+21
2010-10-21ipvs: create ip_vs_defrag_userJulian Anastasov1-21/+34
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov1-1/+1
2010-10-21ipvs: stop ICMP from FORWARD to localJulian Anastasov1-2/+19
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov4-8/+45
2010-10-21ipvs: switch to notrack modeJulian Anastasov2-37/+9
2010-10-21ipvs: optimize checksums for appsJulian Anastasov3-13/+56
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2-10/+10
2010-10-19Fixed race condition at ip_vs.ko module init.Eduardo Blanco1-9/+10
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom1-79/+92
2010-10-13IPVS: ip_vs_dbg_callid() is only needed for debuggingSimon Horman1-0/+2
2010-10-05ipvs: Use frag walker helper in SCTP proto support.David S. Miller1-9/+10
2010-10-04IPVS: sip persistence engineSimon Horman3-0/+177
2010-10-04IPVS: Fallback if persistence engine failsSimon Horman2-9/+7
2010-10-04IPVS: Allow configuration of persistence enginesSimon Horman1-3/+54
2010-10-04IPVS: management of persistence engine modulesSimon Horman2-1/+148