summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2023-11-21bnxt_en: Modify TX ring indexing logic.Michael Chan3-20/+21
2023-11-21bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan2-12/+40
2023-11-21bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan2-1/+71
2023-11-21bnxt_en: Add support for new backing store query firmware APIMichael Chan2-7/+81
2023-11-21bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper functionMichael Chan1-74/+59
2023-11-21bnxt_en: Use the pg_info field in bnxt_ctx_mem_type structMichael Chan2-54/+29
2023-11-21bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan2-0/+32
2023-11-21bnxt_en: Restructure context memory data structuresMichael Chan2-182/+242
2023-11-21bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()Michael Chan2-14/+2
2023-11-21bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctxMichael Chan1-2/+2
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-8/+38
2023-11-15bnxt_en: Optimize xmit_more TX pathMichael Chan1-6/+10
2023-11-15bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan2-16/+43
2023-11-15bnxt_en: Add macros related to TC and TX ringsMichael Chan1-2/+11
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan4-25/+82
2023-11-15bnxt_en: Support up to 8 TX rings per MSIXMichael Chan3-39/+55
2023-11-15bnxt_en: Refactor bnxt_hwrm_set_coal()Michael Chan1-17/+26
2023-11-15bnxt_en: New encoding for the TX opaque fieldMichael Chan3-5/+11
2023-11-15bnxt_en: Refactor bnxt_tx_int()Michael Chan1-5/+12
2023-11-15bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan2-24/+44
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-25/+19
2023-11-15bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan3-73/+66
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-26/+40
2023-11-15bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan3-3/+11
2023-11-14tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov1-1/+3
2023-11-14tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov2-7/+35
2023-11-07tg3: Fix the TX ring stallAlex Pakhunov1-11/+42
2023-11-06tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin1-1/+2
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-26bnxt_en: Fix 2 stray ethtool -S countersMichael Chan1-6/+22
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-1/+1
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-2/+0
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer1-120/+153
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer1-24/+24
2023-10-22bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan1-31/+67
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer1-38/+40
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer1-7/+25
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer2-20/+258
2023-10-22bnxt_en: Fix invoking hwmon_notify_eventKalesh AP1-5/+11
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP4-9/+18
2023-10-20bnxt_en: devlink health: use retained error fmsg APIPrzemek Kitszel1-61/+32
2023-10-17eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi2-16/+68
2023-10-09bcm63xx_enet: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-08net: bcmgenet: Remove custom ndo_poll_controller()Florian Fainelli1-20/+0
2023-10-04Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski3-15/+12
2023-10-04bnxt_en: Update VNIC resource calculation for VFsVikas Gupta3-2/+29
2023-10-04bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy3-12/+16
2023-10-04bnxt_en: Event handler for Thermal eventKalesh AP3-0/+82
2023-10-04bnxt_en: Use non-standard attribute to expose shutdown temperatureKalesh AP1-1/+53