aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* [intelxl] Add missing padding bytes to receive queue contextMichael Brown2022-08-081-0/+2
* [intelxl] Fix bit width of function number in PFFUNC_RID registerMichael Brown2022-08-081-1/+1
* [intelxl] Fix retrieval of switch configuration via admin queueMichael Brown2022-08-081-9/+11
* [ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown2022-05-233-14/+18
* [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notifyMichael Brown2021-11-232-5/+15
* [intel] Add PCI ID for Intel X553 0x15e4Benedikt Braunger2021-11-221-0/+1
* [virtio] Update driver to use DMA APIAaron Young2021-10-281-11/+25
* [ecm] Use ACPI-provided system-specific MAC address if presentMichael Brown2021-09-091-0/+9
* [ecm] Expose USB vendor/device information to ecm_fetch_mac()Michael Brown2021-09-093-7/+8
* [rdc] Add driver for RDC R6040 embedded NICMichael Brown2021-06-282-0/+888
* [realtek] Work around hardware bug on RTL8211BMichael Brown2021-06-241-0/+10
* [ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown2021-06-041-0/+3
* [bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2021-05-172-141/+64
* [intel] Add PCI ID for I219-V and -LM 10 to 15Christian Nilsson2021-05-171-0/+12
* [xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown2021-04-142-54/+150
* [intel] Add additional PCI device ID to tableTyler J. Stachecki2021-04-101-0/+1
* [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers2021-02-161-0/+1
* [ena] Switch to two-phase reset mechanismMichael Brown2021-02-132-9/+33
* [sfc] Update email addressesMartin Habets2020-12-285-10/+16
* [iphone] Add iPhone tethering driverMichael Brown2020-12-162-0/+2559
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-289-328/+202
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-283-40/+41
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-254-45/+31
* [intelxl] Configure DMA mask as 64-bitMichael Brown2020-11-242-2/+8
* [intel] Configure DMA mask as 64-bitMichael Brown2020-11-243-3/+12
* [intelxl] Update driver to use DMA APIMichael Brown2020-11-213-121/+215
* [intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2020-11-212-2/+9
* [intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2020-11-202-5/+13
* [intel] Use physical addresses in debug messagesMichael Brown2020-11-161-9/+9
* [realtek] Use physical addresses in debug messagesMichael Brown2020-11-161-16/+14
* [efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown2020-11-151-2/+2
* [efi] Do not populate media header length in PXE transmit CPBMichael Brown2020-11-151-1/+0
* [intel] Update driver to use DMA APIMichael Brown2020-11-134-85/+143
* [realtek] Update driver to use DMA APIMichael Brown2020-11-052-95/+127
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-0533-157/+160
* [realtek] Reset NIC when closing interface if using legacy modeMichael Brown2020-11-041-0/+4
* [ncm] Treat a zero divisor as indicating no alignment requirementsMichael Brown2020-10-021-5/+8
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-2534-46/+47
* [efi] Attempt NII initialisation both with and without cable detectionMichael Brown2020-08-171-9/+28
* [intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICsRob Taglang2020-07-221-0/+2
* [intel] Set INTEL_NO_PHY_RST on i218vBen Bleything2020-07-221-1/+1
* [intel] Add INTEL_NO_PHY_RST for I218LMAndrew Grasso2020-07-221-1/+1
* [sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140LaDerrick H2020-07-151-0/+2
* [axge] Reapply USB device configuration when opening network deviceMichael Brown2020-07-032-0/+11
* [axge] Handle non-gigabit link speedsMichael Brown2020-07-012-22/+39
* [intel] Avoid spurious compiler warning on GCC 10Michael Brown2020-06-272-9/+17
* [snp] Retry initialisation if link is reported as downMichael Brown2020-06-191-7/+49
* [bnxt] Add driver support for Broadcom NetXtreme-E AdaptersJoseph Wong2020-05-064-0/+14190
* [snp] Set EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit as per UEFI specIgnat Korchagin2019-12-161-1/+2
* [snp] Try promiscuous multicast receive filter if the regular one failsIgnat Korchagin2019-12-161-0/+3