aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dst.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-091-5/+10
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-5/+5
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-7/+0
* ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-011-2/+4
* net: fix __dst_destroy_metrics_generic()Eric Dumazet2011-05-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-27/+27
|\
| * ipv4: Kill RT_CACHE_DEBUGDavid S. Miller2011-05-181-22/+0
| * net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-281-3/+17
| * net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-281-5/+13
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
|/
* net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-171-2/+2
* ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller2011-01-281-1/+1
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-261-0/+39
* net/dst: dst_dev_event() called after other notifiersEric Dumazet2010-11-091-0/+1
* net: avoid RCU for NOCACHE dstEric Dumazet2010-10-201-1/+28
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-3/+3
* neigh: speedup neigh_hh_init()Eric Dumazet2010-10-111-2/+2
* __dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel2010-07-201-1/+1
* dst: don't inline dst_ifdownstephen hemminger2010-04-131-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | fix net/core/dst.c coding style error and warningslaurent chavey2010-03-301-21/+20
|/
* dst: call cond_resched() in dst_gc_task()Eric Dumazet2010-02-081-0/+2
* net: speedup dst_release()Eric Dumazet2008-11-141-2/+4
* net: fix scheduling of dst_gc_task by __dst_freeBenjamin Thery2008-09-121-0/+1
* [NET]: uninline dst_releaseIlpo Järvinen2008-03-271-0/+10
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NETNS]: DST cleanup routines should be called inside namespace.Denis V. Lunev2008-02-281-3/+0
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-281-1/+1
* [NET]: dst_ifdown() cleanupEric Dumazet2008-01-281-1/+1
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-281-2/+2
* [NET]: Eliminate duplicate copies of dst_discardHerbert Xu2008-01-281-1/+2
* [NET]: Removing duplicit #includesJiri Olsa2007-11-071-1/+0
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-101-2/+3
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-4/+4
* [PATCH] NET : convert IP route cache garbage collection from softirq processi...Eric Dumazet2007-10-101-67/+122
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+4
* [NET]: Merge dst_discard_in and dst_discard_out.Denis Cheng2007-06-071-13/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-111-3/+3
|\
| * [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-3/+3
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
|/
* [NET]: user of the jiffies rounding code: NetworkingArjan van de Ven2007-02-081-1/+8
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* [NET]: add_timer -> mod_timer() in dst_run_gc()Dmitry Mishin2006-08-091-2/+1
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-2/+1
* [NET] Fix too aggressive backoff in dst garbage collectionDenis Lunev2005-07-301-4/+11
* [PATCH] Fix dst_destroy() raceHerbert Xu2005-04-161-2/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+276