]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Move mtu handling down to the protocol depended handlers
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 23 Nov 2011 02:13:31 +0000 (02:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Nov 2011 19:29:51 +0000 (14:29 -0500)
commit618f9bc74a039da76fa027ac2600c5b785b964c5
treeff69bc14b711c9c9d4c691d2a8c262401d62c8c9
parentebb762f27fed083cb993a0816393aba4615f6544
net: Move mtu handling down to the protocol depended handlers

We move all mtu handling from dst_mtu() down to the protocol
layer. So each protocol can implement the mtu handling in
a different manner.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
net/decnet/dn_route.c
net/ipv4/route.c
net/ipv6/route.c
net/xfrm/xfrm_policy.c