summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-27bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan
2019-02-22bnxt_en: Fix typo in firmware message timeout logic.Michael Chan
2019-02-19bnxt_en: Return relevant error code when offload failsSriharsha Basavapatna
2019-02-19bnxt_en: Add support for mdio read/write to external PHYVasundhara Volam
2019-02-19bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan
2019-02-19bnxt_en: Add support for BCM957504Erik Burrows
2019-02-19bnxt_en: Update firmware interface spec. to 1.10.0.47.Michael Chan
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam
2019-02-08devlink: publish params only after driver init is doneJiri Pirko
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-07RDMA/bnxt_en: Enable RDMA driver support for 57500 chipDevesh Sharma
2019-02-06bnxt: Implement ndo_get_port_parent_id()Florian Fainelli
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2019-01-31bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan
2019-01-29bnxt_en: Add bnxt_en initial port params table and register itVasundhara Volam
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-12bnxt_en: Fix context memory allocation.Michael Chan
2019-01-12bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20bnxt_en: Adjust default RX coalescing ticks to 10 us.Michael Chan
2018-12-20bnxt_en: Support for 64-bit flow handle.Venkat Duvvuru
2018-12-20bnxt_en: Increase context memory allocations on 57500 chips for RDMA.Michael Chan
2018-12-20bnxt_en: Add Level 2 context memory paging support.Michael Chan
2018-12-20bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().Michael Chan
2018-12-20bnxt_en: Add support for 2nd firmware message channel.Venkat Duvvuru
2018-12-20bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.Venkat Duvvuru
2018-12-20bnxt_en: Avoid arithmetic on void * pointer.Venkat Duvvuru
2018-12-20bnxt_en: Use macros for firmware message doorbell offsets.Venkat Duvvuru
2018-12-20bnxt_en: Set hwrm_intr_seq_id value to its inverted value.Venkat Duvvuru
2018-12-20bnxt_en: Update firmware interface spec. to 1.10.0.33.Michael Chan
2018-12-19bnxt_en: Fix ethtool self-test loopback.Michael Chan
2018-12-17bnxt_en: query force speeds before disabling autoneg mode.Vasundhara Volam
2018-12-17bnxt_en: Do not free port statistics buffer when device is down.Michael Chan
2018-12-17bnxt_en: Save ring statistics before reset.Michael Chan
2018-12-17bnxt_en: Return linux standard errors in bnxt_ethtool.cVasundhara Volam
2018-12-17bnxt_en: Don't set ETS on unused TCs.Michael Chan
2018-12-17bnxt_en: Add ethtool -S priority counters.Michael Chan
2018-12-17bnxt_en: Add SR-IOV support for 57500 chips.Michael Chan
2018-12-17bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan
2018-12-17bnxt_en: Reserve 1 stat_ctx for RDMA driver.Vasundhara Volam
2018-12-17bnxt_en: Do not modify max_stat_ctxs after RDMA driver requests/frees stat_ctxsVasundhara Volam
2018-12-17bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam
2018-12-17bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.Michael Chan