Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
71de1f8a6365ea65346881e526132563d93696d1
/
net
/
ipv4
/
ipvs
e93615d
ipvs: Explictly clear ip_vs_stats members
by Simon Horman
· 16 years ago
519e49e
ipvs: No need to zero out ip_vs_stats during initialization
by Sven Wegener
· 16 years ago
3a14a313
ipvs: Embed estimator object into stats object
by Sven Wegener
· 16 years ago
5587da5
ipvs: Mark net_vs_ctl_path const
by Sven Wegener
· 16 years ago
048cf48
ipvs: Annotate init functions with __init
by Sven Wegener
· 16 years ago
d149ccc
ipvs: Initialize schedulers' struct list_head at compile time
by Sven Wegener
· 16 years ago
66a0be4
ipvs: Use list_empty() instead of open-coding the same functionality
by Sven Wegener
· 16 years ago
8ab19ea
ipvs: Fix possible deadlock in estimator code
by Sven Wegener
· 16 years ago
bc0fde2
ipvs: Fix possible deadlock in sync code
by Sven Wegener
· 16 years ago
885a4c9
Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6
by David S. Miller
· 16 years ago
9d3a0de
ipvs: More reliable synchronization on connection close
by Rumen G. Bogdanovski
· 16 years ago
375c6bb
ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()
by Sven Wegener
· 16 years ago
ba6fd85
ipvs: Put backup thread on mcast socket wait queue
by Sven Wegener
· 16 years ago
998e7a7
ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()
by Sven Wegener
· 16 years ago
e6dd731
ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock()
by Sven Wegener
· 16 years ago
d564005
ipvs: Initialize mcast addr at compile time
by Sven Wegener
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
2ad17de
ipvs: fix oops in backup for fwmark conn templates
by Julian Anastasov
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
9c1ca6e
ipvs: Make wrr "no available servers" error message rate-limited
by Sven Wegener
· 17 years ago
f206351
[NETNS]: Add namespace parameter to ip_route_output_key.
by Denis V. Lunev
· 17 years ago
6b175b2
[NETNS]: Add netns parameter to inet_(dev_)add_type.
by Eric W. Biederman
· 17 years ago
90754f8
[IPVS]: Switch to using ctl_paths.
by Pavel Emelyanov
· 17 years ago
ad1b30b
[IPVS]: Kill some bloat
by Ilpo Järvinen
· 17 years ago
5661df7
[IPVS]: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
1999414
[NETFILTER]: Mark hooks __read_mostly
by Patrick McHardy
· 17 years ago
41c5b31
[NETFILTER]: Use nf_register_hooks for multiple registrations
by Patrick McHardy
· 17 years ago
85b6068
[IPVS]: Relax the module get/put in ip_vs_app.c
by Pavel Emelyanov
· 17 years ago
b209639
[IPVS]: Create synced connections with their real state
by Rumen G. Bogdanovski
· 17 years ago
7a4fbb1
[IPVS]: Flag synced connections and expose them in proc
by Rumen G. Bogdanovski
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
c439cb2
[IPV4]: Add ip_local_out
by Herbert Xu
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
4ac63ad6
[IPVS]: Fix sched registration race when checking for name collision.
by Pavel Emelyanov
· 17 years ago
a014bc8
[IPVS]: Don't leak sysctl tables if the scheduler registration fails.
by Pavel Emelyanov
· 17 years ago
d535a91
[IPVS]: Fix compiler warning about unused register_ip_vs_protocol
by Pavel Emelyanov
· 17 years ago
464c4f1
[IPV4]: Add missing "space"
by Joe Perches
· 17 years ago
9055fa1
[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED
by Simon Horman
· 17 years ago
9e103fa
[IPVS]: Fix sysctl warnings about missing strategy in schedulers
by Simon Horman
· 17 years ago
611cd55
[IPVS]: Fix sysctl warnings about missing strategy
by Christian Borntraeger
· 17 years ago
22649d1
[IPVS]: Remove unused exports.
by Adrian Bunk
· 17 years ago
efac527
[IPVS]: Synchronize closing of Connections
by Rumen G. Bogdanovski
· 17 years ago
1e356f9
[IPVS]: Bind connections on stanby if the destination exists
by Rumen G. Bogdanovski
· 17 years ago
07afa04
[IPVS]: Remove /proc/net/ip_vs_lblcr
by Alexey Dobriyan
· 17 years ago
5c81833
[IPVS]: use proper timeout instead of fixed value
by Andy Gospodarek
· 17 years ago
c2636b4
[NET]: Treat the sign of the result of skb_headroom() consistently
by Chuck Lever
· 17 years ago
6651fd5
Use task_pid_nr() in ip_vs_sync.c
by Pavel Emelyanov
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
3db05fe
[NETFILTER]: Replace sk_buff ** with sk_buff *
by Herbert Xu
· 17 years ago
af1e1cf
[IPVS]: Replace local version of skb_make_writable
by Herbert Xu
· 17 years ago
776c729
[IPV4]: Change ip_defrag to return an integer
by Herbert Xu
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
0cc217e
[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
16fcec3
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
by Neil Horman
· 17 years ago
cae7ca3
[IPVS]: Use IP_VS_WAIT_WHILE when encessary.
by Heiko Carstens
· 17 years ago
f49f996
[IPV4]: Clean up duplicate includes in net/ipv4/
by Jesper Juhl
· 17 years ago
ccc7911
[IPVS]: Use skb_forward_csum
by Herbert Xu
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
cc0191a
[IPVS]: Fix state variable on failure to start ipvs threads
by Neil Horman
· 17 years ago
a6938a1
[IPVS]: Use menuconfig objects.
by Jan Engelhardt
· 17 years ago
9a9136e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
28e53bd
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
by Oleg Nesterov
· 18 years ago
c214b2c
ipvs: flush defense_work before module unload
by Oleg Nesterov
· 18 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
6047637
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
by Herbert Xu
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
2e07fa9
[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
d10ba34
[SK_BUFF]: More skb_put related skb_reset_transport_header
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
c9bdd4b
[IP]: Introduce ip_hdrlen()
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
e2d1bca
[SK_BUFF]: Use skb_reset_network_header in skb_push cases
by Arnaldo Carvalho de Melo
· 18 years ago
4412ec4
[NET] IPV4: Use hton{s,l}() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
cb18eccf
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
37004af
[IPVS]: Make ip_vs_sync.c <= 80col wide.
by Simon Horman
· 18 years ago
89eaeb0
[IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep()
by Simon Horman
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
d7fe0f2
[PATCH] severing skbuff.h -> mm.h
by Al Viro
· 18 years ago
8b2ed4b
[IPVS]: Use kmemdup where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
f9214b2
[NET]: ipvs checksum annotations.
by Al Viro
· 18 years ago
f6ab028
[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.
by Al Viro
· 18 years ago
b1550f2
[NET]: Annotate ip_vs_checksum_complete() and callers.
by Al Viro
· 18 years ago
d3bc23e
[NET]: Annotate callers of csum_fold() in net/*
by Al Viro
· 18 years ago
75e7ce6
[IPVS]: Annotate ..._app_hashkey().
by Al Viro
· 18 years ago
82e91ff
[NET]: Turn nfmark into generic mark
by Thomas Graf
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
bb831eb
[IPVS]: More endianness fixed.
by Julian Anastasov
· 18 years ago
Next »