Age | Commit message (Expand) | Author |
2008-08-15 | ipvs: Only call init_service, update_service and done_service for schedulers ... | Sven Wegener |
2008-08-15 | IPVS: Add genetlink interface implementation | Julius Volz |
2008-08-11 | ipvs: Explictly clear ip_vs_stats members | Simon Horman |
2008-08-11 | ipvs: No need to zero out ip_vs_stats during initialization | Sven Wegener |
2008-08-11 | ipvs: Embed estimator object into stats object | Sven Wegener |
2008-08-11 | ipvs: Mark net_vs_ctl_path const | Sven Wegener |
2008-08-11 | ipvs: Annotate init functions with __init | Sven Wegener |
2008-08-11 | ipvs: Initialize schedulers' struct list_head at compile time | Sven Wegener |
2008-08-11 | ipvs: Use list_empty() instead of open-coding the same functionality | Sven Wegener |
2008-08-11 | ipvs: Fix possible deadlock in estimator code | Sven Wegener |
2008-08-11 | ipvs: Fix possible deadlock in sync code | Sven Wegener |
2008-07-16 | Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer... | David S. Miller |
2008-07-16 | ipvs: More reliable synchronization on connection close | Rumen G. Bogdanovski |
2008-07-16 | ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() | Sven Wegener |
2008-07-16 | ipvs: Put backup thread on mcast socket wait queue | Sven Wegener |
2008-07-16 | ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread() | Sven Wegener |
2008-07-16 | ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send... | Sven Wegener |
2008-07-16 | ipvs: Initialize mcast addr at compile time | Sven Wegener |
2008-06-11 | net: remove CVS keywords | Adrian Bunk |
2008-04-29 | ipvs: fix oops in backup for fwmark conn templates | Julian Anastasov |
2008-03-05 | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-02-05 | ipvs: Make wrr "no available servers" error message rate-limited | Sven Wegener |
2008-01-28 | [NETNS]: Add namespace parameter to ip_route_output_key. | Denis V. Lunev |
2008-01-28 | [NETNS]: Add netns parameter to inet_(dev_)add_type. | Eric W. Biederman |
2008-01-28 | [IPVS]: Switch to using ctl_paths. | Pavel Emelyanov |
2008-01-28 | [IPVS]: Kill some bloat | Ilpo Järvinen |
2008-01-28 | [IPVS]: Use htons() where appropriate. | YOSHIFUJI Hideaki |
2008-01-28 | [NETFILTER]: Mark hooks __read_mostly | Patrick McHardy |
2008-01-28 | [NETFILTER]: Use nf_register_hooks for multiple registrations | Patrick McHardy |
2008-01-28 | [IPVS]: Relax the module get/put in ip_vs_app.c | Pavel Emelyanov |
2008-01-28 | [IPVS]: Create synced connections with their real state | Rumen G. Bogdanovski |
2008-01-28 | [IPVS]: Flag synced connections and expose them in proc | Rumen G. Bogdanovski |
2008-01-28 | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy |
2008-01-28 | [IPV4]: Add ip_local_out | Herbert Xu |
2008-01-28 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov |
2007-12-05 | [IPVS]: Fix sched registration race when checking for name collision. | Pavel Emelyanov |
2007-12-05 | [IPVS]: Don't leak sysctl tables if the scheduler registration fails. | Pavel Emelyanov |
2007-11-20 | [IPVS]: Fix compiler warning about unused register_ip_vs_protocol | Pavel Emelyanov |
2007-11-19 | [IPV4]: Add missing "space" | Joe Perches |
2007-11-19 | [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED | Simon Horman |
2007-11-19 | [IPVS]: Fix sysctl warnings about missing strategy in schedulers | Simon Horman |
2007-11-19 | [IPVS]: Fix sysctl warnings about missing strategy | Christian Borntraeger |
2007-11-12 | [IPVS]: Remove unused exports. | Adrian Bunk |
2007-11-07 | [IPVS]: Synchronize closing of Connections | Rumen G. Bogdanovski |
2007-11-07 | [IPVS]: Bind connections on stanby if the destination exists | Rumen G. Bogdanovski |
2007-10-30 | [IPVS]: Remove /proc/net/ip_vs_lblcr | Alexey Dobriyan |
2007-10-29 | [IPVS]: use proper timeout instead of fixed value | Andy Gospodarek |
2007-10-23 | [NET]: Treat the sign of the result of skb_headroom() consistently | Chuck Lever |
2007-10-19 | Use task_pid_nr() in ip_vs_sync.c | Pavel Emelyanov |
2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov |