summaryrefslogtreecommitdiff
path: root/include/net/dst_ops.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-12ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.David S. Miller1-0/+1
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller1-1/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-1/+1
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+1
2011-01-27net: Implement read-only protection and COW'ing of metrics.David S. Miller1-0/+1
2010-12-15net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-0/+1
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller1-0/+1
2010-11-08net dst: need linux/cache.h for ____cacheline_aligned_in_smp.Paul Mundt1-0/+1
2010-10-12net dst: use a percpu_counter to track entriesEric Dumazet1-1/+36
2009-09-02netns: embed ip6_dst_ops directlyAlexey Dobriyan1-0/+28