aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs
Commit message (Expand)AuthorAge
* ipvs: Reject ipv6 link-local addresses for destinationsSven Wegener2008-09-07
* ipvs: Mark tcp/udp v4 and v6 debug functions staticSven Wegener2008-09-07
* ipvs: Return negative error values from ip_vs_edit_service()Sven Wegener2008-09-07
* ipvs: Use pointer to address from sync messageSven Wegener2008-09-07
* ipvs: load balance ipv6 connections from a local processSimon Horman2008-09-04
* ipvs: load balance IPv4 connections from a local processMalcolm Turnbull2008-09-04
* IPVS: Allow adding IPv6 services from userspaceJulius Volz2008-09-04
* IPVS: Activate IPv6 Netfilter hooksJulius Volz2008-09-04
* IPVS: Adjust various debug outputs to use new macrosJulius Volz2008-09-04
* IPVS: Add function to determine if IPv6 address is localVince Busam2008-09-04
* IPVS: Turn off FTP application helper for IPv6Julius Volz2008-09-04
* IVPS: Disable sync daemon for IPv6 connectionsJulius Volz2008-09-04
* IPVS: Convert procfs files for IPv6 entry outputVince Busam2008-09-04
* IPVS: Convert real server lookup functionsJulius Volz2008-09-04
* IPVS: Add/adjust Netfilter hook functions and helpers for v6Julius Volz2008-09-04
* IPVS: Extend scheduling functions for IPv6 supportJulius Volz2008-09-04
* IPVS: Add and bind IPv6 xmit functionsJulius Volz2008-09-04
* IPVS: Add IPv6 support to xmit() support functionsJulius Volz2008-09-04
* IPVS: Extend functions for getting/creating connectionsJulius Volz2008-09-04
* IPVS: Extend protocol DNAT/SNAT and state handlersJulius Volz2008-09-04
* IPVS: Add protocol debug functions for IPv6Julius Volz2008-09-04
* IPVS: Add 'af' args to protocol handler functionsJulius Volz2008-09-04
* IPVS: Add IPv6 support flag to schedulersJulius Volz2008-09-04
* IPVS: Add v6 support to ip_vs_service_get()Julius Volz2008-09-04
* IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()Julius Volz2008-09-04
* IPVS: Add internal versions of sockopt interface structsJulius Volz2008-09-04
* IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz2008-09-04
* IPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 supportJulius Volz2008-09-04
* IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.cJulius Volz2008-08-26
* IPVS: Integrate ESP protocol into ip_vs_proto_ah.cJulius Volz2008-08-26
* ipvs: Fix race conditions in lblcr schedulerSven Wegener2008-08-19
* ipvs: Fix race conditions in lblc schedulerSven Wegener2008-08-19
* ipvs: rename __ip_vs_wlc_schedule in lblc and lblcr schedulersSimon Horman2008-08-14
* ipvs: Create init functions for estimator codeSven Wegener2008-08-14
* ipvs: Only call init_service, update_service and done_service for schedulers ...Sven Wegener2008-08-14
* IPVS: Add genetlink interface implementationJulius Volz2008-08-14
* ipvs: Explictly clear ip_vs_stats membersSimon Horman2008-08-11
* ipvs: No need to zero out ip_vs_stats during initializationSven Wegener2008-08-11
* ipvs: Embed estimator object into stats objectSven Wegener2008-08-11
* ipvs: Mark net_vs_ctl_path constSven Wegener2008-08-11
* ipvs: Annotate init functions with __initSven Wegener2008-08-11
* ipvs: Initialize schedulers' struct list_head at compile timeSven Wegener2008-08-11
* ipvs: Use list_empty() instead of open-coding the same functionalitySven Wegener2008-08-11
* ipvs: Fix possible deadlock in estimator codeSven Wegener2008-08-11
* ipvs: Fix possible deadlock in sync codeSven Wegener2008-08-11
* Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer...David S. Miller2008-07-16
|\
| * ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener2008-07-16
| * ipvs: Put backup thread on mcast socket wait queueSven Wegener2008-07-16
| * ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener2008-07-16
| * ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send...Sven Wegener2008-07-16