Series |
net: extend the type of netdev_features_t to bitmap
|
expand
-
[RFCv7,net-next,00/36] net: extend the type of netdev_features_t to bitmap
-
[RFCv7,net-next,01/36] net: introduce operation helpers for netdev features
-
[RFCv7,net-next,02/36] net: replace general features macroes with global netdev_features variables
-
[RFCv7,net-next,03/36] net: replace multiple feature bits with DECLARE_NETDEV_FEATURE_SET
-
[RFCv7,net-next,04/36] net: sfc: replace const features initialization with DECLARE_NETDEV_FEATURE_…
-
[RFCv7,net-next,05/36] net: atlantic: replace const features initialization with NETDEV_FEATURE_SET
-
[RFCv7,net-next,06/36] iwlwifi: replace const features initialization with NETDEV_FEATURE_SET
-
[RFCv7,net-next,07/36] net: ethernet: mtk_eth_soc: replace const features initialization with NETDE…
-
[RFCv7,net-next,08/36] ravb: replace const features initialization with NETDEV_FEATURE_SET
-
[RFCv7,net-next,09/36] test_bpf: replace const features initialization with NETDEV_FEATURE_SET
-
[RFCv7,net-next,10/36] treewide: replace NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK by netdev_csum_gso_fe…
-
[RFCv7,net-next,11/36] treewide: replace NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM by netdev_ip_csum_feat…
-
[RFCv7,net-next,12/36] treewide: replace NETIF_F_TSO | NETIF_F_TSO6 by netdev_general_tso_features
-
[RFCv7,net-next,13/36] treewide: replace VLAN tag feature array by const vlan features
-
[RFCv7,net-next,14/36] net: simplify the netdev features expressions for xxx_gso_segment
-
[RFCv7,net-next,15/36] treewide: simplify the netdev features expression
-
[RFCv7,net-next,16/36] treewide: use replace features '0' by netdev_empty_features
-
[RFCv7,net-next,17/36] treewide: adjust features initialization
-
[RFCv7,net-next,18/36] net: mlx4: adjust the net device feature relative macroes
-
[RFCv7,net-next,19/36] net: mlx5e: adjust net device feature relative macroes
-
[RFCv7,net-next,20/36] net: mlxsw: adjust input parameter for function mlxsw_sp_handle_feature
-
[RFCv7,net-next,21/36] net: iavf: adjust net device features relative macroes
-
[RFCv7,net-next,22/36] net: core: adjust netdev_sync_xxx_features
-
[RFCv7,net-next,23/36] net: adjust the build check for net_gso_ok()
-
[RFCv7,net-next,24/36] treewide: use netdev_feature_add helpers
-
[RFCv7,net-next,25/36] treewide: use netdev_features_or/set helpers
-
[RFCv7,net-next,26/36] treewide: use netdev_feature_change helpers
-
[RFCv7,net-next,27/36] treewide: use netdev_feature_del helpers
-
[RFCv7,net-next,28/36] treewide: use netdev_features_andnot and netdev_features_clear helpers
-
[RFCv7,net-next,29/36] treewide: use netdev_features_xor helpers
-
[RFCv7,net-next,30/36] treewide: use netdev_feature_test helpers
-
[RFCv7,net-next,31/36] treewide: use netdev_features_intersects helpers
-
[RFCv7,net-next,32/36] net: use netdev_features_and and netdev_features_mask helpers
-
[RFCv7,net-next,33/36] treewide: use netdev_features_subset helpers
-
[RFCv7,net-next,34/36] treewide: use netdev_features_equal helpers
-
[RFCv7,net-next,35/36] treewide: use netdev_features_empty helpers
-
[RFCv7,net-next,36/36] net: redefine the prototype of netdev_features_t
|