summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2023-12-15bnxt_en: do not map packet buffers twiceAndy Gospodarek1-9/+2
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-36/+42
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki3-37/+38
2023-12-12bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi1-3/+3
2023-12-12bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi2-20/+11
2023-12-12bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan2-3/+19
2023-12-12bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli1-0/+1
2023-12-12bnxt_en: Configure UDP tunnel TPAMichael Chan2-0/+34
2023-12-12bnxt_en: Add support for VXLAN GPEMichael Chan2-5/+40
2023-12-12bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan1-2/+2
2023-12-12bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier1-2/+12
2023-12-12bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan2-2/+12
2023-12-12bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan1-1/+4
2023-12-12bnxt_en: Fix TX ring indexing logicMichael Chan2-2/+2
2023-12-12bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur1-3/+3
2023-12-12bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan1-5/+11
2023-12-08bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan2-4/+24
2023-12-08bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP5-34/+16
2023-12-08bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy1-1/+2
2023-12-08bnxt_en: Clear resource reservation during resumeSomnath Kotur1-0/+2
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+11
2023-12-05net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-04eth: bnxt: link NAPI instances to queues and IRQsJakub Kicinski1-0/+14
2023-12-04bnxt_en: Add 5760X (P7) PCI IDsMichael Chan2-0/+12
2023-12-04bnxt_en: Report the new ethtool link modes in the new firmware interfaceMichael Chan1-20/+151
2023-12-04bnxt_en: Support force speed using the new HWRM fieldsMichael Chan1-6/+46
2023-12-04bnxt_en: Support new firmware link parametersMichael Chan3-6/+143
2023-12-04bnxt_en: Refactor ethtool speeds logicMichael Chan1-26/+61
2023-12-04bnxt_en: Add support for new RX and TPA_START completion types for P7Michael Chan2-23/+89
2023-12-04bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().Michael Chan2-11/+26
2023-12-04bnxt_en: Refactor RX VLAN acceleration logic.Michael Chan1-13/+31
2023-12-04bnxt_en: Add new P7 hardware interface definitionsMichael Chan1-1/+84
2023-12-04bnxt_en: Refactor RSS capability fieldsAjit Khaparde3-18/+20
2023-12-04bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chipsMichael Chan2-4/+14
2023-12-04bnxt_en: Consolidate DB offset calculationHongguang Gao4-15/+16
2023-12-04bnxt_en: Define basic P7 macrosMichael Chan3-15/+48
2023-12-04bnxt_en: Update firmware interface to 1.10.3.15Michael Chan2-135/+388
2023-12-04bnxt_en: Fix backing store V2 logicMichael Chan2-6/+12
2023-12-01net/tg3: fix race condition in tg3_reset_task()Thinh Tran1-1/+10
2023-11-28eth: link netdev to page_pools in driversJakub Kicinski1-0/+1
2023-11-21bnxt_en: Rename some macros for the P5 chipsRandy Schacher7-114/+116
2023-11-21bnxt_en: Modify the NAPI logic for the new P7 chipsMichael Chan2-2/+10
2023-11-21bnxt_en: Modify RX ring indexing logic.Michael Chan2-17/+22
2023-11-21bnxt_en: Modify TX ring indexing logic.Michael Chan3-20/+21
2023-11-21bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan2-12/+40
2023-11-21bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan2-1/+71
2023-11-21bnxt_en: Add support for new backing store query firmware APIMichael Chan2-7/+81
2023-11-21bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper functionMichael Chan1-74/+59
2023-11-21bnxt_en: Use the pg_info field in bnxt_ctx_mem_type structMichael Chan2-54/+29
2023-11-21bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan2-0/+32