summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-171-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-171-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-011-0/+1
* dst: catch uninitialized metricsStephen Hemminger2011-05-241-0/+2
* ipv4: Kill RT_CACHE_DEBUGDavid S. Miller2011-05-181-7/+0
* net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-281-1/+2
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0
* dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-271-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/+0
* xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller2011-03-011-2/+1
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-221-4/+6
* net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-171-1/+1
* net: Remove bogus barrier() in dst_allfrag().David S. Miller2011-02-081-2/+0
* inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-041-2/+0
* ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller2011-01-281-0/+1
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-261-37/+77
* Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy2011-01-141-10/+50
|\
| * net: Abstract default MTU metric calculation behind an accessor.David S. Miller2010-12-141-7/+8
| * net: Abstract default ADVMSS behind an accessor.David S. Miller2010-12-131-1/+13
| * ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-6/+0
| * net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+14
| * net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-091-3/+23
* | netfilter: fix Kconfig dependenciesPatrick McHardy2011-01-141-1/+1
|/
* decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2010-11-081-4/+4