summaryrefslogtreecommitdiffstats
path: root/net/core/dst.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-1/+1
|\
| * net: remove delay at device dismantleEric Dumazet2012-08-231-1/+1
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-2/+2
|\ \ | |/ |/|
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-141-2/+2
* | net: force dst_default_metrics to const sectionEric Dumazet2012-08-091-1/+9
|/
* net: Document dst->obsolete better.David S. Miller2012-07-201-2/+2
* net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2012-07-051-18/+0Star
* net: Do delayed neigh confirmation.David S. Miller2012-07-051-1/+2
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-101-5/+10
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-5/+5
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-7/+0Star
* ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-021-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-191-22/+0Star
| * net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-291-3/+17
| * net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-291-5/+13
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
|/
* net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-181-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-271-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-311-21/+20Star
|/
* dst: call cond_resched() in dst_gc_task()Eric Dumazet2010-02-091-0/+2
* net: speedup dst_release()Eric Dumazet2008-11-141-2/+4
* net: fix scheduling of dst_gc_task by __dst_freeBenjamin Thery2008-09-131-0/+1
* [NET]: uninline dst_releaseIlpo Järvinen2008-03-281-0/+10
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NETNS]: DST cleanup routines should be called inside namespace.Denis V. Lunev2008-02-291-3/+0Star
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-291-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/+0Star
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-111-2/+3
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-4/+4
* [PATCH] NET : convert IP route cache garbage collection from softirq processi...Eric Dumazet2007-10-111-67/+122
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+4
* [NET]: Merge dst_discard_in and dst_discard_out.Denis Cheng2007-06-071-13/+4Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* 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-111-3/+3