summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorLines
2026-04-16Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-295/+266
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+15
2026-04-13bnge: return after auxiliary_device_uninit() in error pathGreg Kroah-Hartman-0/+1
2026-04-12bng_en: add support for ethtool -S stats displayBhargava Marreddy-0/+481
2026-04-12bng_en: implement netdev_stat_opsBhargava Marreddy-0/+234
2026-04-12bng_en: implement ndo_get_stats64Bhargava Marreddy-0/+41
2026-04-12bng_en: periodically fetch and accumulate hardware statisticsBhargava Marreddy-0/+99
2026-04-12bng_en: add HW stats infra and structured ethtool opsBhargava Marreddy-12/+544
2026-04-12bng_en: add support for link async eventsBhargava Marreddy-5/+91
2026-04-12bng_en: implement ethtool pauseparam operationsBhargava Marreddy-0/+63
2026-04-12bng_en: add ethtool link settings, get_link, and nway_resetBhargava Marreddy-0/+745
2026-04-12bng_en: query PHY capabilities and report link statusBhargava Marreddy-3/+865
2026-04-12bng_en: add per-PF workqueue, timer, and slow-path taskBhargava Marreddy-2/+69
2026-04-12net: bnxt: Dispatch to SW USOJoe Damato-0/+5
2026-04-12net: bnxt: Add SW GSO completion and teardown supportJoe Damato-11/+92
2026-04-12net: bnxt: Implement software USOJoe Damato-0/+219
2026-04-12net: bnxt: Add boilerplate GSO codeJoe Damato-1/+66
2026-04-12net: bnxt: Add TX inline buffer infrastructureJoe Damato-0/+41
2026-04-12net: bnxt: Use dma_unmap_len for TX completion unmappingJoe Damato-22/+41
2026-04-12net: bnxt: Add a helper for tx_bd_extJoe Damato-7/+20
2026-04-12net: bnxt: Export bnxt_xmit_get_cfa_actionJoe Damato-1/+2
2026-04-09net: bcmgenet: fix racing timeout handlerJustin Chen-13/+9
2026-04-09net: bcmgenet: fix leaking free_bdsJustin Chen-0/+2
2026-04-09net: bcmgenet: fix off-by-one in bcmgenet_put_txcbJustin Chen-3/+3
2026-04-08net: bcmasp: Switch to page pool for RX pathFlorian Fainelli-23/+115
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+57
2026-04-01bnxt_en: Restore default stat ctxs for ULP when resource is availablePavan Chebbi-0/+2
2026-04-01bnxt_en: Don't assume XDP is never enabled in bnxt_init_dflt_ring_mode()Michael Chan-4/+9
2026-04-01bnxt_en: Refactor some basic ring setup and adjustment logicMichael Chan-23/+41
2026-03-30bnxt_en: set backing store type from query typePengpeng Hou-4/+4
2026-03-29bnxt_en: Implement XDP RSS hash metadata extraction for V3_CMPChris J Arges-0/+10
2026-03-29bnxt_en: Move bnxt_rss_ext_op into headerChris J Arges-17/+17
2026-03-29bnxt_en: Implement XDP RSS hash metadata extractionChris J Arges-0/+57
2026-03-29bnxt_en: use bnxt_xdp_buff for xdp contextChris J Arges-10/+26
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera-1/+1
2026-03-27fwctl/bnxt_en: Create an aux device for fwctlPavan Chebbi-2/+10
2026-03-27fwctl/bnxt_en: Refactor aux bus functions to be more genericPavan Chebbi-162/+253
2026-03-27fwctl/bnxt_en: Move common definitions to include/linux/bnxt/Pavan Chebbi-133/+5
2026-03-27tg3: Fix race for querying speed/duplexThomas Bogendoerfer-1/+1
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+24
2026-03-23bnxt_en: Resize RSS contexts on channel count changeBjörn Töpel-7/+28
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel-2/+1
2026-03-23net: b44: always select CONFIG_FIXED_PHYArnd Bergmann-1/+1
2026-03-20net: bcmasp: fix double disable of clkJustin Chen-10/+23
2026-03-20net: bcmasp: fix double free of WoL irqJustin Chen-8/+0
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+15
2026-03-17bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handlerJunrui Luo-1/+3
2026-03-16tg3: replace placeholder MAC address with device propertyPaul SAGE-0/+11
2026-03-14net: bcmgenet: increase WoL poll timeoutJustin Chen-1/+1
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+20