summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Improve RX doorbell sequence.Michael Chan2019-08-251-3/+7
* bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan2019-08-251-8/+18
* bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan2019-07-281-2/+5
* bnxt_en: Fix statistics context reservation logic for RDMA driver.Michael Chan2019-07-261-6/+11
* bnxt_en: Disable bus master during PCI shutdown and driver unload.Michael Chan2019-07-261-1/+2
* bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam2019-05-221-5/+6
* bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan2019-05-221-2/+2
* bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan2019-05-221-6/+7
* bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-05-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-70/+201
|\
| * bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.Michael Chan2019-05-051-0/+4
| * bnxt_en: Add support for aRFS on 57500 chips.Michael Chan2019-05-051-4/+12
| * bnxt_en: Query firmware capability to support aRFS on 57500 chips.Michael Chan2019-05-051-1/+42
| * bnxt_en: Improve NQ reservations.Michael Chan2019-05-051-2/+4
| * bnxt_en: Separate RDMA MR/AH context allocation.Devesh Sharma2019-05-051-1/+18
| * bnxt_en: read the clause type from the PHY IDVasundhara Volam2019-05-051-2/+2
| * bnxt_en: Read package version from firmware.Vasundhara Volam2019-05-051-0/+9
| * bnxt_en: Check new firmware capability to display extended stats.Vasundhara Volam2019-05-051-2/+6
| * bnxt_en: Add support for PCIe statisticsVasundhara Volam2019-05-051-1/+36
| * bnxt_en: Refactor bnxt_alloc_stats().Vasundhara Volam2019-05-051-39/+36
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-21/+32
| |\
| * | net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-081-3/+13
| |\ \
| * | | bnxt: remove ndo_get_port_parent_id implementation for physical portsJiri Pirko2019-04-041-1/+0
| * | | bnxt: move bp->switch_id initialization to PF probeJiri Pirko2019-04-041-0/+25
| * | | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-2/+2
| * | | bnxt: remove ndo_get_phys_port_name implementationJiri Pirko2019-03-281-18/+0
| * | | bnxt: implement ndo_get_devlink_portJiri Pirko2019-03-281-1/+9
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0
| |/ /
* | | bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan2019-04-271-4/+5
* | | bnxt_en: Fix statistics context reservation logic.Michael Chan2019-04-271-8/+6
* | | bnxt_en: Pass correct extended TX port statistics size to firmware.Michael Chan2019-04-271-2/+6
* | | bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.Michael Chan2019-04-271-6/+6
* | | bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam2019-04-271-0/+1
* | | bnxt_en: Improve multicast address setup logic.Michael Chan2019-04-271-1/+8
| |/ |/|
* | bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-081-0/+6
* | bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-081-3/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-0/+6
|\
| * bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-02-271-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-2/+2
|\|
| * bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2019-02-221-1/+1
| * bnxt_en: Fix typo in firmware message timeout logic.Michael Chan2019-02-221-1/+1
* | bnxt_en: Add support for mdio read/write to external PHYVasundhara Volam2019-02-191-2/+67
* | bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan2019-02-191-0/+4
* | bnxt_en: Add support for BCM957504Erik Burrows2019-02-191-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+7
|\|
| * bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan2019-01-311-1/+7
* | bnxt: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-20/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-161-4/+8
|\