summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microsoft
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-4/+4
2026-08-24net: mana: Cap MSI-X vectors to the device MSI-X table sizeLong Li1-0/+19
2026-08-13net: mana: Fall back to scattered pages for GDMA queuesAditya Garg3-14/+151
2026-08-13net: mana: Route ring-buffer access through offset-based helpersAditya Garg1-24/+39
2026-08-07net: mana: Extend RX CQE coalescing up to 8 packetsHaiyang Zhang2-54/+112
2026-08-03net: mana: force full-page RX buffers via ethtool private flagDipayaan Roy2-2/+114
2026-08-03net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switchDipayaan Roy1-29/+46
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2026-07-29net: mana: Return error code from mana_create_rxq()Aditya Garg1-4/+4
2026-07-17net: mana: Add handler for sriov configureHaiyang Zhang1-0/+24
2026-07-17net: mana: Add debug knob to skip TX timeout recovery resetAditya Garg1-0/+14
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-11/+50
2026-07-09net: mana: Add Interrupt Moderation supportHaiyang Zhang4-8/+364
2026-07-09net: mana: Sync page pool RX frags for CPUDexuan Cui1-7/+33
2026-07-09net: mana: Validate the packet length reported by the NICDexuan Cui1-5/+18
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski1-1/+2
2026-06-25net: mana: Optimize irq affinity for low vcpu configsShradha Gupta1-14/+64
2026-06-24net: mana: Fall back to standard MTU when PF reports adapter_mtu of 0Erni Sri Satya Vennela2-3/+16
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+5
2026-06-12net: mana: guard TX wq object destroy with INVALID_MANA_HANDLE checkAditya Garg1-1/+2
2026-06-12net: mana: initialize gdma queue id to INVALID_QUEUE_IDAditya Garg1-0/+2
2026-06-09net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queriesErni Sri Satya Vennela1-4/+19
2026-06-09net: mana: Add support for PF device 0x00C1Haiyang Zhang1-2/+5
2026-06-09net: mana: Allocate interrupt context for each EQ when creating vPortLong Li2-2/+18
2026-06-09net: mana: Use GIC functions to allocate global EQsLong Li1-88/+22
2026-06-09net: mana: Introduce GIC context with refcounting for interrupt managementLong Li1-0/+169
2026-06-09net: mana: Query device capabilities and configure MSI-X sharing for EQsLong Li2-21/+102
2026-06-09net: mana: Create separate EQs for each vPortLong Li2-49/+109
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski1-0/+2
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-29/+47
2026-05-28net: mana: Skip redundant detach on already-detached portDipayaan Roy1-0/+6
2026-05-28net: mana: Add NULL guards in teardown path to prevent panic on attach failureDipayaan Roy1-29/+41
2026-05-22net: mana: Expose hardware diagnostic info via debugfsErni Sri Satya Vennela2-34/+74
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+19
2026-05-21net: mana: validate rx_req_idx to prevent out-of-bounds array accessAditya Garg1-0/+6
2026-05-19net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA bufferErni Sri Satya Vennela1-10/+13
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-15/+40
2026-05-05net: mana: Use kvmalloc for large RX queue and buffer allocationsAditya Garg1-6/+6
2026-05-05net: mana: Use per-queue allocation for tx_qp to reduce allocation sizeAditya Garg3-21/+32
2026-05-05net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy2-10/+35
2026-05-05net: mana: remove double CQ cleanup in mana_create_rxq error pathDipayaan Roy1-3/+0
2026-05-05net: mana: Skip WQ object destruction for uninitialized RXQDipayaan Roy1-1/+2
2026-05-05net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq()Dipayaan Roy1-1/+3
2026-05-04net: mana: hardening: Reject zero max_num_queues from GDMA_QUERY_MAX_RESOURCESErni Sri Satya Vennela1-0/+3
2026-05-04net: mana: hardening: Reject zero max_num_queues from MANA_QUERY_VPORT_CONFIGErni Sri Satya Vennela1-0/+6
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-15/+20
2026-04-23net: mana: Fix EQ leak in mana_remove on NULL portErni Sri Satya Vennela1-2/+2
2026-04-23net: mana: Don't overwrite port probe error with add_adev resultErni Sri Satya Vennela1-9/+8
2026-04-23net: mana: Guard mana_remove against double invocationErni Sri Satya Vennela1-1/+6
2026-04-23net: mana: Init gf_stats_work before potential error paths in probeErni Sri Satya Vennela1-1/+2