]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[NET]: netdevice mtu assumptions documentation
authorStephen Hemminger <shemminger@linux-foundation.org>
Sun, 8 Jul 2007 06:03:44 +0000 (23:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:18:47 +0000 (22:18 -0700)
commit1c8c7d64169dc4b1ae3d8cd1bf35ea0a099b50ad
tree6a92042d97191913b8d72f700ede468f726fbbbb
parent1722933323b70f44b0548131604f1f3454c2aa8f
[NET]: netdevice mtu assumptions documentation

Document the expectations about device MTU handling.
The documentation about oversize packet handling is probably too
loose.

IMHO devices should drop oversize packets for robustness,
but many devices allow it now. For example, if you set mtu to 1200
bytes, most ether devices will allow a 1500 byte frame in.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/netdevices.txt