summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
Commit message (Expand)AuthorAgeFilesLines
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: broadcom: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-233-13/+13
* Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-0/+6
* Revert "bnxt: Read VPD with pci_vpd_alloc()"David S. Miller2021-08-231-4/+9
* Revert "bnxt: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-9/+29
* bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-29/+9
* bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-221-9/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-192-37/+77
|\
| * bnxt_en: Add missing DMA memory barriersMichael Chan2021-08-161-0/+12
| * bnxt_en: Disable aRFS if running on 212 firmwareMichael Chan2021-08-161-0/+3
| * bnxt: count Tx dropsJakub Kicinski2021-08-131-0/+2
| * bnxt: make sure xmit_more + errors does not miss doorbellsJakub Kicinski2021-08-132-13/+27
| * bnxt: disable napi before canceling DIMJakub Kicinski2021-08-131-2/+1
| * bnxt: don't lock the tx queue from napi pollJakub Kicinski2021-08-131-22/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-134-27/+68
|\|
| * bnxt_en: Use register window 6 instead of 5 to read the PHCMichael Chan2021-08-081-2/+2
| * bnxt_en: Update firmware call to retrieve TX PTP timestampMichael Chan2021-08-083-4/+11
| * bnxt_en: Update firmware interface to 1.10.2.52Michael Chan2021-08-081-21/+55
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-3/+6
* | bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan2021-08-033-8/+22
* | bnxt_en: Don't use static arrays for completion ring pagesMichael Chan2021-08-032-3/+68
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-313-3/+13
|\|
| * bnxt_en: Fix static checker warning in bnxt_fw_reset_task()Somnath Kotur2021-07-261-3/+2
| * bnxt_en: Add missing periodic PHC overflow checkMichael Chan2021-07-242-0/+11
* | bnxt_en: Log if an invalid signal detected on TSIO pinPavan Chebbi2021-07-282-0/+28
* | bnxt_en: Event handler for PPS eventsPavan Chebbi2021-07-283-0/+58
* | bnxt_en: 1PPS functions to configure TSIO pinsPavan Chebbi2021-07-283-2/+178
* | bnxt_en: 1PPS support for 5750X family chipsPavan Chebbi2021-07-284-1/+113
* | bnxt_en: Do not read the PTP PHC during chip resetMichael Chan2021-07-282-11/+35
* | bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()Michael Chan2021-07-282-9/+12
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* bnxt_en: Fix PTP capability discoveryMichael Chan2021-07-191-1/+5
* bnxt_en: Move bnxt_ptp_init() to bnxt_open()Michael Chan2021-07-193-25/+16
* bnxt_en: Check abort error state in bnxt_half_open_nic()Somnath Kotur2021-07-191-0/+6
* bnxt_en: Validate vlan protocol ID on RX packetsMichael Chan2021-07-191-5/+16
* bnxt_en: fix error path of FW resetSomnath Kotur2021-07-191-10/+21
* bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()Michael Chan2021-07-191-0/+4
* bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()Michael Chan2021-07-191-4/+5
* bnxt_en: reject ETS settings that will starve a TCEdwin Peer2021-07-191-1/+9
* bnxt_en: don't disable an already disabled PCI deviceKalesh AP2021-07-191-1/+2
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-309-53/+1354
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-2/+0
| |\
| | * bnxt: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0
| * | bnxt_en: Enable hardware PTP supportMichael Chan2021-06-281-0/+7
| * | bnxt_en: Transmit and retrieve packet timestampsPavan Chebbi2021-06-284-5/+131
| * | bnxt_en: Get the RX packet timestampPavan Chebbi2021-06-284-3/+52
| * | bnxt_en: Get the full 48-bit hardware timestamp periodicallyPavan Chebbi2021-06-283-0/+41
| * | bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan2021-06-285-1/+381
| * | bnxt_en: Get PTP hardware capability from firmwareMichael Chan2021-06-283-0/+113
| * | bnxt_en: Update firmware interface to 1.10.2.47Michael Chan2021-06-282-42/+629