Searched hist:"8 a0427bb688eae86a8bb939b6a74e5aa00aa035a" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/8021q/ |
H A D | vlan.c | diff 8a0427bb688eae86a8bb939b6a74e5aa00aa035a Sun Apr 03 00:49:12 CDT 2011 Michał Mirosław <mirq-linux@rere.qmqm.pl> vlan: convert VLAN devices to use ndo_fix_features()
Note: get_flags was actually broken, because it should return the flags capped with vlan_features. This is now done implicitly by limiting netdev->hw_features.
RX checksumming offload control is (and was) broken, as there was no way before to say whether it's done for tagged packets.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | vlan_dev.c | diff 8a0427bb688eae86a8bb939b6a74e5aa00aa035a Sun Apr 03 00:49:12 CDT 2011 Michał Mirosław <mirq-linux@rere.qmqm.pl> vlan: convert VLAN devices to use ndo_fix_features()
Note: get_flags was actually broken, because it should return the flags capped with vlan_features. This is now done implicitly by limiting netdev->hw_features.
RX checksumming offload control is (and was) broken, as there was no way before to say whether it's done for tagged packets.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
|