summaryrefslogtreecommitdiff
path: root/include/net/dst.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-1/+1
2011-08-18rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert1-1/+8
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet1-4/+13
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+5
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-3/+15
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-9/+9
2011-07-02ipv6: Don't put artificial limit on routing table size.David S. Miller1-0/+1
2011-05-24dst: catch uninitialized metricsStephen Hemminger1-0/+2
2011-05-19ipv4: Kill RT_CACHE_DEBUGDavid S. Miller1-7/+0
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller1-1/+2
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-3/+0
2011-03-28dst: Clone child entry in skb_dst_popSteffen Klassert1-1/+1
2011-03-03xfrm: Return dst directly from xfrm_lookup()David S. Miller1-6/+8
2011-03-02xfrm: Handle blackhole route creation via afinfo.David S. Miller1-8/+0
2011-03-02xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+1
2011-02-23net: Make flow cache paths use a const struct flowi.David S. Miller1-4/+6
2011-02-18net: Add initial_ref arg to dst_alloc().David S. Miller1-1/+1
2011-02-09net: Remove bogus barrier() in dst_allfrag().David S. Miller1-2/+0
2011-02-05inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller1-2/+0
2011-01-29ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller1-0/+1
2011-01-27net: Implement read-only protection and COW'ing of metrics.David S. Miller1-37/+77
2011-01-14Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy1-10/+50
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy1-1/+1
2010-12-15net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-7/+8
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller1-1/+13
2010-12-13ipv4: Don't pre-seed hoplimit metric.David S. Miller1-6/+0
2010-12-13net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller1-1/+14
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-3/+23
2010-11-09decnet: RCU conversion and get rid of dev_base_lockEric Dumazet1-4/+4
2010-10-27ipv4: add __rcu annotations to routes.cEric Dumazet1-1/+1
2010-10-04net: introduce DST_NOCACHE flagEric Dumazet1-4/+5
2010-09-28tunnels: prepare percpu accountingEric Dumazet1-5/+19
2010-09-27net: reset skb queue mapping when rx'ing over tunnelTom Herbert1-0/+1
2010-06-05net: check for refcount if pop a stacked dst_entrySteffen Klassert1-3/+3
2010-05-18net: Introduce skb_tunnel_rx() helperEric Dumazet1-0/+20
2010-05-18net: add a noref bit on skb dstEric Dumazet1-3/+45
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-15/+0
2009-12-24net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-2/+0
2009-12-16tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-1/+1
2009-11-05tcp: Use defaults when no route options are availableGilad Ben-Yossef1-1/+1
2009-11-04net: cleanup include/netEric Dumazet1-2/+1
2009-10-29Add dst_feature to query route entry featuresGilad Ben-Yossef1-1/+7
2009-10-21net: Fix for dst_negative_adviceKrishna Kumar1-2/+10
2009-09-02netns: embed ip6_dst_ops directlyAlexey Dobriyan1-22/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-3/+9
2008-11-26netns xfrm: lookup in netnsAlexey Dobriyan1-8/+8
2008-11-17net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet1-0/+19
2008-11-12net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-1/+0
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-1/+2
2008-08-05net: Kill plain NET_XMIT_BYPASS.David S. Miller1-11/+1