summaryrefslogtreecommitdiff
path: root/net/ipv4/ipvs
AgeCommit message (Expand)AuthorFilesLines
2008-09-05IPVS: Turn off FTP application helper for IPv6Julius Volz1-0/+16
2008-09-05IVPS: Disable sync daemon for IPv6 connectionsJulius Volz1-1/+2
2008-09-05IPVS: Convert procfs files for IPv6 entry outputVince Busam2-18/+73
2008-09-05IPVS: Convert real server lookup functionsJulius Volz4-34/+62
2008-09-05IPVS: Add/adjust Netfilter hook functions and helpers for v6Julius Volz1-36/+329
2008-09-05IPVS: Extend scheduling functions for IPv6 supportJulius Volz1-25/+31
2008-09-05IPVS: Add and bind IPv6 xmit functionsJulius Volz3-1/+453
2008-09-05IPVS: Add IPv6 support to xmit() support functionsJulius Volz1-7/+75
2008-09-05IPVS: Extend functions for getting/creating connectionsJulius Volz7-158/+198
2008-09-05IPVS: Extend protocol DNAT/SNAT and state handlersJulius Volz2-36/+131
2008-09-05IPVS: Add protocol debug functions for IPv6Julius Volz2-6/+93
2008-09-05IPVS: Add 'af' args to protocol handler functionsJulius Volz4-118/+162
2008-09-05IPVS: Add IPv6 support flag to schedulersJulius Volz10-33/+63
2008-09-05IPVS: Add v6 support to ip_vs_service_get()Julius Volz3-18/+26
2008-09-05IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()Julius Volz1-32/+47
2008-09-05IPVS: Add internal versions of sockopt interface structsJulius Volz1-48/+90
2008-09-05IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz18-108/+109
2008-09-05IPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 supportJulius Volz1-0/+8
2008-08-27IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.cJulius Volz3-177/+1
2008-08-27IPVS: Integrate ESP protocol into ip_vs_proto_ah.cJulius Volz3-24/+54
2008-08-19ipvs: Fix race conditions in lblcr schedulerSven Wegener1-115/+114
2008-08-19ipvs: Fix race conditions in lblc schedulerSven Wegener1-108/+96
2008-08-15ipvs: rename __ip_vs_wlc_schedule in lblc and lblcr schedulersSimon Horman2-6/+6
2008-08-15ipvs: Create init functions for estimator codeSven Wegener2-9/+17
2008-08-15ipvs: Only call init_service, update_service and done_service for schedulers ...Sven Wegener8-123/+12
2008-08-15IPVS: Add genetlink interface implementationJulius Volz1-0/+875
2008-08-11ipvs: Explictly clear ip_vs_stats membersSimon Horman1-1/+14
2008-08-11ipvs: No need to zero out ip_vs_stats during initializationSven Wegener1-3/+3
2008-08-11ipvs: Embed estimator object into stats objectSven Wegener2-80/+39
2008-08-11ipvs: Mark net_vs_ctl_path constSven Wegener1-1/+1
2008-08-11ipvs: Annotate init functions with __initSven Wegener4-5/+5
2008-08-11ipvs: Initialize schedulers' struct list_head at compile timeSven Wegener10-10/+10
2008-08-11ipvs: Use list_empty() instead of open-coding the same functionalitySven Wegener1-2/+2
2008-08-11ipvs: Fix possible deadlock in estimator codeSven Wegener1-2/+5
2008-08-11ipvs: Fix possible deadlock in sync codeSven Wegener1-2/+2
2008-07-17Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer...David S. Miller1-259/+172
2008-07-17ipvs: More reliable synchronization on connection closeRumen G. Bogdanovski1-1/+2
2008-07-17ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener1-1/+1
2008-07-17ipvs: Put backup thread on mcast socket wait queueSven Wegener1-2/+5
2008-07-17ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener1-233/+136
2008-07-17ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send...Sven Wegener1-19/+27
2008-07-17ipvs: Initialize mcast addr at compile timeSven Wegener1-6/+5
2008-06-12net: remove CVS keywordsAdrian Bunk24-48/+0
2008-04-29ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov6-22/+64
2008-03-06net: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-4/+4
2008-02-06ipvs: Make wrr "no available servers" error message rate-limitedSven Wegener1-1/+2
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-3/+3
2008-01-29[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2-3/+3
2008-01-29[IPVS]: Switch to using ctl_paths.Pavel Emelyanov5-88/+11
2008-01-29[IPVS]: Kill some bloatIlpo Järvinen1-1/+1