summaryrefslogtreecommitdiff
path: root/include/net/dst.h
AgeCommit message (Expand)Author
2017-06-07ipv4: add reference counting to metricsEric Dumazet
2016-04-25route: move lwtunnel state to a single placeJiri Benc
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann
2015-12-14net: fix IP early demux racesEric Dumazet
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-27dst: Add __skb_dst_copy() variationJoe Stringer
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-07-21dst: Metadata destinationsThomas Graf
2015-05-12net: make skb_dst_pop routine staticYing Xue
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa
2013-12-17net: Add utility functions to clear rxhashTom Herbert
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-17net: dst: provide accessor function to dst->xfrmVlad Yasevich
2013-09-20dst.h: Remove extern from function prototypesJoe Perches
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-03-15Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明
2013-02-06xfrm: Add a state resolution packet queueSteffen Klassert
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet
2012-08-07net: output path optimizationsEric Dumazet
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-10net: Kill set_dst_metric_rtt().David S. Miller
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.David S. Miller
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-07-05net: Do delayed neigh confirmation.David S. Miller
2012-06-16include/net/dst.h: neaten asterisk placementEldad Zack
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng
2012-04-24set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)
2012-04-13ipv6: fix problem with expired dst cacheGao feng
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert