aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
2020-08-18bnxt_en: Fix race when modifying pause settings.Vasundhara Volam
2020-08-03bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti
2020-06-24bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam
2020-06-08bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan
2020-06-04bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan
2020-06-04bnxt_en: Return error when allocating zero size context memory.Michael Chan
2020-06-04bnxt_en: Improve AER slot reset.Michael Chan
2020-06-04bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.Vasundhara Volam
2020-05-21bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam
2020-05-21bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.Michael Chan
2020-05-21bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer
2020-05-21bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan
2020-05-21bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam
2020-05-15bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam
2020-05-04bnxt_en: Fix TC queue mapping.Michael Chan
2020-04-12bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan
2020-04-12bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan
2020-04-12bnxt_en: Fix NTUPLE firmware command failures.Michael Chan
2020-04-12bnxt_en: Improve device shutdown method.Vasundhara Volam
2020-04-12bnxt_en: Free context memory after disabling PCI in probe error path.Michael Chan
2020-03-07bnxt: apply computed clamp value for coalece parameterJonathan Lemon
2020-03-07bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam
2020-03-07bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan
2019-08-25bnxt_en: Fix to include flow direction in L2 keySomnath Kotur
2019-08-25bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru
2019-08-25bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam
2019-08-25bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam
2019-08-25bnxt_en: Improve RX doorbell sequence.Michael Chan
2019-08-25bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan
2019-07-28bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan
2019-07-26bnxt_en: Cap the returned MSIX vectors to the RDMA driver.Michael Chan
2019-07-26bnxt_en: Fix statistics context reservation logic for RDMA driver.Michael Chan
2019-07-26bnxt_en: Disable bus master during PCI shutdown and driver unload.Michael Chan
2019-05-22bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam
2019-05-22bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan
2019-05-22bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan
2019-05-22bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-05bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.Michael Chan
2019-05-05bnxt_en: Add support for aRFS on 57500 chips.Michael Chan
2019-05-05bnxt_en: Query firmware capability to support aRFS on 57500 chips.Michael Chan
2019-05-05bnxt_en: Improve NQ reservations.Michael Chan
2019-05-05bnxt_en: Separate RDMA MR/AH context allocation.Devesh Sharma
2019-05-05bnxt_en: read the clause type from the PHY IDVasundhara Volam
2019-05-05bnxt_en: Read package version from firmware.Vasundhara Volam
2019-05-05bnxt_en: Check new firmware capability to display extended stats.Vasundhara Volam
2019-05-05bnxt_en: Add support for PCIe statisticsVasundhara Volam
2019-05-05bnxt_en: Refactor bnxt_alloc_stats().Vasundhara Volam