summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2019-05-05bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan
2019-05-05bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam
2019-05-05bnxt_en: Improve multicast address setup logic.Michael Chan
2019-04-17bnxt_en: Reset device on RX buffer errors.Michael Chan
2019-04-17bnxt_en: Improve RX consumer index validity check.Michael Chan
2019-03-23bnxt_en: Wait longer for the firmware message response to complete.Michael Chan
2019-03-23bnxt_en: Fix typo in firmware message timeout logic.Michael Chan
2019-03-10bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan
2019-02-12bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.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-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
2018-08-05bnxt_en: Update RSS setup and GRO-HW logic according to the latest spec.Michael Chan
2018-08-05bnxt_en: Add new VF resource allocation strategy mode.Michael Chan
2018-08-05bnxt_en: Add PHY retry logic.Michael Chan
2018-08-05bnxt_en: Add external loopback test to ethtool selftest.Michael Chan
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-16bnxt_en: remove redundant debug register dma mem allocationYueHaibing
2018-07-09bnxt_en: Fix for system hang if request_irq failsVikas Gupta
2018-07-09bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.Michael Chan
2018-07-09bnxt_en: Support clearing of the IFF_BROADCAST flag.Michael Chan
2018-07-09bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan
2018-07-09bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan
2018-06-30bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-25bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas
2018-05-08bnxt_en: Always forward VF MAC address to the PF.Michael Chan
2018-05-08bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan
2018-05-08bnxt_en: Fix firmware message delay loop regression.Michael Chan
2018-04-27bnxt_en: Reserve rings at driver open if none was reserved at probe time.Michael Chan
2018-04-27bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan
2018-04-27bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF.Michael Chan
2018-04-27bnxt_en: add debugfs support for DIMAndy Gospodarek
2018-04-27bnxt_en: reduce timeout on initial HWRM callsAndy Gospodarek
2018-04-27bnxt_en: Increase RING_IDLE minimum threshold to 50Andy Gospodarek
2018-04-27bnxt_en: Simplify ring alloc/free error messages.Michael Chan
2018-04-27bnxt_en: Do not set firmware time from VF driver on older firmware.Michael Chan