summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-8/+40
2025-01-20eth: bnxt: update header sizing defaultsJakub Kicinski1-1/+6
2025-01-20eth: bnxt: allocate enough buffer space to meet HDS thresholdJakub Kicinski1-3/+4
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski1-1/+0
2025-01-20eth: bnxt: apply hds_thrs settings correctlyJakub Kicinski1-1/+1
2025-01-20net: move HDS config from ethtool stateJakub Kicinski2-4/+5
2025-01-19eth: bnxt: fix string truncation warning in FW versionJakub Kicinski1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-13/+21
2025-01-16bnxt_en: add support for hds-thresh ethtool commandTaehee Yoo3-2/+10
2025-01-16bnxt_en: add support for tcp-data-split ethtool commandTaehee Yoo4-3/+28
2025-01-16bnxt_en: add support for rx-copybreak ethtool commandTaehee Yoo3-14/+63
2025-01-14RDMA/bnxt_re: Pass the context for ulp_irq_stopKalesh AP2-2/+5
2025-01-14RDMA/bnxt_re: Add Async event handling supportKalesh AP2-6/+4
2025-01-14bnxt_en: Add ULP call to notify async eventsMichael Chan3-0/+31
2025-01-11eth: bnxt: always recalculate features after XDP clearing, fix null-derefJakub Kicinski3-13/+21
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+35
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-20bnxt_en: Skip reading PXP registers during ethtool -d if unsupportedMichael Chan1-1/+2
2024-12-20bnxt_en: Skip MAC loopback selftest if it is unsupported by FWMichael Chan3-4/+36
2024-12-20bnxt_en: Skip PHY loopback ethtool selftest if unsupported by FWMichael Chan1-6/+12
2024-12-20bnxt_en: Do not allow ethtool -m on an untrusted VFMichael Chan3-1/+22
2024-12-20bnxt_en: Use FW defined resource limits for RoCEHongguang Gao4-12/+36
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 Torvalds4-11/+42
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-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