summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski
2024-08-12eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski
2024-08-11bnxt_en: only set dev->queue_mgmt_ops if supported by FWDavid Wei
2024-08-11bnxt_en: stop packet flow during bnxt_queue_stop/startDavid Wei
2024-08-11bnxt_en: set vnic->mru in bnxt_hwrm_vnic_cfg()David Wei
2024-08-11bnxt_en: Check the FW's VNIC flush capabilityMichael Chan
2024-08-11bnxt_en: Add support to call FW to update a VNICMichael Chan
2024-08-11bnxt_en: Update firmware interface to 1.10.3.68Michael Chan
2024-08-08bnx2x: Provide declaration of dmae_reg_go_c in headerSimon Horman
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree
2024-08-08net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilitiesFlorian Fainelli
2024-08-07bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()Michael Chan
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-31net: cnic: Convert tasklet API to new bottom half workqueue mechanismAllen Pais
2024-07-29eth: bnxt: populate defaults in the RSS context structJakub Kicinski
2024-07-29eth: bnxt: reject unsupported hash functionsJakub Kicinski
2024-07-25bnxt_en: Fix RSS logic in __bnxt_reserve_rings()Pavan Chebbi
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-25bnxt_en: update xdp_rxq_info in queue restart logicTaehee Yoo
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-12eth: bnxt: use the indir table from ethtool contextJakub Kicinski
2024-07-12eth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski
2024-07-12eth: bnxt: pad out the correct indirection tableJakub Kicinski
2024-07-12eth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski
2024-07-12eth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski
2024-07-12eth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski
2024-07-12eth: bnxt: remove rss_ctx_bmapJakub Kicinski
2024-07-12eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski
2024-07-12eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-09bnxt: fix crashes when reducing ring count with active RSS contextsJakub Kicinski
2024-07-05net: bcmasp: Fix error code in probe()Dan Carpenter
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-04bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi
2024-07-02bnxt_en: unlink page pool when stopping Rx queueDavid Wei
2024-07-01bnxt_en: Remove atomic operations on ptp->tx_availPavan Chebbi
2024-07-01bnxt_en: Increase the max total outstanding PTP TX packets to 4Pavan Chebbi
2024-07-01bnxt_en: Let bnxt_stamp_tx_skb() return error codePavan Chebbi
2024-07-01bnxt_en: Remove an impossible condition check for PTP TX pending SKBPavan Chebbi
2024-07-01bnxt_en: Refactor all PTP TX timestamp fields into a structPavan Chebbi
2024-07-01bnxt_en: Add BCM5760X specific PHC registers mappingPavan Chebbi
2024-07-01bnxt_en: Add TX timestamp completion logicMichael Chan
2024-07-01bnxt_en: Allow some TX packets to be unprocessed in NAPIMichael Chan
2024-07-01bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bdMichael Chan
2024-07-01bnxt_en: Add new TX timestamp completion definitionsMichael Chan
2024-06-28bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme
2024-06-21bnxt_en: implement netdev_queue_mgmt_opsDavid Wei