summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Modify the NAPI logic for the new P7 chipsMichael Chan2023-11-222-2/+10
* bnxt_en: Modify RX ring indexing logic.Michael Chan2023-11-222-17/+22
* bnxt_en: Modify TX ring indexing logic.Michael Chan2023-11-223-20/+21
* bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan2023-11-222-12/+40
* bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan2023-11-222-1/+71
* bnxt_en: Add support for new backing store query firmware APIMichael Chan2023-11-222-7/+81
* bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper functionMichael Chan2023-11-221-74/+59
* bnxt_en: Use the pg_info field in bnxt_ctx_mem_type structMichael Chan2023-11-222-54/+29
* bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan2023-11-222-0/+32
* bnxt_en: Restructure context memory data structuresMichael Chan2023-11-222-182/+242
* bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()Michael Chan2023-11-222-14/+2
* bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctxMichael Chan2023-11-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-11-162-8/+38
|\
| * tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov2023-11-151-1/+3
| * tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov2023-11-152-7/+35
* | bnxt_en: Optimize xmit_more TX pathMichael Chan2023-11-151-6/+10
* | bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan2023-11-152-16/+43
* | bnxt_en: Add macros related to TC and TX ringsMichael Chan2023-11-151-2/+11
* | bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan2023-11-154-25/+82
* | bnxt_en: Support up to 8 TX rings per MSIXMichael Chan2023-11-153-39/+55
* | bnxt_en: Refactor bnxt_hwrm_set_coal()Michael Chan2023-11-151-17/+26
* | bnxt_en: New encoding for the TX opaque fieldMichael Chan2023-11-153-5/+11
* | bnxt_en: Refactor bnxt_tx_int()Michael Chan2023-11-151-5/+12
* | bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan2023-11-152-24/+44
* | bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan2023-11-153-25/+19
* | bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan2023-11-153-73/+66
* | bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan2023-11-153-26/+40
* | bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan2023-11-153-3/+11
|/
* tg3: Fix the TX ring stallAlex Pakhunov2023-11-071-11/+42
* tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin2023-11-071-1/+2
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-021-1/+1
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
* | bnxt_en: Fix 2 stray ethtool -S countersMichael Chan2023-10-271-6/+22
* | net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-1/+1
* | page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-241-2/+0
* | bnxt_en: extend media types to supported and autoneg modesEdwin Peer2023-10-221-120/+153
* | bnxt_en: convert to linkmode_set_bit() APIEdwin Peer2023-10-221-24/+24
* | bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan2023-10-221-31/+67
* | bnxt_en: refactor speed independent ethtool modesEdwin Peer2023-10-221-38/+40
* | bnxt_en: support lane configuration via ethtoolEdwin Peer2023-10-221-7/+25
* | bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer2023-10-222-20/+258
* | bnxt_en: Fix invoking hwmon_notify_eventKalesh AP2023-10-221-5/+11
* | bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP2023-10-224-9/+18
* | bnxt_en: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-61/+32
* | eth: bnxt: fix backward compatibility with older devicesJakub Kicinski2023-10-185-12/+28
* | tg3: Improve PTP TX timestamping logicPavan Chebbi2023-10-152-16/+68
* | bcm63xx_enet: replace deprecated strncpy with strscpyJustin Stitt2023-10-101-2/+2
* | net: bcmgenet: Remove custom ndo_poll_controller()Florian Fainelli2023-10-081-20/+0
* | Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski2023-10-043-15/+12
* | bnxt_en: Update VNIC resource calculation for VFsVikas Gupta2023-10-043-2/+29