summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
2017-08-19bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"Colin Ian King
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-25bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla
2017-07-25bnxt_en: use SWITCHDEV_SET_OPS() for setting vf_rep_switchdev_opsSathya Perla
2017-07-25bnxt_en: include bnxt_vfr.c code under CONFIG_BNXT_SRIOV switchSathya Perla
2017-07-25bnxt: fix unused variable warningsstephen hemminger
2017-07-25bnxt: fix unsigned comparsion with 0stephen hemminger
2017-07-24bnxt_en: Use SWITCHDEV_SET_OPS().David S. Miller
2017-07-24bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla
2017-07-24bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla
2017-07-24bnxt_en: add support to enable VF-representorsSathya Perla
2017-07-24bnxt_en: Set ETS min_bw parameter for older firmware.Michael Chan
2017-07-24bnxt_en: Report firmware DCBX agent.Michael Chan
2017-07-24bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan
2017-07-24bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.Michael Chan
2017-07-24bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan
2017-07-24bnxt_en: Retrieve the hardware bridge mode from the firmware.Michael Chan
2017-07-24bnxt_en: Update firmware interface spec to 1.8.0.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-16bpf: bnxt: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
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: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST.Michael Chan
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-24bnxt_en: Fix VF attributes reporting.Michael Chan
2017-04-24bnxt_en: Pass DCB RoCE app priority to firmware.Michael Chan
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: Use short TX BDs for the XDP TX ring.Michael Chan