summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2019-03-10bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan
2019-02-12bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan
2019-02-12bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan
2018-12-09bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan
2018-12-09bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan
2018-12-09bnxt_en: Keep track of reserved IRQs.Michael Chan
2018-12-09bnxt_en: Fix CNP CoS queue regression.Michael Chan
2018-11-15bnxt_en: Add software "missed_irqs" counter.Michael Chan
2018-11-15bnxt_en: Workaround occasional TX timeout on 57500 A0.Michael Chan
2018-11-15bnxt_en: Fix rx_l4_csum_errors counter on 57500 devices.Michael Chan
2018-11-15bnxt_en: Fix RSS context allocation.Michael Chan
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-15bnxt_en: Add PCI ID for BCM57508 device.Michael Chan
2018-10-15bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan
2018-10-15bnxt_en: Refactor bnxt_poll_work().Michael Chan
2018-10-15bnxt_en: Add coalescing setup for 57500 chips.Michael Chan
2018-10-15bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan
2018-10-15bnxt_en: Add RSS support for 57500 chips.Michael Chan
2018-10-15bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan
2018-10-15bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan
2018-10-15bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan
2018-10-15bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Re-structure doorbells.Michael Chan
2018-10-15bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan
2018-10-15bnxt_en: Configure context memory on new devices.Michael Chan
2018-10-15bnxt_en: Check context memory requirements from firmware.Michael Chan
2018-10-15bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan
2018-10-15bnxt_en: Refactor bnxt_ring_struct.Michael Chan
2018-10-15bnxt_en: Update interrupt coalescing logic.Michael Chan
2018-10-15bnxt_en: Add maximum extended request length fw message support.Michael Chan
2018-10-15bnxt_en: Add additional extended port statistics.Michael Chan
2018-10-04bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam
2018-10-04bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru
2018-10-04bnxt_en: Fix VNIC reservations on the PF.Michael Chan
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-26bnxt_en: Fix TX timeout during netpoll.Michael Chan
2018-09-23bnxt: remove ndo_poll_controllerEric Dumazet
2018-09-17bnxt_en: Fix VF mac address regression.Michael Chan
2018-09-03bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan
2018-09-03bnxt_en: Clean up unused functions.Michael Chan
2018-09-03bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan
2018-08-07bnx2x: Mark expected switch fall-thoughsGustavo A. R. Silva
2018-08-05bnxt_en: Do not use the CNP CoS queue for networking traffic.Michael Chan
2018-08-05bnxt_en: Add hwmon sysfs support to read temperatureVasundhara Volam
2018-08-05bnxt_en: Notify firmware about IF state changes.Michael Chan
2018-08-05bnxt_en: Move firmware related flags to a new fw_cap field in struct bnxt.Michael Chan
2018-08-05bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan