aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi/efinet.c
Commit message (Expand)AuthorAgeFilesLines
* efinet_dev_init() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
* loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome2019-08-061-1/+1
* Allow efi loader to get network params from ubootJustin Hibbits2019-07-121-0/+73
* efinet: Defer exclusively opening the network handlesRebecca Cran2019-06-191-14/+18
* efinet: Do not return only if ReceiveFilter failsEmmanuel Vadot2018-03-301-3/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+390