aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
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-54/+200
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-15/+33
2011-01-13IPVS: netns awarness to lblcr shedulerHans Schillstrom1-17/+35
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-45/+153
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