summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2025-03-12eth: bnxt: request unconditional ops lockStanislav Fomichev
2025-03-12eth: bnxt: switch to netif_closeStanislav Fomichev
2025-03-10eth: bnxt: fix memory leak in queue resetTaehee Yoo
2025-03-10eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}Taehee Yoo
2025-03-10eth: bnxt: do not update checksum in bnxt_xdp_build_skb()Taehee Yoo
2025-03-10eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logicTaehee Yoo
2025-03-10eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()Taehee Yoo
2025-03-10eth: bnxt: fix truesize for mb-xdp-pass caseTaehee Yoo
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-07net: bcmgenet: revise suspend/resumeDoug Berger
2025-03-07net: bcmgenet: allow return of power up statusDoug Berger
2025-03-07net: bcmgenet: move bcmgenet_power_up into resume_noirqDoug Berger
2025-03-07net: bcmgenet: support reclaiming unsent Tx packetsDoug Berger
2025-03-07net: bcmgenet: introduce bcmgenet_[r|t]dma_disableDoug Berger
2025-03-07net: bcmgenet: consolidate dma initializationDoug Berger
2025-03-07net: bcmgenet: remove dma_ctrl argumentDoug Berger
2025-03-07net: bcmgenet: add support for RX_CLS_FLOW_DISCDoug Berger
2025-03-07net: bcmgenet: move DESC_INDEX flow to ring 0Doug Berger
2025-03-07net: bcmgenet: extend bcmgenet_hfb_* APIDoug Berger
2025-03-07net: bcmgenet: BCM7712 is GENETv5 compatibleDoug Berger
2025-03-07net: bcmgenet: move feature flags to bcmgenet_privDoug Berger
2025-03-07net: bcmgenet: add bcmgenet_has_* helpersDoug Berger
2025-03-07net: bcmgenet: bcmgenet_hw_params clean upDoug Berger
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-02-14bnxt_en: Add TPH support in BNXT driverManoj Panicker
2025-02-14bnxt_en: Extend queue stop/start for TX ringsSomnath Kotur
2025-02-14bnxt_en: Refactor TX ring free logicMichael Chan
2025-02-14bnxt_en: Reallocate RX completion ring for TPH supportSomnath Kotur
2025-02-14bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG ringsMichael Chan
2025-02-14bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUSMichael Chan
2025-02-14bnxt_en: Refactor bnxt_free_tx_rings() to free per TX ringSomnath Kotur
2025-02-14bnxt_en: Refactor completion ring free routineSomnath Kotur
2025-02-14bnxt_en: Refactor TX ring allocation logicMichael Chan
2025-02-14bnxt_en: Refactor completion ring allocation logic for P5_PLUS chipsMichael Chan
2025-02-14bnxt_en: Set NPAR 1.2 support when registering with firmwareMichael Chan
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers
2025-02-03tg3: Disable tg3 PCIe AER on system rebootLenny Szubowicz
2025-02-01net: bcmgenet: Correct overlaying of PHY and MAC Wake-on-LANFlorian Fainelli
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-29bgmac: reduce max frame size to support just MTU 1500Rafał Miłecki
2025-01-27eth: tg3: fix calling napi_enable() in atomic contextJakub Kicinski
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-01-20eth: bnxt: update header sizing defaultsJakub Kicinski
2025-01-20eth: bnxt: allocate enough buffer space to meet HDS thresholdJakub Kicinski
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski
2025-01-20eth: bnxt: apply hds_thrs settings correctlyJakub Kicinski
2025-01-20net: move HDS config from ethtool stateJakub Kicinski
2025-01-18eth: bnxt: fix string truncation warning in FW versionJakub Kicinski
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski