summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2017-08-23bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan
2017-08-23bnxt_en: Fix .ndo_setup_tc() to include XDP rings.Michael Chan
2017-07-11bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan
2017-07-11bnxt_en: Fix bug in ethtool -L.Michael Chan
2017-07-11bnxt_en: Fix race conditions in .ndo_get_stats64().Michael Chan
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-23bnxt_en: Fix netpoll handling.Michael Chan
2017-06-23bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-05-30bnxt_en: Fix xmit_more with BQL.Michael Chan
2017-05-30bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().Michael Chan
2017-05-30bnxt_en: Implement xmit_more.Michael Chan
2017-05-30bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan
2017-05-30bnxt_en: Add additional chip ID definitions.Michael Chan
2017-05-30bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.Michael Chan
2017-05-30bnxt_en: Add PCI IDs for BCM57454 VF devices.Deepak Khungar
2017-05-30bnxt_en: Support for Short Firmware MessageDeepak Khungar
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-17bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration.Michael Chan
2017-05-16bnxt: add dma mapping attributesShannon Nelson
2017-05-08bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter
2017-04-24bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configurationDeepak Khungar
2017-04-24bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent.Michael Chan
2017-04-24bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05bnxt_en: Cap the msix vector with the max completion rings.Michael Chan
2017-04-05bnxt_en: Add ethtool mac loopback self test.Michael Chan
2017-04-05bnxt_en: Add basic ethtool -t selftest support.Michael Chan
2017-04-05bnxt_en: Add suspend/resume callbacks.Michael Chan
2017-04-05bnxt_en: Add ethtool set_wol method.Michael Chan
2017-04-05bnxt_en: Add pci shutdown method.Michael Chan
2017-04-05bnxt_en: Add basic WoL infrastructure.Michael Chan
2017-03-29bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan
2017-03-29bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam
2017-03-29bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-09bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan
2017-03-09bnxt_en: Check if firmware LLDP agent is running.Michael Chan
2017-03-09bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan
2017-03-09bnxt_en: Perform function reset earlier during probe.Michael Chan
2017-02-21bnxt_en: use eth_hw_addr_random()Tobias Klauser
2017-02-20bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla
2017-02-20bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan
2017-02-20bnxt_en: Reject driver probe against all bridge devicesRay Jui
2017-02-12bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar
2017-02-12bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan
2017-02-12bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan
2017-02-12bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan
2017-02-12bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan
2017-02-12bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan