1
0
Fork 0
alistair23-linux/drivers/net/ethernet/broadcom/bnxt
Michael Chan 9d13744bb7 bnxt_en: Fix TX push operation on ARM64.
There is a code path where we are calling __iowrite64_copy() on
an address that is not 64-bit aligned.  This causes an exception on
some architectures such as arm64.  Fix that code path by using
__iowrite32_copy().

Reported-by: JD Zheng <jiandong.zheng@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-06 13:59:17 -07:00
..
Makefile
bnxt.c bnxt_en: Fix TX push operation on ARM64. 2016-09-06 13:59:17 -07:00
bnxt.h bnxt_en: Improve ntuple filters by checking destination MAC address. 2016-07-25 21:43:31 -07:00
bnxt_ethtool.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-07-24 00:53:32 -04:00
bnxt_ethtool.h bnxt_en: Add EEE setup code. 2016-04-05 16:20:46 -04:00
bnxt_fw_hdr.h bnxt_en: Add support for firmware updates for additional processors. 2016-07-02 14:52:36 -04:00
bnxt_hsi.h bnxt_en: Update firmware spec. to 1.3.0. 2016-07-02 14:52:35 -04:00
bnxt_nvm_defs.h bnxt_en: Add support for updating flash more securely 2016-07-02 14:52:35 -04:00
bnxt_sriov.c bnxt_en: Add function for VF driver to query default VLAN. 2016-06-14 19:16:13 -04:00
bnxt_sriov.h bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00