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