1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/cisco/enic
Dan Carpenter 413708bbaf enic: fix an endian bug in enic_probe()
"num_vfs" is a u32 but we only use the high 16 bits and the low 16bits
are left as zero.  That isn't a problem for little endian systems but it
will break on big endian ones.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-03-01 17:23:42 -05:00
..
cq_desc.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
cq_enet_desc.h enic: Fix endianness bug. 2012-02-24 17:53:03 -05:00
enic.h enic: fix an endian bug in enic_probe() 2012-03-01 17:23:42 -05:00
enic_dev.c net: make vlan ndo_vlan_rx_[add/kill]_vid return error value 2011-12-08 19:52:37 -05:00
enic_dev.h net: make vlan ndo_vlan_rx_[add/kill]_vid return error value 2011-12-08 19:52:37 -05:00
enic_main.c enic: fix an endian bug in enic_probe() 2012-03-01 17:23:42 -05:00
enic_pp.c enic: Fix endianness bug. 2012-02-24 17:53:03 -05:00
enic_pp.h enic: Add support for port profile association on a enic SRIOV VF 2011-09-27 01:10:24 -04:00
enic_res.c enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
enic_res.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
Kconfig enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
Makefile enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
rq_enet_desc.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_cq.c enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_cq.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_dev.c enic: Helper code for SRIOV proxy commands 2011-09-27 01:10:24 -04:00
vnic_dev.h enic: Helper code for SRIOV proxy commands 2011-09-27 01:10:24 -04:00
vnic_devcmd.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_enet.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_intr.c enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_intr.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_nic.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_resource.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_rq.c enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_rq.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_rss.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_stats.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_vic.c enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_vic.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_wq.c enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
vnic_wq.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00
wq_enet_desc.h enic: Move the Cisco driver 2011-08-11 02:42:06 -07:00