summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2023-10-27bnxt_en: Fix 2 stray ethtool -S countersMichael Chan1-6/+22
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-1/+1
2023-10-24page_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-18eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi2-16/+68
2023-10-10bcm63xx_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
2023-10-04bnxt_en: Expose threshold temperatures through hwmonKalesh AP2-7/+57
2023-10-04bnxt_en: Modify the driver to use hwmon_device_register_with_infoKalesh AP1-16/+55
2023-10-04bnxt_en: Move hwmon functions into a dedicated fileKalesh AP4-75/+109
2023-10-04bnxt_en: Enhance hwmon temperature reportingKalesh AP1-7/+8
2023-10-04bnxt_en: Update firmware interface to 1.10.2.171Michael Chan1-178/+367
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+5
2023-09-21bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior1-0/+5
2023-09-20net: ethernet: broadcom: Convert to platform remove callback returning voidUwe Kleine-König7-31/+17
2023-09-11net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()Hangyu Hua3-5/+10
2023-09-10net: bcmasp: add missing of_node_putJulia Lawall1-0/+1
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-1/+56
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+1
2023-08-28ethernet: tg3: remove unreachable codeMikhail Kobuk1-4/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-31/+50
2023-08-23bnxt: use the NAPI skb allocation cacheJakub Kicinski1-3/+3
2023-08-23bnx2x: new flag for track HW resource allocationThinh Tran4-28/+44
2023-08-22tg3: Use slab_build_skb() when neededKees Cook1-1/+4
2023-08-20net: bcmgenet: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Return PTR_ERR() for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-19bnxt_en: Add tx_resets ring counterMichael Chan3-0/+10
2023-08-19bnxt_en: Display the ring error counters under ethtool -SMichael Chan1-25/+23
2023-08-19bnxt_en: Save ring error counters across resetMichael Chan2-1/+46
2023-08-19bnxt_en: Increment rx_resets counter in bnxt_disable_napi()Michael Chan1-5/+7
2023-08-19bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur1-22/+10
2023-08-19bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur2-60/+14
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+3
2023-08-16broadcom: b44: Use b44_writephy() return valueArtem Chernyshev1-5/+3