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