aboutsummaryrefslogtreecommitdiff
path: root/include/net/dst.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleGravatar Tom Herbert 1-1/+8
2011-08-03net: fix NULL dereferences in check_peer_redir()Gravatar Eric Dumazet 1-4/+13
2011-07-18net: Add ->neigh_lookup() operation to dst_opsGravatar David S. Miller 1-0/+5
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 1-3/+15
2011-07-14net: Embed hh_cache inside of struct neighbour.Gravatar David S. Miller 1-9/+9
2011-07-01ipv6: Don't put artificial limit on routing table size.Gravatar David S. Miller 1-0/+1
2011-05-24dst: catch uninitialized metricsGravatar Stephen Hemminger 1-0/+2
2011-05-18ipv4: Kill RT_CACHE_DEBUGGravatar David S. Miller 1-7/+0
2011-04-28net: Make dst_alloc() take more explicit initializations.Gravatar David S. Miller 1-1/+2
2011-04-24net: Remove __KERNEL__ cpp checks from include/netGravatar David S. Miller 1-3/+0
2011-03-27dst: Clone child entry in skb_dst_popGravatar Steffen Klassert 1-1/+1
2011-03-02xfrm: Return dst directly from xfrm_lookup()Gravatar David S. Miller 1-6/+8
2011-03-01xfrm: Handle blackhole route creation via afinfo.Gravatar David S. Miller 1-8/+0
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.Gravatar David S. Miller 1-2/+1
2011-02-22net: Make flow cache paths use a const struct flowi.Gravatar David S. Miller 1-4/+6
2011-02-17net: Add initial_ref arg to dst_alloc().Gravatar David S. Miller 1-1/+1
2011-02-08net: Remove bogus barrier() in dst_allfrag().Gravatar David S. Miller 1-2/+0
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.Gravatar David S. Miller 1-2/+0
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleGravatar David S. Miller 1-0/+1
2011-01-26net: Implement read-only protection and COW'ing of metrics.Gravatar David S. Miller 1-37/+77
2011-01-14Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Gravatar Patrick McHardy 1-10/+50
2011-01-14netfilter: fix Kconfig dependenciesGravatar Patrick McHardy 1-1/+1
2010-12-14net: Abstract default MTU metric calculation behind an accessor.Gravatar David S. Miller 1-7/+8
2010-12-13net: Abstract default ADVMSS behind an accessor.Gravatar David S. Miller 1-1/+13
2010-12-12ipv4: Don't pre-seed hoplimit metric.Gravatar David S. Miller 1-6/+0
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.Gravatar David S. Miller 1-1/+14
2010-12-09net: Abstract away all dst_entry metrics accesses.Gravatar David S. Miller 1-3/+23
2010-11-08decnet: RCU conversion and get rid of dev_base_lockGravatar Eric Dumazet 1-4/+4
2010-10-27ipv4: add __rcu annotations to routes.cGravatar Eric Dumazet 1-1/+1
2010-10-03net: introduce DST_NOCACHE flagGravatar Eric Dumazet 1-4/+5
2010-09-27tunnels: prepare percpu accountingGravatar Eric Dumazet 1-5/+19
2010-09-26net: reset skb queue mapping when rx'ing over tunnelGravatar Tom Herbert 1-0/+1
2010-06-04net: check for refcount if pop a stacked dst_entryGravatar Steffen Klassert 1-3/+3
2010-05-17net: Introduce skb_tunnel_rx() helperGravatar Eric Dumazet 1-0/+20
2010-05-17net: add a noref bit on skb dstGravatar Eric Dumazet 1-3/+45
2010-04-13net: sk_dst_cache RCUificationGravatar Eric Dumazet 1-15/+0
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowGravatar laurent chavey 1-2/+0
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.Gravatar David S. Miller 1-1/+1
2009-11-04tcp: Use defaults when no route options are availableGravatar Gilad Ben-Yossef 1-1/+1
2009-11-04net: cleanup include/netGravatar Eric Dumazet 1-2/+1
2009-10-29Add dst_feature to query route entry featuresGravatar Gilad Ben-Yossef 1-1/+7
2009-10-20net: Fix for dst_negative_adviceGravatar Krishna Kumar 1-2/+10
2009-09-01netns: embed ip6_dst_ops directlyGravatar Alexey Dobriyan 1-22/+1
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-3/+9
2008-11-25netns xfrm: lookup in netnsGravatar Alexey Dobriyan 1-8/+8
2008-11-16net: make sure struct dst_entry refcount is aligned on 64 bytesGravatar Eric Dumazet 1-0/+19
2008-11-11net: remove struct dst_entry::entry_sizeGravatar Alexey Dobriyan 1-1/+0
2008-10-28net: reduce structures when XFRM=nGravatar Alexey Dobriyan 1-1/+2
2008-08-04net: Kill plain NET_XMIT_BYPASS.Gravatar David S. Miller 1-11/+1
2008-07-18tcp: RTT metrics scalingGravatar Stephen Hemminger 1-0/+12