summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs
AgeCommit message (Expand)AuthorLines
2008-10-08ipvs: Remove stray file left over from ipvs moveSven Wegener-261/+0
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz-13976/+0
2008-09-22ipvs: Fix unused label warningSven Wegener-0/+2
2008-09-22ipvs: Restrict sync message to 255 connectionsSven Wegener-2/+4
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo-2/+2
2008-09-17ipvs: change some __constant_htons() to htons()Brian Haley-2/+2
2008-09-17ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_s...Simon Horman-0/+2
2008-09-17ipvs: supply a valid 0 address to ip_vs_conn_new()Simon Horman-1/+2
2008-09-17ipvs: only unlock in ip_vs_edit_service() if already lockedSimon Horman-3/+4
2008-09-12net: ip_vs_proto_{tcp,udp} build fixStephen Rothwell-0/+2
2008-09-09ipvs: Embed user stats structure into kernel stats structureSven Wegener-67/+56
2008-09-09ipvs: Restrict connection table size via KconfigSven Wegener-1/+2
2008-09-09IPVS: Remove incorrect ip_route_me_harder(), fix IPv6Julius Volz-9/+0
2008-09-09ipvs: handle PARTIAL_CHECKSUMSimon Horman-4/+70
2008-09-08IPVS: use ipv6_addr_copy()Simon Horman-2/+2
2008-09-08IPVS: fix bogus indentationSimon Horman-1/+1
2008-09-08ipvs: Reject ipv6 link-local addresses for destinationsSven Wegener-1/+2
2008-09-08ipvs: Mark tcp/udp v4 and v6 debug functions staticSven Wegener-2/+2
2008-09-08ipvs: Return negative error values from ip_vs_edit_service()Sven Wegener-2/+2
2008-09-08ipvs: Use pointer to address from sync messageSven Wegener-3/+3
2008-09-05ipvs: load balance ipv6 connections from a local processSimon Horman-50/+41
2008-09-05ipvs: load balance IPv4 connections from a local processMalcolm Turnbull-94/+134
2008-09-05IPVS: Allow adding IPv6 services from userspaceJulius Volz-5/+48
2008-09-05IPVS: Activate IPv6 Netfilter hooksJulius Volz-0/+37
2008-09-05IPVS: Adjust various debug outputs to use new macrosJulius Volz-63/+78
2008-09-05IPVS: Add function to determine if IPv6 address is localVince Busam-7/+49
2008-09-05IPVS: Turn off FTP application helper for IPv6Julius Volz-0/+16
2008-09-05IVPS: Disable sync daemon for IPv6 connectionsJulius Volz-1/+2
2008-09-05IPVS: Convert procfs files for IPv6 entry outputVince Busam-18/+73
2008-09-05IPVS: Convert real server lookup functionsJulius Volz-34/+62
2008-09-05IPVS: Add/adjust Netfilter hook functions and helpers for v6Julius Volz-36/+329
2008-09-05IPVS: Extend scheduling functions for IPv6 supportJulius Volz-25/+31
2008-09-05IPVS: Add and bind IPv6 xmit functionsJulius Volz-1/+453
2008-09-05IPVS: Add IPv6 support to xmit() support functionsJulius Volz-7/+75
2008-09-05IPVS: Extend functions for getting/creating connectionsJulius Volz-158/+198
2008-09-05IPVS: Extend protocol DNAT/SNAT and state handlersJulius Volz-36/+131
2008-09-05IPVS: Add protocol debug functions for IPv6Julius Volz-6/+93
2008-09-05IPVS: Add 'af' args to protocol handler functionsJulius Volz-118/+162
2008-09-05IPVS: Add IPv6 support flag to schedulersJulius Volz-33/+63
2008-09-05IPVS: Add v6 support to ip_vs_service_get()Julius Volz-18/+26
2008-09-05IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()Julius Volz-32/+47
2008-09-05IPVS: Add internal versions of sockopt interface structsJulius Volz-48/+90
2008-09-05IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz-108/+109
2008-09-05IPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 supportJulius Volz-0/+8
2008-08-27IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.cJulius Volz-177/+1
2008-08-27IPVS: Integrate ESP protocol into ip_vs_proto_ah.cJulius Volz-24/+54
2008-08-19ipvs: Fix race conditions in lblcr schedulerSven Wegener-115/+114
2008-08-19ipvs: Fix race conditions in lblc schedulerSven Wegener-108/+96
2008-08-15ipvs: rename __ip_vs_wlc_schedule in lblc and lblcr schedulersSimon Horman-6/+6
2008-08-15ipvs: Create init functions for estimator codeSven Wegener-9/+17