summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-7/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-7/+0
* | bnxt_en: Add PCI ID for BCM57508 device.Michael Chan2018-10-151-0/+3
* | bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan2018-10-151-4/+110
* | bnxt_en: Refactor bnxt_poll_work().Michael Chan2018-10-151-11/+33
* | bnxt_en: Add coalescing setup for 57500 chips.Michael Chan2018-10-151-0/+46
* | bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan2018-10-151-34/+35
* | bnxt_en: Add RSS support for 57500 chips.Michael Chan2018-10-151-4/+109
* | bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan2018-10-151-9/+21
* | bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan2018-10-151-5/+66
* | bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan2018-10-151-6/+55
* | bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan2018-10-151-11/+56
* | bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan2018-10-151-0/+64
* | bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan2018-10-151-30/+97
* | bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan2018-10-151-1/+8
* | bnxt_en: Re-structure doorbells.Michael Chan2018-10-151-47/+117
* | bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan2018-10-151-12/+36
* | bnxt_en: Configure context memory on new devices.Michael Chan2018-10-151-3/+120
* | bnxt_en: Check context memory requirements from firmware.Michael Chan2018-10-151-8/+200
* | bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan2018-10-151-2/+15
* | bnxt_en: Refactor bnxt_ring_struct.Michael Chan2018-10-151-66/+72
* | bnxt_en: Update interrupt coalescing logic.Michael Chan2018-10-151-19/+88
* | bnxt_en: Add maximum extended request length fw message support.Michael Chan2018-10-151-7/+27
* | bnxt_en: Add additional extended port statistics.Michael Chan2018-10-151-1/+29
* | bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam2018-10-041-1/+1
* | bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-041-4/+6
* | bnxt_en: Fix VNIC reservations on the PF.Michael Chan2018-10-041-1/+1
* | bnxt_en: Fix TX timeout during netpoll.Michael Chan2018-09-261-3/+10
* | bnxt: remove ndo_poll_controllerEric Dumazet2018-09-231-18/+0
* | bnxt_en: Fix VF mac address regression.Michael Chan2018-09-171-2/+7
|/
* bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-031-3/+4
* bnxt_en: Clean up unused functions.Michael Chan2018-09-031-1/+1
* bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan2018-09-031-3/+10
* bnx2x: Mark expected switch fall-thoughsGustavo A. R. Silva2018-08-071-1/+1
* bnxt_en: Do not use the CNP CoS queue for networking traffic.Michael Chan2018-08-051-8/+14
* bnxt_en: Add hwmon sysfs support to read temperatureVasundhara Volam2018-08-051-0/+62
* bnxt_en: Notify firmware about IF state changes.Michael Chan2018-08-051-2/+51
* bnxt_en: Move firmware related flags to a new fw_cap field in struct bnxt.Michael Chan2018-08-051-6/+6
* bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan2018-08-051-14/+13
* bnxt_en: Update RSS setup and GRO-HW logic according to the latest spec.Michael Chan2018-08-051-1/+2
* bnxt_en: Add new VF resource allocation strategy mode.Michael Chan2018-08-051-1/+1
* bnxt_en: Add PHY retry logic.Michael Chan2018-08-051-1/+30
* bnxt_en: Add external loopback test to ethtool selftest.Michael Chan2018-08-051-0/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-7/+17
|\
| * bnxt_en: Fix for system hang if request_irq failsVikas Gupta2018-07-091-1/+3
| * bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.Michael Chan2018-07-091-1/+1
| * bnxt_en: Support clearing of the IFF_BROADCAST flag.Michael Chan2018-07-091-2/+7
| * bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan2018-07-091-2/+2
| * bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan2018-07-091-1/+4
* | bnxt_en: remove redundant debug register dma mem allocationYueHaibing2018-07-161-13/+0
OpenPOWER on IntegriCloud