aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix incorrect ipsec fragmentGao feng2012-06-101-0/+1
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-3/+24
* 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
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-8/+8
* net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet2008-11-161-0/+19
* net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-111-1/+0
* net: reduce structures when XFRM=nAlexey Dobriyan2008-10-281-1/+2
* net: Kill plain NET_XMIT_BYPASS.David S. Miller2008-08-041-11/+1
* tcp: RTT metrics scalingStephen Hemminger2008-07-181-0/+12
* [NET]: uninline dst_releaseIlpo Järvinen2008-03-271-9/+1
* [NET]: Fix tbench regression in 2.6.25-rc1Zhang Yanmin2008-03-121-9/+14
* [DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64Eric Dumazet2008-01-281-5/+5