summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2024-12-04bnxt_en: handle tpa_info in queue API implementationDavid Wei
2024-12-04bnxt_en: refactor bnxt_alloc_rx_rings() to call bnxt_alloc_rx_agg_bmap()David Wei
2024-12-04bnxt_en: refactor tpa_info alloc/free into helpersDavid Wei
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-26bnxt_en: Unregister PTP during PCI shutdown and suspendMichael Chan
2024-11-26bnxt_en: Refactor bnxt_ptp_init()Michael Chan
2024-11-26bnxt_en: Fix receive ring space parameters when XDP is activeShravya KN
2024-11-26bnxt_en: Fix queue start to update vnic RSS tableSomnath Kotur
2024-11-26bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is downSaravanan Vajravel
2024-11-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-11-18bnxt_en: Add functions to copy host context memorySreekanth Reddy
2024-11-18bnxt_en: Do not free FW log context memoryHongguang Gao
2024-11-18bnxt_en: Manage the FW trace context memoryShruti Parab
2024-11-18bnxt_en: Allocate backing store memory for FW trace logsShruti Parab
2024-11-18bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem()Hongguang Gao
2024-11-18bnxt_en: Refactor bnxt_free_ctx_mem()Hongguang Gao
2024-11-18bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_typeShruti Parab
2024-11-12eth: bnxt: use page pool for head fragsJakub Kicinski
2024-11-12bnxt_en: Add support for RoCE sriov configurationVikas Gupta
2024-11-11bnxt_en: use irq_update_affinity_hint()Mohammad Heib
2024-11-05bnxt_en: replace PTP spinlock with seqlockVadim Fedorenko
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-20eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting'WangYuli
2024-10-19bnxt_en: replace ptp_lock with irqsave variantVadim Fedorenko
2024-10-14bnxt: Add support for persistent NAPI configJoe Damato
2024-09-10bnxt_en: Add MSIX check in bnxt_check_rings()Michael Chan
2024-08-29bnxt_en: Support dynamic MSIXMichael Chan
2024-08-29bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocationMichael Chan
2024-08-29bnxt_en: Replace deprecated PCI MSIX APIsMichael Chan
2024-08-29bnxt_en: Remove register mapping to support INTXMichael Chan
2024-08-29bnxt_en: Remove BNXT_FLAG_USING_MSIX flagMichael Chan
2024-08-29bnxt_en: Deprecate support for legacy INTX modeMichael Chan
2024-08-29bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy
2024-08-29bnxt_en: add support for storing crash dump into host memoryVikas Gupta
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-15bnxt_en: Don't clear ntuple filters and rss contexts during ethtool opsPavan Chebbi
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-07bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()Michael Chan
2024-07-25bnxt_en: Fix RSS logic in __bnxt_reserve_rings()Pavan Chebbi
2024-07-25bnxt_en: update xdp_rxq_info in queue restart logicTaehee Yoo
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: 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