summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
* | | bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur2023-08-181-22/+10
* | | bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur2023-08-182-60/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-5/+3
|\| |
| * | broadcom: b44: Use b44_writephy() return valueArtem Chernyshev2023-08-161-5/+3
* | | tg3: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* | | bcm63xx_enet: Remove redundant initialization ownerLi Zetao2023-08-091-3/+0
* | | rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma2023-08-081-3/+0
* | | bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.cMichael Chan2023-08-082-284/+49
* | | bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()Michael Chan2023-08-082-285/+52
* | | net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter2023-08-082-2/+2
* | | page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-072-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-034-40/+63
|\| |
| * | bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan2023-08-011-7/+10
| * | bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur2023-08-012-19/+29
| * | bnxt: don't handle XDP in netpollJakub Kicinski2023-07-314-14/+24
* | | bnx2x: Remove unnecessary ternary operatorsRuan Jinjie2023-08-021-3/+3
* | | net: bcmgenet: Remove TX ring full loggingFlorian Fainelli2023-07-311-5/+1
* | | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-3/+3
* | | net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao2023-07-281-1/+1
* | | eth: bnxt: fix warning for define in struct_groupJakub Kicinski2023-07-281-1/+2
* | | eth: bnxt: fix one of the W=1 warnings about fortified memcpy()Jakub Kicinski2023-07-281-1/+1
* | | bcmasp: BCMASP should depend on ARCH_BRCMSTBGeert Uytterhoeven2023-07-261-0/+1
* | | eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski2023-07-203-1/+31
* | | eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work()Jakub Kicinski2023-07-201-35/+26
* | | eth: bnxt: move and rename reset helpersJakub Kicinski2023-07-201-36/+36
* | | net: bcmasp: Add support for ethtool driver statsJustin Chen2023-07-174-4/+199
* | | net: bcmasp: Add support for ethtool standard statsJustin Chen2023-07-172-1/+139
* | | net: bcmasp: Add support for eee modeJustin Chen2023-07-173-0/+71
* | | net: bcmasp: Add support for wake on net filtersJustin Chen2023-07-174-1/+768
* | | net: bcmasp: Add support for WoL magic packetJustin Chen2023-07-174-12/+262
* | | net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen2023-07-178-0/+2791
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-131-2/+2
|\| |
| * | net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki2023-07-081-2/+2
| |/
* / bnxt_en: use dev_consume_skb_any() in bnxt_tx_intMenglong Dong2023-07-111-1/+1
|/
* Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider2023-06-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-0/+2
|\
| * net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli2023-06-231-0/+2
* | bnxt_en: Link representors to PCI deviceIvan Vecera2023-06-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-2/+7
|\|
| * bnx2x: fix page fault following EEH recoveryDavid Christensen2023-06-101-2/+7
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-087-27/+52
|\|
| * bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur2023-06-081-7/+18
| * bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi2023-06-082-0/+7
| * bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta2023-06-081-2/+3
| * bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur2023-06-081-0/+3
| * bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy2023-06-081-1/+1
| * bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()Pavan Chebbi2023-06-081-0/+1
| * net: bcmgenet: Fix EEE implementationFlorian Fainelli2023-06-073-14/+16
| * eth: bnxt: fix the wake conditionJakub Kicinski2023-06-071-1/+1