aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dst.c
Commit message (Expand)AuthorAge
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * net: remove delay at device dismantleEric Dumazet2012-08-23
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\ \ | |/ |/|
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-13
* | net: force dst_default_metrics to const sectionEric Dumazet2012-08-08
|/
* net: Document dst->obsolete better.David S. Miller2012-07-20
* net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2012-07-05
* net: Do delayed neigh confirmation.David S. Miller2012-07-05
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-05
* net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-10
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-18
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-14
* ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-01
* net: fix __dst_destroy_metrics_generic()Eric Dumazet2011-05-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20
|\
| * ipv4: Kill RT_CACHE_DEBUGDavid S. Miller2011-05-18
| * net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-29
| * net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-29
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-20
|/
* net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-17
* ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller2011-01-28
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-26
* net/dst: dst_dev_event() called after other notifiersEric Dumazet2010-11-09
* net: avoid RCU for NOCACHE dstEric Dumazet2010-10-20
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-11
* neigh: speedup neigh_hh_init()Eric Dumazet2010-10-11
* __dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel2010-07-20
* dst: don't inline dst_ifdownstephen hemminger2010-04-13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | fix net/core/dst.c coding style error and warningslaurent chavey2010-03-31
|/
* dst: call cond_resched() in dst_gc_task()Eric Dumazet2010-02-08
* net: speedup dst_release()Eric Dumazet2008-11-14
* net: fix scheduling of dst_gc_task by __dst_freeBenjamin Thery2008-09-12
* [NET]: uninline dst_releaseIlpo Järvinen2008-03-27
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [NETNS]: DST cleanup routines should be called inside namespace.Denis V. Lunev2008-02-28
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-28
* [NET]: dst_ifdown() cleanupEric Dumazet2008-01-28
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-28
* [NET]: Eliminate duplicate copies of dst_discardHerbert Xu2008-01-28
* [NET]: Removing duplicit #includesJiri Olsa2007-11-07
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-10
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-10
* [PATCH] NET : convert IP route cache garbage collection from softirq processi...Eric Dumazet2007-10-10
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-10
* [NET]: Merge dst_discard_in and dst_discard_out.Denis Cheng2007-06-07
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-11
|\