aboutsummaryrefslogtreecommitdiff
path: root/include/net/dst.h
AgeCommit message (Expand)Author
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
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller
2011-05-24dst: catch uninitialized metricsStephen Hemminger
2011-05-18ipv4: Kill RT_CACHE_DEBUGDavid S. Miller
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller
2011-02-08net: Remove bogus barrier() in dst_allfrag().David S. Miller
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller
2011-01-14Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller