summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
5 daysbnxt_en: Fix potential data corruption with HW GRO/LROSrijit Bose2-6/+13
5 dayseth: bnxt: move and rename reset helpersJakub Kicinski1-36/+36
5 daysbroadcom: b44: prevent uninitialized value usageAlexey Simakov1-0/+3
2025-12-07bnxt_en: Fix a possible memory leak in bnxt_ptp_initKalesh AP1-2/+2
2025-12-07bnxt_en: PTP: Refactor PTP initialization functionsPavan Chebbi1-14/+31
2025-10-29tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov1-4/+1
2025-10-02bnxt_en: correct offset handling for IPv6 destination addressAlok Tiwari1-1/+1
2025-10-02cnic: Fix use-after-free bugs in cnic_delete_taskDuoming Zhou1-2/+1
2025-07-17bnxt_en: Set DMA unmap len correctly for XDP_REDIRECTSomnath Kotur1-1/+1
2025-07-17bnxt_en: Fix DCB ETS validationShravya KN1-0/+2
2025-05-09bnxt_en: Fix ethtool -d byte order for 32-bit valuesMichael Chan1-6/+32
2025-05-09bnxt_en: Fix out-of-bound memcpy() during ethtool -wShruti Parab1-5/+10
2025-05-09bnxt_en: Fix coredump logic to free allocated bufferShruti Parab1-0/+5
2025-03-13tg3: Disable tg3 PCIe AER on system rebootLenny Szubowicz1-0/+58
2025-03-13bgmac: reduce max frame size to support just MTU 1500Rafał Miłecki1-2/+1
2025-01-23bnxt_en: Fix possible memory leak when hwrm_req_replace failsKalesh AP1-1/+2
2025-01-09eth: bcmsysport: fix call balance of priv->clk handling routinesVitalii Mordan1-3/+18
2025-01-09net: ethernet: bgmac-platform: fix an OF node reference leakJoe Hattori1-1/+4
2024-12-14bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is downSaravanan Vajravel1-2/+6
2024-12-14tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsetsPavan Chebbi1-0/+3
2024-11-01net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai1-0/+1
2024-07-18bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme1-1/+1
2024-07-05bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi1-3/+2
2024-05-25net: bcmgenet: synchronize UMAC_CMD accessDoug Berger4-1/+21
2024-05-25net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL accessDoug Berger1-0/+2
2024-05-17net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()Doug Berger1-1/+3
2024-05-17net: bcmgenet: Reset RBUF on first openPhil Elwell1-4/+12
2024-05-02net: b44: set pause params only when interface is upPeter Münster1-6/+8
2024-03-27net/bnx2x: Prevent access to a freed page in page_poolThinh Tran1-3/+3
2024-02-23net: bcmgenet: Fix EEE implementationFlorian Fainelli3-14/+17
2024-02-23bnxt_en: Wait for FLR to complete during probeMichael Chan1-0/+5
2024-01-26net/tg3: fix race condition in tg3_reset_task()Thinh Tran1-1/+10
2024-01-15bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan1-2/+2
2024-01-15net: bcmgenet: Fix FCS generation for fragmented skbuffsAdrian Cinal1-1/+3
2024-01-05ethernet: constify references to netdev->dev_addr in driversJakub Kicinski12-16/+19
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+1
2023-12-13net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-13tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov1-1/+3
2023-12-13tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov2-7/+35
2023-11-20tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin1-1/+2
2023-10-06bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior1-0/+5
2023-09-19bnx2x: fix page fault following EEH recoveryDavid Christensen1-2/+7
2023-08-30net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-30net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-07-27ethernet: use of_get_ethdev_address()Jakub Kicinski4-4/+4
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski4-5/+5
2023-07-23net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli1-0/+2
2023-07-23net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki1-2/+2
2023-07-23Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider1-0/+1
2023-06-14bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur1-7/+18