summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2022-08-23bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callbackVikas Gupta
2022-08-23bnxt_en: fix NQ resource accounting during vf creation on 57500 chipsVikas Gupta
2022-08-23bnxt_en: set missing reload flag in devlink featuresVikas Gupta
2022-08-23bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in usePavan Chebbi
2022-08-12bnx2x: Fix comment typoJason Wang
2022-08-09net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle
2022-08-05net: bcmgenet: Indicate MAC is in charge of PHY PMFlorian Fainelli
2022-08-05bnxt_en: Remove duplicated include bnxt_devlink.cYang Li
2022-07-28bnxt_en: implement callbacks for devlink selftestsvikas
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-12bnxt_en: Fix bnxt_refclk_read()Pavan Chebbi
2022-07-12bnxt_en: Fix and simplify XDP transmit pathMichael Chan
2022-07-12bnxt_en: fix livepatch queryVikas Gupta
2022-07-12bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan
2022-07-12bnxt_en: reclaim max resources if sriov enable failsKashyap Desai
2022-07-11bcm63xx: fix Tx cleanup when NAPI poll budget is zeroSieng-Piaw Liew
2022-07-08bcm63xx_enet: change the driver variables to staticYang Yingliang
2022-07-06cnic: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-06bnxt: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-23bnxt: Fix typo in commentsJiang Jian
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-15bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_headsSieng Piaw Liew
2022-06-14net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-06net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_registerMiaoqian Lin
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-05-22eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-17net: systemport: Fix an error handling path in bcm_sysport_probe()Christophe JAILLET
2022-05-13bnxt_en: parse and report result field when NVRAM package install failsKalesh AP
2022-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi
2022-05-13bnxt_en: Update firmware interface to 1.10.2.95Michael Chan
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-03bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan
2022-05-03bnxt_en: Initiallize bp->ptp_lock first before using itMichael Chan
2022-05-03bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur
2022-05-02net: systemport: don't use bitmap_weight() in bcm_sysport_rule_set()Yury Norov
2022-04-29net: bgmac: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-27bnx2x: fix napi API usage sequenceManish Chopra
2022-04-26net: bcmgenet: hide status block before TX timestampingJonathan Lemon
2022-04-25ethernet: broadcom/sb1250-mac: remove BUG_ON in sbmac_probe()Yang Yingliang