aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
Commit message (Expand)AuthorAgeFilesLines
* net: dst: provide accessor function to dst->xfrmVlad Yasevich2013-11-281-0/+12
* ipv6: fix incorrect ipsec fragmentGao feng2012-06-101-0/+1
* set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-06-101-0/+1
* net: introduce DST_NOPEER dst flagEric Dumazet2011-12-221-0/+1
* 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
* ipv4: add __rcu annotations to routes.cEric Dumazet2010-10-271-1/+1
* net: introduce DST_NOCACHE flagEric Dumazet2010-10-031-4/+5
* tunnels: prepare percpu accountingEric Dumazet2010-09-271-5/+19
* net: reset skb queue mapping when rx'ing over tunnelTom Herbert2010-09-261-0/+1
* net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-041-3/+3
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-171-0/+20
* net: add a noref bit on skb dstEric Dumazet2010-05-171-3/+45
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-15/+0
* net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey2009-12-231-2/+0
* tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-151-1/+1
* tcp: Use defaults when no route options are availableGilad Ben-Yossef2009-11-041-1/+1
* net: cleanup include/netEric Dumazet2009-11-041-2/+1
* Add dst_feature to query route entry featuresGilad Ben-Yossef2009-10-291-1/+7
* net: Fix for dst_negative_adviceKrishna Kumar2009-10-201-2/+10
* netns: embed ip6_dst_ops directlyAlexey Dobriyan2009-09-011-22/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+9