summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2021-08-30bnxt_en: remove DMA mapping for KONG responseEdwin Peer2-51/+7
2021-08-28bnxt: count discards due to memory allocation errorsJakub Kicinski2-1/+11
2021-08-28bnxt: count packets discarded because of netpollJakub Kicinski3-1/+13
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET3-13/+13
2021-08-23Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-0/+6
2021-08-23Revert "bnxt: Read VPD with pci_vpd_alloc()"David S. Miller1-4/+9
2021-08-23Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-9/+29
2021-08-22bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-29/+9
2021-08-22bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit1-9/+4
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-37/+77
2021-08-16bnxt_en: Add missing DMA memory barriersMichael Chan1-0/+12
2021-08-16bnxt_en: Disable aRFS if running on 212 firmwareMichael Chan1-0/+3
2021-08-13bnxt: count Tx dropsJakub Kicinski1-0/+2
2021-08-13bnxt: make sure xmit_more + errors does not miss doorbellsJakub Kicinski2-13/+27
2021-08-13bnxt: disable napi before canceling DIMJakub Kicinski1-2/+1
2021-08-13bnxt: don't lock the tx queue from napi pollJakub Kicinski1-22/+32
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-27/+68
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-3/+6
2021-08-08bnxt_en: Use register window 6 instead of 5 to read the PHCMichael Chan1-2/+2
2021-08-08bnxt_en: Update firmware call to retrieve TX PTP timestampMichael Chan3-4/+11
2021-08-08bnxt_en: Update firmware interface to 1.10.2.52Michael Chan1-21/+55
2021-08-03bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan3-8/+22
2021-08-03bnxt_en: Don't use static arrays for completion ring pagesMichael Chan2-3/+68
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+13
2021-07-28bnxt_en: Log if an invalid signal detected on TSIO pinPavan Chebbi2-0/+28
2021-07-28bnxt_en: Event handler for PPS eventsPavan Chebbi3-0/+58
2021-07-28bnxt_en: 1PPS functions to configure TSIO pinsPavan Chebbi3-2/+178
2021-07-28bnxt_en: 1PPS support for 5750X family chipsPavan Chebbi4-1/+113
2021-07-28bnxt_en: Do not read the PTP PHC during chip resetMichael Chan2-11/+35
2021-07-28bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()Michael Chan2-9/+12
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-27bnxt_en: Fix static checker warning in bnxt_fw_reset_task()Somnath Kotur1-3/+2
2021-07-24bnxt_en: Add missing periodic PHC overflow checkMichael Chan2-0/+11
2021-07-19bnxt_en: Fix PTP capability discoveryMichael Chan1-1/+5
2021-07-19bnxt_en: Move bnxt_ptp_init() to bnxt_open()Michael Chan3-25/+16
2021-07-19bnxt_en: Check abort error state in bnxt_half_open_nic()Somnath Kotur1-0/+6
2021-07-19bnxt_en: Validate vlan protocol ID on RX packetsMichael Chan1-5/+16
2021-07-19bnxt_en: fix error path of FW resetSomnath Kotur1-10/+21
2021-07-19bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()Michael Chan1-0/+4
2021-07-19bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()Michael Chan1-4/+5
2021-07-19bnxt_en: reject ETS settings that will starve a TCEdwin Peer1-1/+9
2021-07-19bnxt_en: don't disable an already disabled PCI deviceKalesh AP1-1/+2
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds9-53/+1354
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2021-06-28bnxt_en: Enable hardware PTP supportMichael Chan1-0/+7
2021-06-28bnxt_en: Transmit and retrieve packet timestampsPavan Chebbi4-5/+131
2021-06-28bnxt_en: Get the RX packet timestampPavan Chebbi4-3/+52
2021-06-28bnxt_en: Get the full 48-bit hardware timestamp periodicallyPavan Chebbi3-0/+41