summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2023-08-13tg3: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-08-09bcm63xx_enet: Remove redundant initialization ownerLi Zetao1-3/+0
2023-08-09rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma1-3/+0
2023-08-09bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.cMichael Chan2-284/+49
2023-08-09bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()Michael Chan2-285/+52
2023-08-09net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter2-2/+2
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin2-2/+2
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-40/+63
2023-08-02bnx2x: Remove unnecessary ternary operatorsRuan Jinjie1-3/+3
2023-08-02bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan1-7/+10
2023-08-02bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur2-19/+29
2023-08-01net: bcmgenet: Remove TX ring full loggingFlorian Fainelli1-5/+1
2023-08-01bnxt: don't handle XDP in netpollJakub Kicinski4-14/+24
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-3/+3
2023-07-29net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao1-1/+1
2023-07-28eth: bnxt: fix warning for define in struct_groupJakub Kicinski1-1/+2
2023-07-28eth: bnxt: fix one of the W=1 warnings about fortified memcpy()Jakub Kicinski1-1/+1
2023-07-27bcmasp: BCMASP should depend on ARCH_BRCMSTBGeert Uytterhoeven1-0/+1
2023-07-21eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski3-1/+31
2023-07-21eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work()Jakub Kicinski1-35/+26
2023-07-21eth: bnxt: move and rename reset helpersJakub Kicinski1-36/+36
2023-07-17net: bcmasp: Add support for ethtool driver statsJustin Chen4-4/+199
2023-07-17net: bcmasp: Add support for ethtool standard statsJustin Chen2-1/+139
2023-07-17net: bcmasp: Add support for eee modeJustin Chen3-0/+71
2023-07-17net: bcmasp: Add support for wake on net filtersJustin Chen4-1/+768
2023-07-17net: bcmasp: Add support for WoL magic packetJustin Chen4-12/+262
2023-07-17net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen8-0/+2791
2023-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-07-12bnxt_en: use dev_consume_skb_any() in bnxt_tx_intMenglong Dong1-1/+1
2023-07-08net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki1-2/+2
2023-06-29Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider1-0/+1
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-06-24net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli1-0/+2
2023-06-22bnxt_en: Link representors to PCI deviceIvan Vecera1-0/+1
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2023-06-10bnx2x: fix page fault following EEH recoveryDavid Christensen1-2/+7
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-27/+52
2023-06-08bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur1-7/+18
2023-06-08bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi2-0/+7
2023-06-08bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta1-2/+3
2023-06-08bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur1-0/+3
2023-06-08bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy1-1/+1
2023-06-08bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()Pavan Chebbi1-0/+1
2023-06-08net: bcmgenet: Fix EEE implementationFlorian Fainelli3-14/+16
2023-06-08eth: bnxt: fix the wake conditionJakub Kicinski1-1/+1
2023-06-02net: systemport: Replace platform_get_irq with platform_get_irq_optionalJiasheng Jiang1-2/+2
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2023-05-16net: bcmgenet: Restore phy_stop() depending upon suspend/closeFlorian Fainelli1-3/+5
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin2-5/+1