aboutsummaryrefslogtreecommitdiff
path: root/include/net/dst.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-08dst: Pass net into dst->outputGravatar Eric W. Biederman 1-4/+4
2015-10-08net: Pass net into dst_output and remove dst_output_okfnGravatar Eric W. Biederman 1-5/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentGravatar Eric Dumazet 1-4/+5
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 1-0/+4
2015-09-17net: Merge dst_output and dst_output_skGravatar Eric W. Biederman 1-5/+1
2015-08-31tcp: use dctcp if enabled on the route to the initiatorGravatar Daniel Borkmann 1-0/+6
2015-08-27dst: Add __skb_dst_copy() variationGravatar Joe Stringer 1-2/+7
2015-08-23route: fix breakage after moving lwtunnel stateGravatar Jiri Benc 1-2/+5
2015-08-20route: move lwtunnel state to dst_entryGravatar Jiri Benc 1-1/+2
2015-07-21dst: Metadata destinationsGravatar Thomas Graf 1-1/+5
2015-05-12net: make skb_dst_pop routine staticGravatar Ying Xue 1-12/+0
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerGravatar Martin KaFai Lau 1-6/+0
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()Gravatar huaibin Wang 1-0/+1
2014-09-16xfrm: Generate queueing routes only from route lookup functionsGravatar Steffen Klassert 1-0/+1
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsGravatar Steffen Klassert 1-1/+14
2014-04-15ipv4: add a sock pointer to dst->output() path.Gravatar Eric Dumazet 1-3/+11
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyGravatar Michal Kubeček 1-2/+9
2014-03-06inet: remove now unused flag DST_NOPEERGravatar Hannes Frederic Sowa 1-4/+3
2013-12-17net: Add utility functions to clear rxhashGravatar Tom Herbert 1-3/+2
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+12
2013-10-17net: dst: provide accessor function to dst->xfrmGravatar Vlad Yasevich 1-0/+12
2013-09-20dst.h: Remove extern from function prototypesGravatar Joe Perches 1-13/+12
2013-09-04tunnels: harmonize cleanup done on skb on rx pathGravatar Nicolas Dichtel 1-5/+7
2013-03-15Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugGravatar Zhouyi Zhou 1-2/+4
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-6/+2
2013-02-06xfrm: Add a state resolution packet queueGravatar Steffen Klassert 1-0/+1
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-08-08net: force dst_default_metrics to const sectionGravatar Eric Dumazet 1-1/+1
2012-08-07net: output path optimizationsGravatar Eric Dumazet 1-3/+7
2012-07-20ipv4: Kill routes during PMTU/redirect updates.Gravatar David S. Miller 1-0/+1
2012-07-20net: Document dst->obsolete better.Gravatar David S. Miller 1-1/+13
2012-07-10net: Kill set_dst_metric_rtt().Gravatar David S. Miller 1-6/+0
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.Gravatar David S. Miller 1-16/+1
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().Gravatar David S. Miller 1-1/+7
2012-07-05net: Do delayed neigh confirmation.Gravatar David S. Miller 1-8/+21
2012-06-16include/net/dst.h: neaten asterisk placementGravatar Eldad Zack 1-9/+8
2012-05-27ipv6: fix incorrect ipsec fragmentGravatar Gao feng 1-0/+1
2012-04-24set fake_rtable's dst to NULL to avoid kernel OopsGravatar Peter Huang (Peng) 1-0/+1
2012-04-13ipv6: fix problem with expired dst cacheGravatar Gao feng 1-1/+5
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2011-12-22net: introduce DST_NOPEER dst flagGravatar Eric Dumazet 1-0/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.Gravatar David Miller 1-3/+3
2011-11-26net: Move mtu handling down to the protocol depended handlersGravatar Steffen Klassert 1-6/+1
2011-11-26net: Rename the dst_opt default_mtu method to mtuGravatar Steffen Klassert 1-1/+1
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleGravatar Tom Herbert 1-1/+8
2011-08-03net: fix NULL dereferences in check_peer_redir()Gravatar Eric Dumazet 1-4/+13
2011-07-18net: Add ->neigh_lookup() operation to dst_opsGravatar David S. Miller 1-0/+5
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 1-3/+15
2011-07-14net: Embed hh_cache inside of struct neighbour.Gravatar David S. Miller 1-9/+9