Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a7c1d0a987ee3be0b87db5c95aa4fbadf7c3c1c2
/
net
/
core
/
dst.c
07a5d38
net: possible use after free in dst_release
by Francesco Ruggeri
· 9 years ago
d69bbf8
net: fix a race in dst_release()
by Eric Dumazet
· 9 years ago
ede2059
dst: Pass net into dst->output
by Eric W. Biederman
· 9 years ago
63b6c13
tun_dst: Remove opts_size
by Pravin B Shelar
· 9 years ago
e252b3d
route: fix a use-after-free
by WANG Cong
· 9 years ago
61adedf
route: move lwtunnel state to dst_entry
by Jiri Benc
· 9 years ago
d3aa45c
bpf: add helpers to access tunnel metadata
by Alexei Starovoitov
· 9 years ago
c5e40ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f38a9eb
dst: Metadata destinations
by Thomas Graf
· 9 years ago
8bf4ada
net: ratelimit warnings about dst entry refcount underflow or overflow
by Konstantin Khlebnikov
· 9 years ago
dbfc4fb
dst: no need to take reference on DST_NOCACHE dsts
by Hannes Frederic Sowa
· 10 years ago
f886497
ipv4: fix dst race in sk_dst_get()
by Eric Dumazet
· 10 years ago
aad8872
ipv4: add a sock pointer to dst->output() path.
by Eric Dumazet
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
932bc4d
net: add skb_dst_set_noref_force
by Julian Anastasov
· 12 years ago
ecd9883
ipv6: fix race condition regarding dst->expires and dst->from.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
0115e8e
net: remove delay at device dismantle
by Eric Dumazet
· 12 years ago
41f63c5
workqueue: use mod_delayed_work() instead of cancel + queue
by Tejun Heo
· 12 years ago
a37e6e3
net: force dst_default_metrics to const section
by Eric Dumazet
· 12 years ago
f5b0a87
net: Document dst->obsolete better.
by David S. Miller
· 12 years ago
36bdbca
net: Kill dst->_neighbour, accessors, and final uses.
by David S. Miller
· 12 years ago
5110effe
net: Do delayed neigh confirmation.
by David S. Miller
· 12 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
9de79c1
net: fix potential neighbour race in dst_ifdown()
by Eric Dumazet
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
f6b72b6
net: Embed hh_cache inside of struct neighbour.
by David S. Miller
· 13 years ago
957c665
ipv6: Don't put artificial limit on routing table size.
by David S. Miller
· 13 years ago
b30c516
net: fix __dst_destroy_metrics_generic()
by Eric Dumazet
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
6882f93
ipv4: Kill RT_CACHE_DEBUG
by David S. Miller
· 13 years ago
cf91166
net: Use non-zero allocations in dst_alloc().
by David S. Miller
· 14 years ago
5c1e6aa
net: Make dst_alloc() take more explicit initializations.
by David S. Miller
· 14 years ago
3c7bd1a
net: Add initial_ref arg to dst_alloc().
by David S. Miller
· 14 years ago
725d1e1
ipv4: Attach FIB info to dst_default_metrics when possible
by David S. Miller
· 14 years ago
62fa8a8
net: Implement read-only protection and COW'ing of metrics.
by David S. Miller
· 14 years ago
332dd96
net/dst: dst_dev_event() called after other notifiers
by Eric Dumazet
· 14 years ago
27b75c9
net: avoid RCU for NOCACHE dst
by Eric Dumazet
· 14 years ago
fc66f95
net dst: use a percpu_counter to track entries
by Eric Dumazet
· 14 years ago
34d101d
neigh: speedup neigh_hh_init()
by Eric Dumazet
· 14 years ago
d79d991
__dst_free(): put EXPORT_SYMBOLS after the fct
by Nicolas Dichtel
· 14 years ago
5611551
dst: don't inline dst_ifdown
by stephen hemminger
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
598ed93
fix net/core/dst.c coding style error and warnings
by laurent chavey
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2fc1b5d
dst: call cond_resched() in dst_gc_task()
by Eric Dumazet
· 15 years ago
ef711cf
net: speedup dst_release()
by Eric Dumazet
· 16 years ago
f262b59
net: fix scheduling of dst_gc_task by __dst_free
by Benjamin Thery
· 16 years ago
8d33086
[NET]: uninline dst_release
by Ilpo Järvinen
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
9de8f76
[NETNS]: DST cleanup routines should be called inside namespace.
by Denis V. Lunev
· 17 years ago
569d364
[NETNS][DST] dst: pass the dst_ops as parameter to the gc functions
by Daniel Lezcano
· 17 years ago
64b7d96
[NET]: dst_ifdown() cleanup
by Eric Dumazet
· 17 years ago
5a3e55d
[NET]: Multiple namespaces in the all dst_ifdown routines.
by Denis V. Lunev
· 17 years ago
352e512
[NET]: Eliminate duplicate copies of dst_discard
by Herbert Xu
· 17 years ago
40208d7
[NET]: Removing duplicit #includes
by Jiri Olsa
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
86bba26
[PATCH] NET : convert IP route cache garbage collection from softirq processing to a workqueue
by Eric Dumazet
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
c4b1010
[NET]: Merge dst_discard_in and dst_discard_out.
by Denis Cheng
· 17 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 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
4ec93ed
[NET] CORE: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
f5a6e01
[NET]: user of the jiffies rounding code: Networking
by Arjan van de Ven
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
7c91767
[NET]: add_timer -> mod_timer() in dst_run_gc()
by Dmitry Mishin
· 18 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
f0098f7
[NET] Fix too aggressive backoff in dst garbage collection
by Denis Lunev
· 19 years ago
6775cab
[PATCH] Fix dst_destroy() race
by Herbert Xu
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago