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