summaryrefslogtreecommitdiffstats
path: root/net/core/dst.c
Commit message (Expand)AuthorAgeFilesLines
* net: pending_confirm is not used anymoreJulian Anastasov2017-02-071-1/+0
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-161-1/+9
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-061-1/+2
* net: fix a race in dst_release()Eric Dumazet2015-11-091-1/+1
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-7/+7
* tun_dst: Remove opts_sizePravin B Shelar2015-08-311-1/+0
* route: fix a use-after-freeWANG Cong2015-08-251-1/+2
* route: move lwtunnel state to dst_entryJiri Benc2015-08-201-0/+3
* bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-07-311-6/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-1/+3
|\
| * net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov2015-07-211-1/+3
* | dst: Metadata destinationsThomas Graf2015-07-211-14/+70
|/
* dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-091-24/+0
* ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-251-5/+11
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-6/+9
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* net: add skb_dst_set_noref_forceJulian Anastasov2013-04-021-4/+5
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-201-0/+1
* 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-221-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-131-2/+2
* | net: force dst_default_metrics to const sectionEric Dumazet2012-08-081-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/+0
* 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-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