summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan2017-07-111-5/+10
* bnxt_en: Fix bug in ethtool -L.Michael Chan2017-07-114-9/+8
* bnxt_en: Fix race conditions in .ndo_get_stats64().Michael Chan2017-07-112-2/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-302-10/+57
|\
| * bnxt_en: Fix netpoll handling.Michael Chan2017-06-231-6/+48
| * bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan2017-06-232-4/+9
* | bpf: bnxt: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+1
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
* | bnxt_en: Fix xmit_more with BQL.Michael Chan2017-05-311-1/+1
* | bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().Michael Chan2017-05-311-3/+2
* | bnxt_en: Implement xmit_more.Michael Chan2017-05-311-1/+5
* | bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan2017-05-314-21/+23
* | bnxt_en: Add additional chip ID definitions.Michael Chan2017-05-312-8/+27
* | bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.Michael Chan2017-05-313-0/+22
* | bnxt_en: Add PCI IDs for BCM57454 VF devices.Deepak Khungar2017-05-311-0/+2
* | bnxt_en: Support for Short Firmware MessageDeepak Khungar2017-05-312-1/+69
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-182-4/+5
|\|
| * bnxt_en: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST.Michael Chan2017-05-171-2/+4
| * bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration.Michael Chan2017-05-171-2/+1
* | bnxt: add dma mapping attributesShannon Nelson2017-05-161-22/+34
|/
* bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter2017-05-081-1/+2
* bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configurationDeepak Khungar2017-04-242-5/+12
* bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent.Michael Chan2017-04-241-1/+2
* bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar2017-04-243-3/+18
* bnxt_en: Fix VF attributes reporting.Michael Chan2017-04-241-3/+5
* bnxt_en: Pass DCB RoCE app priority to firmware.Michael Chan2017-04-242-1/+108
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-6/+24
|\
| * bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan2017-03-291-5/+10
| * bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam2017-03-291-1/+1
| * bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam2017-03-291-0/+13
* | bnxt_en: Cap the msix vector with the max completion rings.Michael Chan2017-04-051-2/+3
* | bnxt_en: Use short TX BDs for the XDP TX ring.Michael Chan2017-04-051-14/+2
* | bnxt_en: Add interrupt test to ethtool -t selftest.Michael Chan2017-04-051-1/+31
* | bnxt_en: Add PHY loopback to ethtool self-test.Michael Chan2017-04-051-2/+60
* | bnxt_en: Add ethtool mac loopback self test.Michael Chan2017-04-055-11/+199
* | bnxt_en: Add basic ethtool -t selftest support.Michael Chan2017-04-054-3/+150
* | bnxt_en: Add suspend/resume callbacks.Michael Chan2017-04-051-0/+57
* | bnxt_en: Add ethtool set_wol method.Michael Chan2017-04-053-0/+60
* | bnxt_en: Add ethtool get_wol method.Michael Chan2017-04-052-0/+17
* | bnxt_en: Add pci shutdown method.Michael Chan2017-04-051-0/+31
* | bnxt_en: Add basic WoL infrastructure.Michael Chan2017-04-052-0/+47
* | bnxt_en: Update firmware interface spec to 1.7.6.2.Michael Chan2017-04-053-37/+297
* | drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+2
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-1/+3
|/
* bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan2017-03-101-2/+3
* bnxt_en: Check if firmware LLDP agent is running.Michael Chan2017-03-103-1/+6
* bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan2017-03-101-1/+7
* bnxt_en: Perform function reset earlier during probe.Michael Chan2017-03-101-4/+4
* bnxt_en: use eth_hw_addr_random()Tobias Klauser2017-02-211-1/+1
* bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla2017-02-211-37/+39