aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown34-46/+47
2020-08-17[efi] Attempt NII initialisation both with and without cable detectionMichael Brown1-9/+28
2020-07-22[intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICsRob Taglang1-0/+2
2020-07-22[intel] Set INTEL_NO_PHY_RST on i218vBen Bleything1-1/+1
2020-07-22[intel] Add INTEL_NO_PHY_RST for I218LMAndrew Grasso1-1/+1
2020-07-15[sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140LaDerrick H1-0/+2
2020-07-03[axge] Reapply USB device configuration when opening network deviceMichael Brown2-0/+11
2020-07-01[axge] Handle non-gigabit link speedsMichael Brown2-22/+39
2020-06-27[intel] Avoid spurious compiler warning on GCC 10Michael Brown2-9/+17
2020-06-19[snp] Retry initialisation if link is reported as downMichael Brown1-7/+49
2020-05-06[bnxt] Add driver support for Broadcom NetXtreme-E AdaptersJoseph Wong4-0/+14190
2019-12-16[snp] Set EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit as per UEFI specIgnat Korchagin1-1/+2
2019-12-16[snp] Try promiscuous multicast receive filter if the regular one failsIgnat Korchagin1-0/+3
2019-09-29[lan78xx] Always enable automatic speed and duplex detectionMichael Brown2-0/+14
2019-07-19[smscusb] Fetch MAC from device tree for Raspberry Pi Model B+Michael Brown4-29/+41
2019-07-19[smsc95xx] Fetch MAC from device tree for Raspberry PiMichael Brown1-0/+31
2019-04-27[intelxl] Add driver for Intel 40 Gigabit Ethernet NIC virtual functionsMichael Brown3-2/+988
2019-04-27[intelxl] Choose to operate in non-PXE modeMichael Brown2-28/+155
2019-04-27[intelxl] Expose functions required by virtual function driverMichael Brown2-17/+32
2019-04-27[intelxl] Allow for arbitrary placement of interrupt control registerMichael Brown2-12/+11
2019-04-27[intelxl] Split out ring creation from context programmingMichael Brown1-28/+76
2019-04-27[intelxl] Allow for arbitrary placement of ring tail registersMichael Brown2-7/+9
2019-04-27[intelxl] Use 32-byte receive descriptorsMichael Brown2-23/+42
2019-04-27[intelxl] Provide a mechanism for handling "send to VF" eventsMichael Brown2-0/+28
2019-04-27[intelxl] Allow admin cookie to hold extended opcode and return codeMichael Brown2-7/+16
2019-04-27[intelxl] Allow admin queues to be reinitialisedMichael Brown1-41/+85
2019-04-27[intelxl] Use one admin queue buffer per admin queue descriptorMichael Brown2-118/+197
2019-04-27[intelxl] Allow for virtual function admin queue register mapsMichael Brown2-21/+59
2019-04-27[intelxl] Use VLAN tag in receive descriptor if presentMichael Brown2-3/+19