summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
Commit message (Expand)AuthorAgeFilesLines
...
* net: make skb_dst_pop routine staticYing Xue2015-05-131-12/+0Star
* ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-021-6/+0Star
* xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-02-121-0/+1
* xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-161-0/+1
* xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-1/+14
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-3/+11
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-271-2/+9
* inet: remove now unused flag DST_NOPEERHannes Frederic Sowa2014-03-061-4/+3Star
* net: Add utility functions to clear rxhashTom Herbert2013-12-171-3/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+12
|\
| * net: dst: provide accessor function to dst->xfrmVlad Yasevich2013-10-171-0/+12
* | dst.h: Remove extern from function prototypesJoe Perches2013-09-201-13/+12Star
|/
* tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-5/+7
* Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou2013-03-151-2/+4
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-201-6/+2Star
* xfrm: Add a state resolution packet queueSteffen Klassert2013-02-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-1/+1
|\
| * net: force dst_default_metrics to const sectionEric Dumazet2012-08-091-1/+1
* | net: output path optimizationsEric Dumazet2012-08-081-3/+7
|/
* ipv4: Kill routes during PMTU/redirect updates.David S. Miller2012-07-201-0/+1
* net: Document dst->obsolete better.David S. Miller2012-07-201-1/+13
* net: Kill set_dst_metric_rtt().David S. Miller2012-07-111-6/+0Star
* net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2012-07-051-16/+1Star
* net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller2012-07-051-1/+7
* net: Do delayed neigh confirmation.David S. Miller2012-07-051-8/+21
* include/net/dst.h: neaten asterisk placementEldad Zack2012-06-171-9/+8Star
* ipv6: fix incorrect ipsec fragmentGao feng2012-05-271-0/+1
* set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-241-0/+1
* ipv6: fix problem with expired dst cacheGao feng2012-04-131-1/+5
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+1
|\
| * net: introduce DST_NOPEER dst flagEric Dumazet2011-12-231-0/+1
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-3/+3
|/
* net: Move mtu handling down to the protocol depended handlersSteffen Klassert2011-11-261-6/+1Star
* net: Rename the dst_opt default_mtu method to mtuSteffen Klassert2011-11-261-1/+1
* rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-181-1/+8
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2011-08-031-4/+13
* net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller2011-07-181-0/+5
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-3/+15
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-9/+9
* ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-021-0/+1
* dst: catch uninitialized metricsStephen Hemminger2011-05-241-0/+2
* ipv4: Kill RT_CACHE_DEBUGDavid S. Miller2011-05-191-7/+0Star
* net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-291-1/+2
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0Star
* dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-281-1/+1
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-6/+8
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-8/+0Star
* xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller2011-03-011-2/+1Star
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-231-4/+6