net: change netdev->features to u32
Quoting Ben Hutchings: we presumably won't be defining features that can only be enabled on 64-bit architectures. Occurences found by `grep -r` on net/, drivers/net, include/ [ Move features and vlan_features next to each other in struct netdev, as per Eric Dumazet's suggestion -DaveM ] Signed-off-by:Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/bnx2.c 1 addition, 1 deletiondrivers/net/bnx2.c
- drivers/net/bonding/bond_main.c 2 additions, 2 deletionsdrivers/net/bonding/bond_main.c
- drivers/net/myri10ge/myri10ge.c 2 additions, 2 deletionsdrivers/net/myri10ge/myri10ge.c
- drivers/net/sfc/ethtool.c 2 additions, 2 deletionsdrivers/net/sfc/ethtool.c
- drivers/net/sfc/net_driver.h 1 addition, 1 deletiondrivers/net/sfc/net_driver.h
- drivers/net/tun.c 1 addition, 1 deletiondrivers/net/tun.c
- include/linux/netdevice.h 12 additions, 12 deletionsinclude/linux/netdevice.h
- include/linux/skbuff.h 1 addition, 1 deletioninclude/linux/skbuff.h
- include/net/protocol.h 2 additions, 2 deletionsinclude/net/protocol.h
- include/net/tcp.h 1 addition, 1 deletioninclude/net/tcp.h
- include/net/udp.h 1 addition, 1 deletioninclude/net/udp.h
- net/8021q/vlan.c 1 addition, 1 deletionnet/8021q/vlan.c
- net/bridge/br_if.c 1 addition, 1 deletionnet/bridge/br_if.c
- net/bridge/br_private.h 1 addition, 1 deletionnet/bridge/br_private.h
- net/core/dev.c 7 additions, 8 deletionsnet/core/dev.c
- net/core/ethtool.c 1 addition, 1 deletionnet/core/ethtool.c
- net/core/net-sysfs.c 1 addition, 1 deletionnet/core/net-sysfs.c
- net/core/skbuff.c 2 additions, 2 deletionsnet/core/skbuff.c
- net/ipv4/af_inet.c 1 addition, 1 deletionnet/ipv4/af_inet.c
- net/ipv4/tcp.c 1 addition, 1 deletionnet/ipv4/tcp.c
Loading