summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Reduce default rings on multi-port cards.Michael Chan2017-08-281-4/+9
* bnxt_en: Improve -ENOMEM logic in NAPI poll loop.Michael Chan2017-08-281-0/+7
* bnxt: initialize board_info values with proper enumsScott Branden2017-08-281-32/+32
* bnxt: Add PCIe device IDs for bcm58802/bcm58808Ray Jui2017-08-281-1/+7
* bnxt_en: assign CPU affinity hints to bnxt_en IRQsVasundhara Volam2017-08-281-1/+24
* bnxt_en: Improve tx ring reservation logic.Michael Chan2017-08-281-8/+38
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+5
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla2017-07-251-5/+1
* bnxt: fix unused variable warningsstephen hemminger2017-07-251-4/+0
* bnxt_en: Use SWITCHDEV_SET_OPS().David S. Miller2017-07-241-1/+1
* bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla2017-07-241-0/+57
* bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla2017-07-241-11/+57
* bnxt_en: add support to enable VF-representorsSathya Perla2017-07-241-1/+8
* bnxt_en: Report firmware DCBX agent.Michael Chan2017-07-241-9/+10
* bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan2017-07-241-1/+2
* bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan2017-07-241-0/+67
* bnxt_en: Retrieve the hardware bridge mode from the firmware.Michael Chan2017-07-241-0/+8
* bnxt_en: Update firmware interface spec to 1.8.0.Michael Chan2017-07-241-3/+5
* bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan2017-07-111-5/+10
* bnxt_en: Fix bug in ethtool -L.Michael Chan2017-07-111-6/+3
* bnxt_en: Fix race conditions in .ndo_get_stats64().Michael Chan2017-07-111-2/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-9/+52
|\
| * 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-231-3/+4
* | 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-301-1/+1
* | bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().Michael Chan2017-05-301-3/+2
* | bnxt_en: Implement xmit_more.Michael Chan2017-05-301-1/+5
* | bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan2017-05-301-18/+12
* | bnxt_en: Add additional chip ID definitions.Michael Chan2017-05-301-4/+2
* | bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.Michael Chan2017-05-301-0/+1
* | bnxt_en: Add PCI IDs for BCM57454 VF devices.Deepak Khungar2017-05-301-0/+2
* | bnxt_en: Support for Short Firmware MessageDeepak Khungar2017-05-301-1/+65
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-2/+1
|\ \ | |/
| * 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-241-4/+9
* 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-241-2/+3
* 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: Add ethtool mac loopback self test.Michael Chan2017-04-051-0/+37
* | bnxt_en: Add basic ethtool -t selftest support.Michael Chan2017-04-051-0/+2
OpenPOWER on IntegriCloud