aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-51/+53
13 daysbnge: remove unsupported backing store typeVikas Gupta1-16/+0
13 daysbnge: fix initial HWRM sequenceVikas Gupta1-8/+22
2026-04-21bnxt: use snapshot in bnxt_cfg_rx_modeStanislav Fomichev1-14/+15
2026-04-21bnxt: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-14/+17
2026-04-16Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-295/+266
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+15
2026-04-13bnge: return after auxiliary_device_uninit() in error pathGreg Kroah-Hartman1-0/+1
2026-04-12bng_en: add support for ethtool -S stats displayBhargava Marreddy1-0/+481
2026-04-12bng_en: implement netdev_stat_opsBhargava Marreddy2-0/+234
2026-04-12bng_en: implement ndo_get_stats64Bhargava Marreddy1-0/+41
2026-04-12bng_en: periodically fetch and accumulate hardware statisticsBhargava Marreddy2-0/+99
2026-04-12bng_en: add HW stats infra and structured ethtool opsBhargava Marreddy5-12/+544
2026-04-12bng_en: add support for link async eventsBhargava Marreddy5-5/+91
2026-04-12bng_en: implement ethtool pauseparam operationsBhargava Marreddy1-0/+63
2026-04-12bng_en: add ethtool link settings, get_link, and nway_resetBhargava Marreddy5-0/+745
2026-04-12bng_en: query PHY capabilities and report link statusBhargava Marreddy8-3/+865
2026-04-12bng_en: add per-PF workqueue, timer, and slow-path taskBhargava Marreddy2-2/+69
2026-04-12net: bnxt: Dispatch to SW USOJoe Damato1-0/+5
2026-04-12net: bnxt: Add SW GSO completion and teardown supportJoe Damato3-11/+92
2026-04-12net: bnxt: Implement software USOJoe Damato3-0/+219
2026-04-12net: bnxt: Add boilerplate GSO codeJoe Damato4-1/+66
2026-04-12net: bnxt: Add TX inline buffer infrastructureJoe Damato2-0/+41
2026-04-12net: bnxt: Use dma_unmap_len for TX completion unmappingJoe Damato1-22/+41
2026-04-12net: bnxt: Add a helper for tx_bd_extJoe Damato2-7/+20
2026-04-12net: bnxt: Export bnxt_xmit_get_cfa_actionJoe Damato2-1/+2
2026-04-09net: bcmgenet: fix racing timeout handlerJustin Chen1-13/+9
2026-04-09net: bcmgenet: fix leaking free_bdsJustin Chen1-0/+2
2026-04-09net: bcmgenet: fix off-by-one in bcmgenet_put_txcbJustin Chen1-3/+3
2026-04-08net: bcmasp: Switch to page pool for RX pathFlorian Fainelli4-23/+115
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-32/+57
2026-04-01bnxt_en: Restore default stat ctxs for ULP when resource is availablePavan Chebbi1-0/+2
2026-04-01bnxt_en: Don't assume XDP is never enabled in bnxt_init_dflt_ring_mode()Michael Chan1-4/+9
2026-04-01bnxt_en: Refactor some basic ring setup and adjustment logicMichael Chan4-23/+41
2026-03-30bnxt_en: set backing store type from query typePengpeng Hou1-4/+4
2026-03-29bnxt_en: Implement XDP RSS hash metadata extraction for V3_CMPChris J Arges1-0/+10
2026-03-29bnxt_en: Move bnxt_rss_ext_op into headerChris J Arges2-17/+17
2026-03-29bnxt_en: Implement XDP RSS hash metadata extractionChris J Arges4-0/+57
2026-03-29bnxt_en: use bnxt_xdp_buff for xdp contextChris J Arges2-10/+26
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera1-1/+1
2026-03-27fwctl/bnxt_en: Create an aux device for fwctlPavan Chebbi1-2/+10
2026-03-27fwctl/bnxt_en: Refactor aux bus functions to be more genericPavan Chebbi5-162/+253
2026-03-27fwctl/bnxt_en: Move common definitions to include/linux/bnxt/Pavan Chebbi6-133/+5
2026-03-27tg3: Fix race for querying speed/duplexThomas Bogendoerfer1-1/+1
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-19/+24
2026-03-23bnxt_en: Resize RSS contexts on channel count changeBjörn Töpel1-7/+28
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel1-2/+1
2026-03-23net: b44: always select CONFIG_FIXED_PHYArnd Bergmann1-1/+1
2026-03-20net: bcmasp: fix double disable of clkJustin Chen1-10/+23
2026-03-20net: bcmasp: fix double free of WoL irqJustin Chen1-8/+0