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
/
core
/
dst.c
Commit message (
Expand
)
Author
Age
*
net: Kill dst->_neighbour, accessors, and final uses.
David S. Miller
2012-07-05
*
net: Do delayed neigh confirmation.
David S. Miller
2012-07-05
*
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
2011-12-05
*
net: fix potential neighbour race in dst_ifdown()
Eric Dumazet
2011-08-10
*
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
2011-07-18
*
net: Embed hh_cache inside of struct neighbour.
David S. Miller
2011-07-14
*
ipv6: Don't put artificial limit on routing table size.
David S. Miller
2011-07-01
*
net: fix __dst_destroy_metrics_generic()
Eric Dumazet
2011-05-24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-20
|
\
|
*
ipv4: Kill RT_CACHE_DEBUG
David S. Miller
2011-05-18
|
*
net: Use non-zero allocations in dst_alloc().
David S. Miller
2011-04-29
|
*
net: Make dst_alloc() take more explicit initializations.
David S. Miller
2011-04-29
*
|
sanitize <linux/prefetch.h> usage
Linus Torvalds
2011-05-20
|
/
*
net: Add initial_ref arg to dst_alloc().
David S. Miller
2011-02-17
*
ipv4: Attach FIB info to dst_default_metrics when possible
David S. Miller
2011-01-28
*
net: Implement read-only protection and COW'ing of metrics.
David S. Miller
2011-01-26
*
net/dst: dst_dev_event() called after other notifiers
Eric Dumazet
2010-11-09
*
net: avoid RCU for NOCACHE dst
Eric Dumazet
2010-10-20
*
net dst: use a percpu_counter to track entries
Eric Dumazet
2010-10-11
*
neigh: speedup neigh_hh_init()
Eric Dumazet
2010-10-11
*
__dst_free(): put EXPORT_SYMBOLS after the fct
Nicolas Dichtel
2010-07-20
*
dst: don't inline dst_ifdown
stephen hemminger
2010-04-13
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
|
fix net/core/dst.c coding style error and warnings
laurent chavey
2010-03-31
|
/
*
dst: call cond_resched() in dst_gc_task()
Eric Dumazet
2010-02-08
*
net: speedup dst_release()
Eric Dumazet
2008-11-14
*
net: fix scheduling of dst_gc_task by __dst_free
Benjamin Thery
2008-09-12
*
[NET]: uninline dst_release
Ilpo Järvinen
2008-03-27
*
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-25
*
[NETNS]: DST cleanup routines should be called inside namespace.
Denis V. Lunev
2008-02-28
*
[NETNS][DST] dst: pass the dst_ops as parameter to the gc functions
Daniel Lezcano
2008-01-28
*
[NET]: dst_ifdown() cleanup
Eric Dumazet
2008-01-28
*
[NET]: Multiple namespaces in the all dst_ifdown routines.
Denis V. Lunev
2008-01-28
*
[NET]: Eliminate duplicate copies of dst_discard
Herbert Xu
2008-01-28
*
[NET]: Removing duplicit #includes
Jiri Olsa
2007-11-07
*
[NET]: Make the loopback device per network namespace.
Eric W. Biederman
2007-10-10
*
[NET]: Dynamically allocate the loopback device, part 1.
Daniel Lezcano
2007-10-10
*
[PATCH] NET : convert IP route cache garbage collection from softirq processi...
Eric Dumazet
2007-10-10
*
[NET]: Make device event notification network namespace safe
Eric W. Biederman
2007-10-10
*
[NET]: Merge dst_discard_in and dst_discard_out.
Denis Cheng
2007-06-07
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2007-02-11
|
\
|
*
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-11
*
|
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2007-02-11
|
/
*
[NET]: user of the jiffies rounding code: Networking
Arjan van de Ven
2007-02-08
*
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
2006-12-07
*
[NET]: add_timer -> mod_timer() in dst_run_gc()
Dmitry Mishin
2006-08-09
*
[PATCH] timer initialization cleanup: DEFINE_TIMER
Ingo Molnar
2005-09-09
*
[NET] Fix too aggressive backoff in dst garbage collection
Denis Lunev
2005-07-30
[next]