Lines Matching full:by
22 one used internally by network core:
25 be changed (enabled or disabled) for a particular device by user's
30 for a device. This should be changed only by network core or in
34 by child VLAN devices (limits netdev->features set). This is currently
38 4. netdev->wanted_features set contains feature set requested by user.
39 This set is filtered by ndo_fix_features callback whenever it or
49 is calculated and filtered by calling ndo_fix_features callback
64 A driver that wants to trigger recalculation must do so by calling
66 from ndo_*_features callbacks. netdev->features should not be modified by
67 driver except by means of ndo_fix_features callback.
77 set can be reduced further by networking core imposed limitations (as coded
144 NETIF_F_LLTX is meant to be used by drivers that don't need locking at all,
161 [FIXME: Those cases could be fixed in VLAN code by allowing only reduced-MTU
168 read the CRC recorded by the NIC on receipt of the packet.
181 stricter than Hardware LRO. A packet stream merged by Hardware GRO must
182 be re-segmentable by GSO or TSO back to the exact original packet stream.
184 by hardware must also have the checksum verified by hardware.