summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-18/+1
|\
| * bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-18/+1
* | bnxt_en: Always forward VF MAC address to the PF.Michael Chan2018-05-082-2/+3
* | bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported.Vasundhara Volam2018-05-082-14/+9
* | bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan2018-05-081-0/+3
* | bnxt_en: Fix firmware message delay loop regression.Michael Chan2018-05-082-4/+15
* | bnxt_en: Reserve rings at driver open if none was reserved at probe time.Michael Chan2018-04-271-0/+31
* | bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan2018-04-273-5/+14
* | bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF.Michael Chan2018-04-271-1/+26
* | bnxt_en: Reserve rings in bnxt_set_channels() if device is down.Michael Chan2018-04-271-0/+2
* | bnxt_en: add debugfs support for DIMAndy Gospodarek2018-04-275-0/+156
* | bnxt_en: reduce timeout on initial HWRM callsAndy Gospodarek2018-04-272-3/+29
* | bnxt_en: Increase RING_IDLE minimum threshold to 50Andy Gospodarek2018-04-271-1/+1
* | bnxt_en: Do not allow VF to read EEPROM.Michael Chan2018-04-271-0/+5
* | bnxt_en: Display function level rx/tx_discard_pkts via ethtoolVasundhara Volam2018-04-271-0/+33
* | bnxt_en: Simplify ring alloc/free error messages.Michael Chan2018-04-271-37/+6
* | bnxt_en: Do not set firmware time from VF driver on older firmware.Michael Chan2018-04-271-1/+2
* | bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan2018-04-272-0/+21
* | bnxt_en: Remap TC to hardware queues when configuring PFC.Michael Chan2018-04-271-41/+60
* | bnxt_en: Add TC to hardware QoS queue mapping logic.Michael Chan2018-04-273-24/+47
* | net/dim: Rename *_get_profile() functions to *_get_rx_moderation()Tal Gilboa2018-04-241-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-212-24/+27
|\ \
| * | bnxt_en: Fix memory fault in bnxt_ethtool_init()Vasundhara Volam2018-04-192-24/+27
| |/
* | bpf: make bnxt compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
|/
* bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().Michael Chan2018-04-111-1/+1
* bnxt_en: Need to include RDMA rings in bnxt_check_rings().Michael Chan2018-04-111-0/+2
* bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna2018-04-111-0/+30
* bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna2018-04-111-1/+3
* bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek2018-04-111-0/+59
* bnxt_en: Fix ethtool -x crash when device is down.Michael Chan2018-04-111-3/+8
* bnxt_en: Add ULP calls to stop and restart IRQs.Michael Chan2018-03-313-17/+90
* bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.Michael Chan2018-03-313-16/+65
* bnxt_en: Refactor bnxt_need_reserve_rings().Michael Chan2018-03-311-32/+25
* bnxt_en: Add IRQ remapping logic.Michael Chan2018-03-311-17/+42
* bnxt_en: Change IRQ assignment for RDMA driver.Michael Chan2018-03-313-3/+61
* bnxt_en: Improve ring allocation logic.Michael Chan2018-03-312-15/+21
* bnxt_en: Improve valid bit checking in firmware response message.Michael Chan2018-03-312-5/+18
* bnxt_en: Improve resource accounting for SRIOV.Michael Chan2018-03-311-10/+8
* bnxt_en: Check max_tx_scheduler_inputs value from firmware.Michael Chan2018-03-313-2/+19
* bnxt_en: Add extended port statistics supportVasundhara Volam2018-03-313-2/+81
* bnxt_en: Include additional hardware port statistics in ethtool -S.Vasundhara Volam2018-03-311-0/+5
* bnxt_en: Add support for ndo_set_vf_trustVasundhara Volam2018-03-314-9/+37
* bnxt_en: fix clear flags in ethtool reset handlingScott Branden2018-03-311-2/+6
* bnxt_en: Use a dedicated VNIC mode for RDMA.Michael Chan2018-03-312-4/+15
* bnxt_en: Adjust default rings for multi-port NICs.Michael Chan2018-03-311-3/+9
* bnxt_en: Update firmware interface to 1.9.1.15.Michael Chan2018-03-314-103/+210
* bnxt_en: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-262-1/+10
* bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan2018-03-121-0/+3
* bnxt_en: close & open NIC, only when the interface is in running state.Venkat Duvvuru2018-03-121-5/+12
OpenPOWER on IntegriCloud