| Commit message (Expand) | Author | Age | Files | Lines |
* | IPVS: Move IPVS to net/netfilter/ipvs | Julius Volz | 2008-10-07 | 1 | -3443/+0 |
* | ipvs: Fix unused label warning | Sven Wegener | 2008-09-22 | 1 | -0/+2 |
* | ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_s... | Simon Horman | 2008-09-17 | 1 | -0/+2 |
* | ipvs: only unlock in ip_vs_edit_service() if already locked | Simon Horman | 2008-09-17 | 1 | -3/+4 |
* | ipvs: Embed user stats structure into kernel stats structure | Sven Wegener | 2008-09-09 | 1 | -32/+21 |
* | ipvs: Reject ipv6 link-local addresses for destinations | Sven Wegener | 2008-09-08 | 1 | -1/+2 |
* | ipvs: Return negative error values from ip_vs_edit_service() | Sven Wegener | 2008-09-08 | 1 | -2/+2 |
* | IPVS: Allow adding IPv6 services from userspace | Julius Volz | 2008-09-05 | 1 | -5/+48 |
* | IPVS: Adjust various debug outputs to use new macros | Julius Volz | 2008-09-05 | 1 | -11/+13 |
* | IPVS: Add function to determine if IPv6 address is local | Vince Busam | 2008-09-05 | 1 | -7/+49 |
* | IPVS: Convert procfs files for IPv6 entry output | Vince Busam | 2008-09-05 | 1 | -14/+40 |
* | IPVS: Convert real server lookup functions | Julius Volz | 2008-09-05 | 1 | -28/+52 |
* | IPVS: Add v6 support to ip_vs_service_get() | Julius Volz | 2008-09-05 | 1 | -11/+13 |
* | IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get() | Julius Volz | 2008-09-05 | 1 | -32/+47 |
* | IPVS: Add internal versions of sockopt interface structs | Julius Volz | 2008-09-05 | 1 | -48/+90 |
* | IPVS: Change IPVS data structures to support IPv6 addresses | Julius Volz | 2008-09-05 | 1 | -18/+19 |
* | ipvs: Only call init_service, update_service and done_service for schedulers ... | Sven Wegener | 2008-08-15 | 1 | -9/+12 |
* | IPVS: Add genetlink interface implementation | Julius Volz | 2008-08-15 | 1 | -0/+875 |
* | ipvs: Explictly clear ip_vs_stats members | Simon Horman | 2008-08-11 | 1 | -1/+14 |
* | ipvs: No need to zero out ip_vs_stats during initialization | Sven Wegener | 2008-08-11 | 1 | -3/+3 |
* | ipvs: Embed estimator object into stats object | Sven Wegener | 2008-08-11 | 1 | -1/+1 |
* | ipvs: Mark net_vs_ctl_path const | Sven Wegener | 2008-08-11 | 1 | -1/+1 |
* | ipvs: Annotate init functions with __init | Sven Wegener | 2008-08-11 | 1 | -1/+1 |
* | net: remove CVS keywords | Adrian Bunk | 2008-06-11 | 1 | -2/+0 |
* | [NETNS]: Add netns parameter to inet_(dev_)add_type. | Eric W. Biederman | 2008-01-28 | 1 | -2/+2 |
* | [IPVS]: Switch to using ctl_paths. | Pavel Emelyanov | 2008-01-28 | 1 | -28/+7 |
* | [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED | Simon Horman | 2007-11-19 | 1 | -20/+0 |
* | [IPVS]: Fix sysctl warnings about missing strategy | Christian Borntraeger | 2007-11-19 | 1 | -4/+0 |
* | [IPVS]: Remove unused exports. | Adrian Bunk | 2007-11-12 | 1 | -1/+0 |
* | [IPVS]: Bind connections on stanby if the destination exists | Rumen G. Bogdanovski | 2007-11-07 | 1 | -0/+26 |
* | [NET]: Make core networking code use seq_open_private | Pavel Emelyanov | 2007-10-10 | 1 | -18/+2 |
* | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 2007-10-10 | 1 | -4/+5 |
* | [NETFILTER]: Fix/improve deadlock condition on module removal netfilter | Neil Horman | 2007-09-11 | 1 | -0/+1 |
* | [IPVS]: Use IP_VS_WAIT_WHILE when encessary. | Heiko Carstens | 2007-08-13 | 1 | -1/+1 |
* | [IPV4]: Clean up duplicate includes in net/ipv4/ | Jesper Juhl | 2007-08-13 | 1 | -1/+0 |
* | [NET]: Make all initialized struct seq_operations const. | Philippe De Muyter | 2007-07-10 | 1 | -1/+1 |
* | unify flush_work/flush_work_keventd and rename it to cancel_work_sync | Oleg Nesterov | 2007-05-09 | 1 | -1/+1 |
* | ipvs: flush defense_work before module unload | Oleg Nesterov | 2007-05-09 | 1 | -0/+1 |
* | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2007-02-14 | 1 | -1/+1 |
* | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 2007-02-12 | 1 | -2/+2 |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+3 |
* | [IPVS]: ipvs annotations | Al Viro | 2006-09-28 | 1 | -13/+13 |
* | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2006-07-21 | 1 | -7/+3 |
* | [PATCH] sem2mutex: misc static one-file mutexes | Ingo Molnar | 2006-03-26 | 1 | -5/+6 |
* | [PATCH] capable/capability.h (net/) | Randy Dunlap | 2006-01-11 | 1 | -0/+1 |
* | [IPVS]: Cleanup IP_VS_DBG statements. | Roberto Nibali | 2006-01-03 | 1 | -4/+5 |
* | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -0/+1 |
* | [NET]: Add const markers to various variables. | Arjan van de Ven | 2005-11-29 | 1 | -2/+2 |
* | [IPVS]: ipv4_table --> ipvs_ipv4_table | David S. Miller | 2005-08-29 | 1 | -2/+2 |
* | [IPVS]: Add and reorder bh locks after moving to keventd. | Julian Anastasov | 2005-07-11 | 1 | -3/+6 |