aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-18[ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)aenqAlexander Graf2-0/+139
2023-01-15[netdevice] Allow duplicate MAC addressesMichael Brown3-3/+56
2023-01-11[efi] Disable receive filters to work around buggy UNDI driversMichael Brown1-10/+47
2022-11-15[intel] Add PCI ID for I219-V and -LM 16,17Christian I. Nilsson1-0/+4
2022-09-19[ena] Assign memory BAR if left empty by BIOSMichael Brown1-0/+45
2022-08-26[ena] Increase receive ring size to 128 entriesMichael Brown2-5/+12
2022-08-26[ena] Provide a host information pageMichael Brown2-0/+159
2022-08-26[ena] Specify the unused completion queue MSI-X vector as 0xffffffffMichael Brown2-0/+9
2022-08-26[ena] Allow for out-of-order completionsMichael Brown2-20/+62
2022-08-26[ena] Limit submission queue fill level to completion queue sizeMichael Brown2-4/+11
2022-08-16[intelxl] Explicitly request a single queue pair for virtual functionsMichael Brown2-1/+58
2022-08-16[intelxl] Allow for admin commands that trigger a VF resetMichael Brown1-13/+28
2022-08-16[intelxl] Negotiate virtual function API version 1.1Michael Brown3-3/+31
2022-08-16[intelxl] Show virtual function packet statistics for debuggingMichael Brown2-0/+88
2022-08-12[intelxl] Add driver for Intel 100 Gigabit Ethernet NICsMichael Brown4-7/+1568
2022-08-12[intelxl] Use admin queue to set port MAC address and maximum frame sizeMichael Brown2-27/+105
2022-08-12[intelxl] Use admin queue to get port MAC addressMichael Brown2-51/+82
2022-08-12[intelxl] Defer fetching MAC address until after opening admin queueMichael Brown1-5/+5
2022-08-12[intelxl] Set maximum frame size to 9728 bytes as per datasheetMichael Brown2-10/+6
2022-08-11[intelxl] Always issue "clear PXE mode" admin queue commandMichael Brown2-13/+11
2022-08-11[intelxl] Allow expected admin queue command errors to be silencedMichael Brown1-3/+7
2022-08-11[intelxl] Increase data buffer size to 4kBMichael Brown1-2/+5
2022-08-11[intelxl] Separate virtual function driver definitionsMichael Brown4-259/+320
2022-08-11[intelxl] Reuse admin command descriptor and buffer for VF responsesMichael Brown2-17/+15
2022-08-11[intelxl] Handle admin events via a callbackMichael Brown3-30/+43
2022-08-10[intelxl] Rename 8086:1889 PCI ID to "iavf"Michael Brown1-1/+1
2022-08-10[intelxl] Increase receive descriptor ring size to 64 entriesMichael Brown1-2/+2
2022-08-10[intelxl] Negotiate API version for virtual function via admin queueMichael Brown3-10/+75
2022-08-10[intelxl] Use non-zero MSI-X vector for virtual function interruptsMichael Brown4-18/+39
2022-08-10[intelxl] Fix invocation of intelxlvf_admin_queues()Michael Brown1-1/+1
2022-08-08[intelxl] Use function-level reset instead of PFGEN_CTRL.PFSWRMichael Brown4-39/+18
2022-08-08[pci] Generalise function-level reset mechanismMichael Brown1-20/+3
2022-08-08[intelxl] Update list of PCI IDsMichael Brown1-0/+5
2022-08-08[intelxl] Include admin command response data buffer in debug outputMichael Brown1-1/+5
2022-08-08[intelxl] Identify rings consistently in debug messagesMichael Brown1-4/+3
2022-08-08[intelxl] Add missing padding bytes to receive queue contextMichael Brown1-0/+2
2022-08-08[intelxl] Fix bit width of function number in PFFUNC_RID registerMichael Brown1-1/+1
2022-08-08[intelxl] Fix retrieval of switch configuration via admin queueMichael Brown1-9/+11
2022-05-23[ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown3-14/+18
2021-11-23[efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notifyMichael Brown2-5/+15
2021-11-22[intel] Add PCI ID for Intel X553 0x15e4Benedikt Braunger1-0/+1
2021-10-28[virtio] Update driver to use DMA APIAaron Young1-11/+25
2021-09-09[ecm] Use ACPI-provided system-specific MAC address if presentMichael Brown1-0/+9
2021-09-09[ecm] Expose USB vendor/device information to ecm_fetch_mac()Michael Brown3-7/+8
2021-06-28[rdc] Add driver for RDC R6040 embedded NICMichael Brown2-0/+888
2021-06-24[realtek] Work around hardware bug on RTL8211Brealtek_hackMichael Brown1-0/+10
2021-06-04[ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown1-0/+3
2021-05-17[bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2-141/+64
2021-05-17[intel] Add PCI ID for I219-V and -LM 10 to 15Christian Nilsson1-0/+12
2021-04-14[xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown2-54/+150