summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [tls] Refuse to resume sessions with mismatched master secret methodsMichael Brown2025-10-132-0/+15
* [tls] Add support for the Extended Master SecretMichael Brown2025-10-132-7/+55
* [tls] Generate master secret only after sending Client Key ExchangeMichael Brown2025-10-121-13/+19
* [gve] Rearm interrupts unconditionally on every pollMichael Brown2025-10-101-6/+7
* [gve] Use raw DMA addresses in descriptors in DQO-QPL modeMichael Brown2025-10-102-4/+5
* [gve] Report only packet completions for the transmit ringMichael Brown2025-10-092-12/+3Star
* [gve] Use dummy interrupt to trigger completion writeback in DQO modeMichael Brown2025-10-092-3/+37
* [gve] Add missing memory barriersMichael Brown2025-10-091-0/+3
* [intelxl] Use default dummy MSI-X target addressMichael Brown2025-10-092-34/+6Star
* [pci] Map all MSI-X interrupts to a dummy target address by defaultMichael Brown2025-10-092-0/+56
* [gve] Select preferred operating modeMichael Brown2025-10-061-1/+16
* [gve] Add support for out-of-order queuesMichael Brown2025-10-062-95/+398
* [gve] Cancel pending transmissions when closing deviceMichael Brown2025-10-061-6/+20
* [bnxt] Handle link related async eventsJoseph Wong2025-10-013-30/+105
* [gve] Allow for descriptor and completion lengths to vary by modeMichael Brown2025-09-302-17/+44
* [gve] Rename GQI-specific data structures and constantsMichael Brown2025-09-302-39/+48
* [gve] Allow for out-of-order buffer consumptionMichael Brown2025-09-302-71/+106
* [gve] Add support for raw DMA addressingMichael Brown2025-09-292-6/+24
* [gve] Add concept of a queue page list base device addressMichael Brown2025-09-292-6/+27
* [gve] Set descriptor and completion ring sizes when creating queuesMichael Brown2025-09-292-5/+25
* [gve] Add concept of operating modeMichael Brown2025-09-292-0/+42
* [gve] Remove separate concept of "packet descriptor"Michael Brown2025-09-292-37/+25Star
* [gve] Parse option list returned in device descriptorMichael Brown2025-09-262-1/+79
* [bnxt] Add error recovery supportJoseph Wong2025-09-183-60/+662
* [efi] Use current boot option as a fallback for obtaining the boot URIMichael Brown2025-08-291-0/+9
* [efi] Add ability to extract device path from an EFI load optionMichael Brown2025-08-292-0/+204
* [libc] Add wcsnlen()Michael Brown2025-08-283-3/+35
* [efi] Drag in MNP driver whenever SNP driver is presentMichael Brown2025-08-271-0/+4
* [bnxt] Update CQ doorbell typeJoseph Wong2025-08-131-2/+2
* [dwgpio] Use fdt_reg() to get GPIO port numbersMichael Brown2025-08-072-15/+9Star
* [fdt] Provide fdt_reg() for unsized single-entry regionsMichael Brown2025-08-073-7/+55
* [cmdline] Show commands in alphabetical orderMichael Brown2025-08-0649-423/+104Star
* [digest] Treat inability to acquire an image as a fatal errorMichael Brown2025-08-061-1/+1
* [digest] Add "--set" option to store digest value in a settingMichael Brown2025-08-061-13/+41
* [digest] Add commands for all enabled digest algorithmsMichael Brown2025-08-068-2/+284
* [dwgpio] Add driver for the DesignWare GPIO controllerMichael Brown2025-08-056-5/+434
* [gpio] Add a framework for GPIO controllersMichael Brown2025-08-053-0/+365
* [fdt] Use phandle as device locationMichael Brown2025-08-044-62/+34Star
* [dwmac] Show core version in debug messagesMichael Brown2025-07-302-0/+15
* [bnxt] Remove unnecessary test_if macroMichael Brown2025-07-303-9/+8Star
* [bnxt] Remove unnecessary I/O macrosJoseph Wong2025-07-302-19/+14Star
* [serial] Explicitly initialise serial console UART to NULLMichael Brown2025-07-301-2/+6
* [riscv] Place explicitly zero-initialised variables in the .data sectionMichael Brown2025-07-301-0/+7
* [riscv] Allow for poisoning .bss section before early initialisationMichael Brown2025-07-302-0/+54
* [undi] Assume that legacy interrupts are broken for any PCIe deviceMichael Brown2025-07-241-3/+21
* [pxeprefix] Display PCI vendor and device ID in PXE startup bannerMichael Brown2025-07-231-0/+8
* [fdt] Add ability to locate node by phandleMichael Brown2025-07-223-65/+131
* [dwusb] Add driver for DesignWare USB3 host controllerMichael Brown2025-07-213-0/+155
* [xhci] Allow for non-PCI xHCI host controllersMichael Brown2025-07-212-47/+95
* [xhci] Use root hub port number to determine slot typeMichael Brown2025-07-181-1/+2