Age | Commit message (Expand) | Author | Files | Lines |
2019-06-04 | bnxt_en: Fix aggregation buffer leak under OOM condition. | Michael Chan | 1 | -0/+2 |
2019-05-05 | bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt(). | Michael Chan | 1 | -4/+5 |
2019-05-05 | bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one() | Vasundhara Volam | 1 | -0/+1 |
2019-05-05 | bnxt_en: Improve multicast address setup logic. | Michael Chan | 1 | -1/+8 |
2019-04-17 | bnxt_en: Reset device on RX buffer errors. | Michael Chan | 1 | -0/+6 |
2019-04-17 | bnxt_en: Improve RX consumer index validity check. | Michael Chan | 1 | -3/+7 |
2019-03-23 | bnxt_en: Wait longer for the firmware message response to complete. | Michael Chan | 1 | -1/+1 |
2019-03-23 | bnxt_en: Fix typo in firmware message timeout logic. | Michael Chan | 1 | -1/+1 |
2019-03-10 | bnxt_en: Drop oversize TX packets to prevent errors. | Michael Chan | 1 | -0/+6 |
2019-02-12 | bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings. | Michael Chan | 1 | -8/+11 |
2018-10-05 | bnxt_en: get the reduced max_irqs by the ones used by RDMA | Vasundhara Volam | 1 | -1/+1 |
2018-10-05 | bnxt_en: free hwrm resources, if driver probe fails. | Venkat Duvvuru | 1 | -4/+6 |
2018-10-05 | bnxt_en: Fix VNIC reservations on the PF. | Michael Chan | 1 | -1/+1 |
2018-09-27 | bnxt_en: Fix TX timeout during netpoll. | Michael Chan | 1 | -3/+10 |
2018-09-24 | bnxt: remove ndo_poll_controller | Eric Dumazet | 1 | -18/+0 |
2018-09-17 | bnxt_en: Fix VF mac address regression. | Michael Chan | 1 | -2/+7 |
2018-09-04 | bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA. | Michael Chan | 1 | -3/+4 |
2018-09-04 | bnxt_en: Clean up unused functions. | Michael Chan | 1 | -1/+1 |
2018-09-04 | bnxt_en: Fix firmware signaled resource change logic in open. | Michael Chan | 1 | -3/+10 |
2018-08-08 | bnx2x: Mark expected switch fall-thoughs | Gustavo A. R. Silva | 1 | -1/+1 |
2018-08-06 | bnxt_en: Do not use the CNP CoS queue for networking traffic. | Michael Chan | 1 | -8/+14 |
2018-08-06 | bnxt_en: Add hwmon sysfs support to read temperature | Vasundhara Volam | 1 | -0/+62 |
2018-08-06 | bnxt_en: Notify firmware about IF state changes. | Michael Chan | 1 | -2/+51 |
2018-08-06 | bnxt_en: Move firmware related flags to a new fw_cap field in struct bnxt. | Michael Chan | 1 | -6/+6 |
2018-08-06 | bnxt_en: Add BNXT_NEW_RM() macro. | Michael Chan | 1 | -14/+13 |
2018-08-06 | bnxt_en: Update RSS setup and GRO-HW logic according to the latest spec. | Michael Chan | 1 | -1/+2 |
2018-08-06 | bnxt_en: Add new VF resource allocation strategy mode. | Michael Chan | 1 | -1/+1 |
2018-08-06 | bnxt_en: Add PHY retry logic. | Michael Chan | 1 | -1/+30 |
2018-08-06 | bnxt_en: Add external loopback test to ethtool selftest. | Michael Chan | 1 | -0/+4 |
2018-07-21 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -7/+17 |
2018-07-16 | bnxt_en: remove redundant debug register dma mem allocation | YueHaibing | 1 | -13/+0 |
2018-07-10 | bnxt_en: Fix for system hang if request_irq fails | Vikas Gupta | 1 | -1/+3 |
2018-07-10 | bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs. | Michael Chan | 1 | -1/+1 |
2018-07-10 | bnxt_en: Support clearing of the IFF_BROADCAST flag. | Michael Chan | 1 | -2/+7 |
2018-07-10 | bnxt_en: Always set output parameters in bnxt_get_max_rings(). | Michael Chan | 1 | -2/+2 |
2018-07-10 | bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic. | Michael Chan | 1 | -1/+4 |
2018-06-30 | bnx2x: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+1 |
2018-06-26 | net: sched: pass extack pointer to block binds and cb registration | John Hurley | 1 | -1/+1 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -18/+1 |
2018-05-26 | bnxt_en: Report PCIe link properties with pcie_print_link_status() | Bjorn Helgaas | 1 | -18/+1 |
2018-05-08 | bnxt_en: Always forward VF MAC address to the PF. | Michael Chan | 1 | -1/+1 |
2018-05-08 | bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only. | Michael Chan | 1 | -0/+3 |
2018-05-08 | bnxt_en: Fix firmware message delay loop regression. | Michael Chan | 1 | -4/+8 |
2018-04-27 | bnxt_en: Reserve rings at driver open if none was reserved at probe time. | Michael Chan | 1 | -0/+31 |
2018-04-27 | bnxt_en: Reserve RSS and L2 contexts for VF. | Michael Chan | 1 | -0/+4 |
2018-04-27 | bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF. | Michael Chan | 1 | -1/+26 |
2018-04-27 | bnxt_en: add debugfs support for DIM | Andy Gospodarek | 1 | -0/+6 |
2018-04-27 | bnxt_en: reduce timeout on initial HWRM calls | Andy Gospodarek | 1 | -3/+23 |
2018-04-27 | bnxt_en: Increase RING_IDLE minimum threshold to 50 | Andy Gospodarek | 1 | -1/+1 |
2018-04-27 | bnxt_en: Simplify ring alloc/free error messages. | Michael Chan | 1 | -37/+6 |