summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
Commit message (Expand)AuthorAgeFilesLines
* net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-111-12/+0
* net: pending_confirm is not used anymoreJulian Anastasov2017-02-071-12/+2
* net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-071-0/+7
* route: move lwtunnel state to a single placeJiri Benc2016-04-251-4/+1
* bpf, dst: add and use dst_tclassid helperDaniel Borkmann2016-03-181-0/+12
* net: fix IP early demux racesEric Dumazet2015-12-141-0/+33
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-4/+4
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-5/+1
* inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-251-4/+5
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-0/+4
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-5/+1
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-0/+6
* dst: Add __skb_dst_copy() variationJoe Stringer2015-08-271-2/+7
* route: fix breakage after moving lwtunnel stateJiri Benc2015-08-231-2/+5
* route: move lwtunnel state to dst_entryJiri Benc2015-08-201-1/+2
* dst: Metadata destinationsThomas Graf2015-07-211-1/+5
* net: make skb_dst_pop routine staticYing Xue2015-05-121-12/+0
* ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-011-6/+0
* 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/+3
* net: Add utility functions to clear rxhashTom Herbert2013-12-171-3/+2
* 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/+12
|/
* 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/+2
* 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-081-1/+1
* | net: output path optimizationsEric Dumazet2012-08-071-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-101-6/+0
* net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2012-07-051-16/+1
* 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-161-9/+8
* 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-221-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/+1