index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ipvs
/
ip_vs_ctl.c
Commit message (
Expand
)
Author
Age
*
IPVS: Move IPVS to net/netfilter/ipvs
Julius Volz
2008-10-06
*
ipvs: Fix unused label warning
Sven Wegener
2008-09-21
*
ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_s...
Simon Horman
2008-09-16
*
ipvs: only unlock in ip_vs_edit_service() if already locked
Simon Horman
2008-09-16
*
ipvs: Embed user stats structure into kernel stats structure
Sven Wegener
2008-09-08
*
ipvs: Reject ipv6 link-local addresses for destinations
Sven Wegener
2008-09-07
*
ipvs: Return negative error values from ip_vs_edit_service()
Sven Wegener
2008-09-07
*
IPVS: Allow adding IPv6 services from userspace
Julius Volz
2008-09-04
*
IPVS: Adjust various debug outputs to use new macros
Julius Volz
2008-09-04
*
IPVS: Add function to determine if IPv6 address is local
Vince Busam
2008-09-04
*
IPVS: Convert procfs files for IPv6 entry output
Vince Busam
2008-09-04
*
IPVS: Convert real server lookup functions
Julius Volz
2008-09-04
*
IPVS: Add v6 support to ip_vs_service_get()
Julius Volz
2008-09-04
*
IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()
Julius Volz
2008-09-04
*
IPVS: Add internal versions of sockopt interface structs
Julius Volz
2008-09-04
*
IPVS: Change IPVS data structures to support IPv6 addresses
Julius Volz
2008-09-04
*
ipvs: Only call init_service, update_service and done_service for schedulers ...
Sven Wegener
2008-08-14
*
IPVS: Add genetlink interface implementation
Julius Volz
2008-08-14
*
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
*
net: remove CVS keywords
Adrian Bunk
2008-06-12
*
[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]: Move remaining sysctl handlers over to CTL_UNNUMBERED
Simon Horman
2007-11-20
*
[IPVS]: Fix sysctl warnings about missing strategy
Christian Borntraeger
2007-11-20
*
[IPVS]: Remove unused exports.
Adrian Bunk
2007-11-13
*
[IPVS]: Bind connections on stanby if the destination exists
Rumen G. Bogdanovski
2007-11-07
*
[NET]: Make core networking code use seq_open_private
Pavel Emelyanov
2007-10-10
*
[NET]: Make /proc/net per network namespace
Eric W. Biederman
2007-10-10
*
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
Neil Horman
2007-09-11
*
[IPVS]: Use IP_VS_WAIT_WHILE when encessary.
Heiko Carstens
2007-08-14
*
[IPV4]: Clean up duplicate includes in net/ipv4/
Jesper Juhl
2007-08-14
*
[NET]: Make all initialized struct seq_operations const.
Philippe De Muyter
2007-07-11
*
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
2007-05-09
*
ipvs: flush defense_work before module unload
Oleg Nesterov
2007-05-09
*
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
2007-02-14
*
[PATCH] mark struct file_operations const 7
Arjan van de Ven
2007-02-12
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
*
[IPVS]: ipvs annotations
Al Viro
2006-09-28
*
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
2006-07-21
*
[PATCH] sem2mutex: misc static one-file mutexes
Ingo Molnar
2006-03-26
*
[PATCH] capable/capability.h (net/)
Randy Dunlap
2006-01-11
*
[IPVS]: Cleanup IP_VS_DBG statements.
Roberto Nibali
2006-01-03
*
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
2006-01-03
*
[NET]: Add const markers to various variables.
Arjan van de Ven
2005-11-29
*
[IPVS]: ipv4_table --> ipvs_ipv4_table
David S. Miller
2005-08-29
*
[IPVS]: Add and reorder bh locks after moving to keventd.
Julian Anastasov
2005-07-11
[next]