summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2024-01-04bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan1-2/+2
2024-01-03net: bcmgenet: Fix FCS generation for fragmented skbuffsAdrian Cinal1-1/+3
2023-12-15bnxt_en: do not map packet buffers twiceAndy Gospodarek1-9/+2
2023-12-09bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan2-4/+24
2023-12-09bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP5-34/+16
2023-12-09bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy1-1/+2
2023-12-09bnxt_en: Clear resource reservation during resumeSomnath Kotur1-0/+2
2023-12-06net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-02net/tg3: fix race condition in tg3_reset_task()Thinh Tran1-1/+10
2023-11-15tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov1-1/+3
2023-11-15tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov2-7/+35
2023-11-08tg3: Fix the TX ring stallAlex Pakhunov1-11/+42
2023-11-07tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin1-1/+2
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
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-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
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