Lines Matching full:be
25 be changed (enabled or disabled) for a particular device by user's
26 request. This set should be initialized in ndo_init callback and not
30 for a device. This should be changed only by network core or in
41 networking core and should not be referenced in drivers.
48 When current feature set (netdev->features) is to be changed, new set
65 netdev_update_features() while holding rtnl_lock. This should not be done
66 from ndo_*_features callbacks. netdev->features should not be modified by
76 All dependencies between features should be resolved here. The resulting
77 set can be reduced further by networking core imposed limitations (as coded
81 This callback should not modify hardware nor driver state (should be
82 stateless). It can be called multiple times between successive
87 care must be taken as the change won't affect already configured VLANs.
91 Hardware should be reconfigured to match passed feature set. The set
92 should not be altered unless some error condition happens that can't
93 be reliably detected in ndo_fix_features. In this case, the callback
95 Errors returned are not (and cannot be) propagated anywhere except dmesg.
112 whatever headers there might be.
117 set, be it TCPv4 (when NETIF_F_TSO is enabled) or TCPv6 (NETIF_F_TSO6).
144 NETIF_F_VLAN_CHALLENGED should be set for devices which can't cope with VLAN
146 [FIXME: Those cases could be fixed in VLAN code by allowing only reduced-MTU
147 VLANs. This may be not useful, though.]
158 frames (such as bad FCS, etc). This can be helpful when sniffing a link with
167 be re-segmentable by GSO or TSO back to the exact original packet stream.
173 This should be set for devices which insert an HSR (High-availability Seamless
178 This should be set for devices which remove HSR (High-availability Seamless
183 This should be set for devices which forward HSR (High-availability Seamless
188 This should be set for devices which duplicate outgoing HSR (High-availability