aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-10[intel] Add additional PCI device ID to tableTyler J. Stachecki1-0/+1
2021-02-16[ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers1-0/+1
2021-02-13[ena] Switch to two-phase reset mechanismMichael Brown2-9/+33
2020-12-28[sfc] Update email addressesMartin Habets5-10/+16
2020-12-16[iphone] Add iPhone tethering driverMichael Brown2-0/+2559
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown9-328/+202
2020-11-28[dma] Record DMA device as part of DMA mapping if neededMichael Brown3-40/+41
2020-11-25[dma] Modify DMA API to simplify calculation of medial addressesMichael Brown4-45/+31
2020-11-24[intelxl] Configure DMA mask as 64-bitMichael Brown2-2/+8
2020-11-24[intel] Configure DMA mask as 64-bitMichael Brown3-3/+12
2020-11-21[intelxl] Update driver to use DMA APIMichael Brown3-121/+215
2020-11-21[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2-2/+9
2020-11-20[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2-5/+13
2020-11-16[intel] Use physical addresses in debug messagesMichael Brown1-9/+9
2020-11-16[realtek] Use physical addresses in debug messagesMichael Brown1-16/+14
2020-11-15[efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown1-2/+2
2020-11-15[efi] Do not populate media header length in PXE transmit CPBMichael Brown1-1/+0
2020-11-13[intel] Update driver to use DMA APIMichael Brown4-85/+143
2020-11-05[realtek] Update driver to use DMA APIMichael Brown2-95/+127
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown33-157/+160
2020-11-04[realtek] Reset NIC when closing interface if using legacy modeMichael Brown1-0/+4
2020-10-02[ncm] Treat a zero divisor as indicating no alignment requirementsMichael Brown1-5/+8