summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2025-02-17tg3: Disable tg3 PCIe AER on system rebootLenny Szubowicz1-0/+58
2025-02-17net: bcmgenet: Correct overlaying of PHY and MAC Wake-on-LANFlorian Fainelli1-4/+12
2025-02-08bgmac: reduce max frame size to support just MTU 1500Rafał Miłecki1-2/+1
2025-01-11eth: bnxt: always recalculate features after XDP clearing, fix null-derefJakub Kicinski3-13/+21
2025-01-07bnxt_en: Fix DIM shutdownMichael Chan1-5/+33
2025-01-07bnxt_en: Fix possible memory leak when hwrm_req_replace failsKalesh AP1-1/+2
2024-12-31eth: bcmsysport: fix call balance of priv->clk handling routinesVitalii Mordan1-3/+18
2024-12-17net: ethernet: bgmac-platform: fix an OF node reference leakJoe Hattori1-1/+4
2024-12-11bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chipsMichael Chan1-3/+3
2024-12-07bnxt_en: Fix potential crash when dumping FW log coredumpHongguang Gao1-2/+2
2024-12-07bnxt_en: Fix GSO type for HW GRO packets on 5750X chipsMichael Chan2-8/+9
2024-12-05bnxt_en: handle tpa_info in queue API implementationDavid Wei1-4/+23
2024-12-05bnxt_en: refactor bnxt_alloc_rx_rings() to call bnxt_alloc_rx_agg_bmap()David Wei1-20/+16
2024-12-05bnxt_en: refactor tpa_info alloc/free into helpersDavid Wei1-52/+90
2024-12-01bnxt_en: ethtool: Supply ntuple rss context actionDaniel Xu1-2/+6
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-11/+45
2024-11-26bnxt_en: Unregister PTP during PCI shutdown and suspendMichael Chan1-0/+6
2024-11-26bnxt_en: Refactor bnxt_ptp_init()Michael Chan3-6/+7
2024-11-26bnxt_en: Fix receive ring space parameters when XDP is activeShravya KN1-1/+9
2024-11-26bnxt_en: Fix queue start to update vnic RSS tableSomnath Kotur1-0/+7
2024-11-26bnxt_en: Set backplane link modes correctly for ethtoolShravya KN1-2/+7
2024-11-26bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is downSaravanan Vajravel1-2/+6
2024-11-25tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsetsPavan Chebbi1-0/+3
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-0/+68
2024-11-19bnxt_en: Add FW trace coredump segments to the coredumpShruti Parab2-6/+90
2024-11-19bnxt_en: Add a new ethtool -W dump flagMichael Chan4-7/+90
2024-11-19bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr()Shruti Parab2-10/+17
2024-11-19bnxt_en: Add functions to copy host context memorySreekanth Reddy2-0/+107
2024-11-19bnxt_en: Do not free FW log context memoryHongguang Gao2-9/+36
2024-11-19bnxt_en: Manage the FW trace context memoryShruti Parab2-0/+89
2024-11-19bnxt_en: Allocate backing store memory for FW trace logsShruti Parab2-13/+57
2024-11-19bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem()Hongguang Gao3-19/+29
2024-11-19bnxt_en: Refactor bnxt_free_ctx_mem()Hongguang Gao1-13/+18
2024-11-19bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_typeShruti Parab2-0/+6
2024-11-19bnxt_en: Update firmware interface spec to 1.10.3.85Michael Chan1-37/+136
2024-11-19Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook1-3/+3
2024-11-16bnxt_en: optimize gettimex64Vadim Fedorenko2-6/+37
2024-11-13eth: bnxt: use page pool for head fragsJakub Kicinski2-48/+51
2024-11-12RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy2-0/+3
2024-11-12bnxt_en: Add support for RoCE sriov configurationVikas Gupta3-0/+65
2024-11-12bnxt_en: add unlocked version of bnxt_refclk_readVadim Fedorenko1-11/+24
2024-11-12bnxt_en: use irq_update_affinity_hint()Mohammad Heib1-3/+3
2024-11-07net: broadcom: use ethtool string helpersRosen Penev5-29/+18
2024-11-07net: bnx2x: use ethtool string helpersRosen Penev1-37/+31
2024-11-07bnxt_en: ethtool: Support unset l4proto on ip4/ip6 ntuple rulesDaniel Xu2-8/+24
2024-11-07bnxt_en: ethtool: Remove ip4/ip6 ntuple support for IPPROTO_RAWDaniel Xu1-15/+6
2024-11-06bnxt_en: replace PTP spinlock with seqlockVadim Fedorenko3-61/+49
2024-11-06bnxt_en: cache only 24 bits of hw counterVadim Fedorenko2-19/+7
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos3-4/+4
2024-11-03net: bnxt: use ethtool string helpersRosen Penev1-61/+54