summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2023-07-08net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki
2023-06-29Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-23net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli
2023-06-21bnxt_en: Link representors to PCI deviceIvan Vecera
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-10bnx2x: fix page fault following EEH recoveryDavid Christensen
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur
2023-06-08bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi
2023-06-08bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta
2023-06-08bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur
2023-06-08bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy
2023-06-08bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()Pavan Chebbi
2023-06-07net: bcmgenet: Fix EEE implementationFlorian Fainelli
2023-06-07eth: bnxt: fix the wake conditionJakub Kicinski
2023-06-02net: systemport: Replace platform_get_irq with platform_get_irq_optionalJiasheng Jiang
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-16net: bcmgenet: Restore phy_stop() depending upon suspend/closeFlorian Fainelli
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-05-13net: bcmgenet: Add support for PHY-based Wake-on-LANFlorian Fainelli
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-05net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()Florian Fainelli
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19bnxt_en: fix free-runnig PHC modeVadim Fedorenko
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-04-18bnxt_en: Fix a possible NULL pointer dereference in unload pathKalesh AP
2023-04-18bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan
2023-04-14bnxt: hook NAPIs to page poolsJakub Kicinski
2023-04-13bnxt: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski
2023-04-13bnxt_en: Allow to set switchdev mode without existing VFsIvan Vecera
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski
2023-04-10bnxt: use new queue try_stop/try_wake macrosJakub Kicinski
2023-04-04RDMA/bnxt_re: Update HW interface headersSelvin Xavier
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-29bnxt_en: Add missing 200G link speed reportingMichael Chan
2023-03-29bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP
2023-03-29bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP
2023-03-29bnx2x: use the right build_skb() helperJakub Kicinski
2023-03-24ethernet: broadcom/sb1250-mac: clean up after SIBYTE_BCM1x55 removalLukas Bulwahn
2023-03-23bnx2: remove deadcode in bnx2_init_cpus()Maxim Korotkov
2023-03-22bnxt: Enforce PTP software freq adjustments only when in non-RTC modePavan Chebbi
2023-03-22bnxt: Defer PTP initialization to after querying function capsPavan Chebbi
2023-03-22bnxt: Change fw_cap to u64 to accommodate more capability bitsPavan Chebbi
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski