summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
Commit message (Expand)AuthorAgeFilesLines
* dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-281-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/+0Star
* xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller2011-03-011-2/+1Star
* net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-231-4/+6
* net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-181-1/+1
* net: Remove bogus barrier() in dst_allfrag().David S. Miller2011-02-091-2/+0Star
* inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-051-2/+0Star
* 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-271-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-131-6/+0Star
| * net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-131-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-041-4/+5
* tunnels: prepare percpu accountingEric Dumazet2010-09-281-5/+19
* net: reset skb queue mapping when rx'ing over tunnelTom Herbert2010-09-271-0/+1
* net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-051-3/+3
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-181-0/+20
* net: add a noref bit on skb dstEric Dumazet2010-05-181-3/+45
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-15/+0Star
* net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey2009-12-231-2/+0Star
* tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-161-1/+1
* tcp: Use defaults when no route options are availableGilad Ben-Yossef2009-11-051-1/+1
* net: cleanup include/netEric Dumazet2009-11-041-2/+1Star
* Add dst_feature to query route entry featuresGilad Ben-Yossef2009-10-291-1/+7
* net: Fix for dst_negative_adviceKrishna Kumar2009-10-211-2/+10
* netns: embed ip6_dst_ops directlyAlexey Dobriyan2009-09-021-22/+1Star
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+9
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-261-8/+8
* net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet2008-11-171-0/+19
* net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-121-1/+0Star
* net: reduce structures when XFRM=nAlexey Dobriyan2008-10-281-1/+2
* net: Kill plain NET_XMIT_BYPASS.David S. Miller2008-08-051-11/+1Star
* tcp: RTT metrics scalingStephen Hemminger2008-07-191-0/+12
* [NET]: uninline dst_releaseIlpo Järvinen2008-03-281-9/+1Star
* [NET]: Fix tbench regression in 2.6.25-rc1Zhang Yanmin2008-03-131-9/+14
* [DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64Eric Dumazet2008-01-291-5/+5
* [NETNS][DST]: Add the network namespace pointer in dst_opsDaniel Lezcano2008-01-291-0/+1
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-291-1/+1
* [NET]: Remove unused member of dst_entryRami Rosen2008-01-291-1/+0Star
* [IPSEC]: Add ICMP host relookup supportHerbert Xu2008-01-281-0/+1
* [IPSEC]: Make xfrm_lookup flags argument a bit-fieldHerbert Xu2008-01-281-0/+5
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-0/+1
* [NET]: Eliminate duplicate copies of dst_discardHerbert Xu2008-01-281-0/+1