IPVS: Move IPVS to net/netfilter/ipvs
[safe/jmp/linux-2.6] / net / ipv4 / ipvs /
2008-10-06 Julius VolzIPVS: Move IPVS to net/netfilter/ipvs
2008-09-21 Sven Wegeneripvs: Fix unused label warning
2008-09-21 Sven Wegeneripvs: Restrict sync message to 255 connections
2008-09-21 Arnaldo Carvalho... net: Use hton[sl]() instead of __constant_hton[sl]...
2008-09-17 Brian Haleyipvs: change some __constant_htons() to htons()
2008-09-17 Simon Hormanipvs: add __aquire/__release annotations to ip_vs_info_...
2008-09-17 Simon Hormanipvs: supply a valid 0 address to ip_vs_conn_new()
2008-09-17 Simon Hormanipvs: only unlock in ip_vs_edit_service() if already...
2008-09-13 Stephen Rothwellnet: ip_vs_proto_{tcp,udp} build fix
2008-09-08 Sven Wegeneripvs: Embed user stats structure into kernel stats...
2008-09-08 Sven Wegeneripvs: Restrict connection table size via Kconfig
2008-09-08 Julius VolzIPVS: Remove incorrect ip_route_me_harder(), fix IPv6
2008-09-08 Simon Hormanipvs: handle PARTIAL_CHECKSUM
2008-09-07 Simon HormanIPVS: use ipv6_addr_copy()
2008-09-07 Simon HormanIPVS: fix bogus indentation
2008-09-07 Sven Wegeneripvs: Reject ipv6 link-local addresses for destinations
2008-09-07 Sven Wegeneripvs: Mark tcp/udp v4 and v6 debug functions static
2008-09-07 Sven Wegeneripvs: Return negative error values from ip_vs_edit_serv...
2008-09-07 Sven Wegeneripvs: Use pointer to address from sync message
2008-09-05 Simon Hormanipvs: load balance ipv6 connections from a local process
2008-09-05 Malcolm Turnbullipvs: load balance IPv4 connections from a local process
2008-09-05 Julius VolzIPVS: Allow adding IPv6 services from userspace
2008-09-05 Julius VolzIPVS: Activate IPv6 Netfilter hooks
2008-09-05 Julius VolzIPVS: Adjust various debug outputs to use new macros
2008-09-05 Vince BusamIPVS: Add function to determine if IPv6 address is...
2008-09-05 Julius VolzIPVS: Turn off FTP application helper for IPv6
2008-09-05 Julius VolzIVPS: Disable sync daemon for IPv6 connections
2008-09-05 Vince BusamIPVS: Convert procfs files for IPv6 entry output
2008-09-05 Julius VolzIPVS: Convert real server lookup functions
2008-09-05 Julius VolzIPVS: Add/adjust Netfilter hook functions and helpers...
2008-09-05 Julius VolzIPVS: Extend scheduling functions for IPv6 support
2008-09-05 Julius VolzIPVS: Add and bind IPv6 xmit functions
2008-09-05 Julius VolzIPVS: Add IPv6 support to xmit() support functions
2008-09-05 Julius VolzIPVS: Extend functions for getting/creating connections
2008-09-05 Julius VolzIPVS: Extend protocol DNAT/SNAT and state handlers
2008-09-05 Julius VolzIPVS: Add protocol debug functions for IPv6
2008-09-05 Julius VolzIPVS: Add 'af' args to protocol handler functions
2008-09-05 Julius VolzIPVS: Add IPv6 support flag to schedulers
2008-09-05 Julius VolzIPVS: Add v6 support to ip_vs_service_get()
2008-09-05 Julius VolzIPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()
2008-09-05 Julius VolzIPVS: Add internal versions of sockopt interface structs
2008-09-05 Julius VolzIPVS: Change IPVS data structures to support IPv6 addresses
2008-09-05 Julius VolzIPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 support
2008-08-27 Julius VolzIPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.c
2008-08-27 Julius VolzIPVS: Integrate ESP protocol into ip_vs_proto_ah.c
2008-08-19 Sven Wegeneripvs: Fix race conditions in lblcr scheduler
2008-08-19 Sven Wegeneripvs: Fix race conditions in lblc scheduler
2008-08-14 Simon Hormanipvs: rename __ip_vs_wlc_schedule in lblc and lblcr...
2008-08-14 Sven Wegeneripvs: Create init functions for estimator code
2008-08-14 Sven Wegeneripvs: Only call init_service, update_service and done_s...
2008-08-14 Julius VolzIPVS: Add genetlink interface implementation
2008-08-11 Simon Hormanipvs: Explictly clear ip_vs_stats members
2008-08-11 Sven Wegeneripvs: No need to zero out ip_vs_stats during initialization
2008-08-11 Sven Wegeneripvs: Embed estimator object into stats object
2008-08-11 Sven Wegeneripvs: Mark net_vs_ctl_path const
2008-08-11 Sven Wegeneripvs: Annotate init functions with __init
2008-08-11 Sven Wegeneripvs: Initialize schedulers' struct list_head at compil...
2008-08-11 Sven Wegeneripvs: Use list_empty() instead of open-coding the same...
2008-08-11 Sven Wegeneripvs: Fix possible deadlock in estimator code
2008-08-11 Sven Wegeneripvs: Fix possible deadlock in sync code
2008-07-17 David S. MillerMerge branch 'stealer/ipvs/sync-daemon-cleanup-for...
2008-07-17 Rumen G. Bogdanovskiipvs: More reliable synchronization on connection close
2008-07-16 Sven Wegeneripvs: Use schedule_timeout_interruptible() instead...
2008-07-16 Sven Wegeneripvs: Put backup thread on mcast socket wait queue
2008-07-16 Sven Wegeneripvs: Use kthread_run() instead of doing a double-fork...
2008-07-16 Sven Wegeneripvs: Use ERR_PTR for returning errors from make_receiv...
2008-07-16 Sven Wegeneripvs: Initialize mcast addr at compile time
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-29 Julian Anastasovipvs: fix oops in backup for fwmark conn templates
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-06 Sven Wegeneripvs: Make wrr "no available servers" error message...
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Pavel Emelyanov[IPVS]: Switch to using ctl_paths.
2008-01-28 Ilpo Järvinen[IPVS]: Kill some bloat
2008-01-28 YOSHIFUJI Hideaki[IPVS]: Use htons() where appropriate.
2008-01-28 Patrick McHardy[NETFILTER]: Mark hooks __read_mostly
2008-01-28 Patrick McHardy[NETFILTER]: Use nf_register_hooks for multiple registr...
2008-01-28 Pavel Emelyanov[IPVS]: Relax the module get/put in ip_vs_app.c
2008-01-28 Rumen G. Bogdanovski[IPVS]: Create synced connections with their real state
2008-01-28 Rumen G. Bogdanovski[IPVS]: Flag synced connections and expose them in...
2008-01-28 Patrick McHardy[NETFILTER]: Introduce NF_INET_ hook values
2008-01-28 Herbert Xu[IPV4]: Add ip_local_out
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-05 Pavel Emelyanov[IPVS]: Fix sched registration race when checking for...
2007-12-05 Pavel Emelyanov[IPVS]: Don't leak sysctl tables if the scheduler regis...
2007-11-21 Pavel Emelyanov[IPVS]: Fix compiler warning about unused register_ip_v...
2007-11-20 Joe Perches[IPV4]: Add missing "space"
2007-11-20 Simon Horman[IPVS]: Move remaining sysctl handlers over to CTL_UNNU...
2007-11-20 Simon Horman[IPVS]: Fix sysctl warnings about missing strategy...
2007-11-20 Christian Borntraeger[IPVS]: Fix sysctl warnings about missing strategy
2007-11-13 Adrian Bunk[IPVS]: Remove unused exports.
2007-11-07 Rumen G. Bogdanovski[IPVS]: Synchronize closing of Connections
2007-11-07 Rumen G. Bogdanovski[IPVS]: Bind connections on stanby if the destination...
2007-10-31 Alexey Dobriyan[IPVS]: Remove /proc/net/ip_vs_lblcr
2007-10-30 Andy Gospodarek[IPVS]: use proper timeout instead of fixed value
2007-10-24 Chuck Lever[NET]: Treat the sign of the result of skb_headroom...
2007-10-19 Pavel EmelyanovUse task_pid_nr() in ip_vs_sync.c
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-15 Herbert Xu[NETFILTER]: Replace sk_buff ** with sk_buff *
next