1. e9b19eb efi_loader: efi_net: add EFI_HTTP_PROTOCOL by Adriano Cordova · Wed Dec 04 00:05:26 2024 -0300
  2. 9debc90 efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOL by Adriano Cordova · Wed Dec 04 00:05:25 2024 -0300
  3. 0d1f509 efi_loader: net: add support to send http requests and parse http headers by Adriano Cordova · Wed Dec 04 00:05:24 2024 -0300
  4. 93cba0f efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wget by Adriano Cordova · Wed Dec 04 00:05:23 2024 -0300
  5. 3c95136 efi_loader: efi_net: add efi_net_set_addr, efi_net_get_addr by Adriano Cordova · Wed Dec 04 00:05:21 2024 -0300
  6. cd05b9c efi_loader: Remove <common.h> by Tom Rini · Thu Dec 14 13:16:55 2023 -0500
  7. 2f1a93f efi_loader: fix handling of DHCP acknowledge by Heinrich Schuchardt · Sat Nov 26 16:44:38 2022 +0100
  8. fab8910 efi_loader: fix use after free in receive path by Patrick Wildt · Wed Oct 07 11:04:33 2020 +0200
  9. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  10. dc305ad doc: UEFI API documentation by Heinrich Schuchardt · Thu Sep 05 20:37:13 2019 +0200
  11. 33b318d efi_loader: implement MCastIPtoMAC by Heinrich Schuchardt · Sun Sep 01 17:17:53 2019 +0200
  12. 6a6e7d8 efi_loader: fix status management in network stack by Heinrich Schuchardt · Sun Sep 01 15:24:47 2019 +0200
  13. 0218a8f efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header by Heinrich Schuchardt · Sat Aug 31 10:55:29 2019 +0200
  14. d3f1ff2 efi_loader: interrupts in simple network protocol by Heinrich Schuchardt · Sat Aug 31 09:56:30 2019 +0200
  15. 3127e7e efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub by Heinrich Schuchardt · Tue Aug 06 08:13:33 2019 +0200
  16. f286c2c efi_loader: parameter checks simple network protocol by Heinrich Schuchardt · Wed May 15 23:27:43 2019 +0200
  17. 788ad41 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · Sat Apr 20 07:39:11 2019 +0200
  18. b6f2036 efi_loader: fix simple network protocol by Heinrich Schuchardt · Sat Dec 01 00:16:33 2018 +0100
  19. eb07c28 efi_loader: correctly aligned transmit buffer by Heinrich Schuchardt · Sat Dec 01 00:16:32 2018 +0100
  20. 5e96f42 efi_loader: fix typos by Heinrich Schuchardt · Thu Oct 18 21:51:38 2018 +0200
  21. 7292872 efi_loader: rename parent to header by Heinrich Schuchardt · Wed Sep 26 05:27:56 2018 +0200
  22. adb50d0 efi_loader: eliminate handle member by Heinrich Schuchardt · Wed Sep 26 05:27:55 2018 +0200
  23. 8d7bc9f efi_loader: remove lcd.h from efi_net.c by Heinrich Schuchardt · Mon Oct 01 05:24:46 2018 +0200
  24. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  25. 27df0a7 initialize net_mode.if_type by Andrew Thomas · Thu Jun 21 16:21:01 2018 -0700
  26. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  27. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  28. ad4d67c efi_loader: completely initialize network by Heinrich Schuchardt · Tue Apr 03 22:06:52 2018 +0200
  29. 86df48c efi_loader: use TPL_NOTIFY for network timer event by Heinrich Schuchardt · Sat Mar 24 18:40:22 2018 +0100
  30. bf7f169 efi_loader: implement event groups by Heinrich Schuchardt · Sun Feb 18 15:17:52 2018 +0100
  31. 6f5c73f efi_loader: return efi_status_t from efi_net_register by Heinrich Schuchardt · Sat Mar 03 15:28:56 2018 +0100
  32. 967d7de efi_loader: helper function to add EFI object to list by Heinrich Schuchardt · Sun Nov 26 14:05:23 2017 +0100
  33. 99ce206 efi_loader: manage protocols in a linked list by Heinrich Schuchardt · Sun Nov 26 14:05:17 2017 +0100
  34. 23b45b6 efi_loader: efi_net: use efi_add_protocol by Heinrich Schuchardt · Sun Nov 26 14:05:13 2017 +0100
  35. 2f16793 efi_loader: efi_net: check return value of calloc by Heinrich Schuchardt · Thu Oct 26 19:25:47 2017 +0200
  36. aa0d197 efi_loader: fill return values in SimpleNetworkProtocol by Heinrich Schuchardt · Thu Oct 05 16:36:04 2017 +0200
  37. f66b2e3 efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · Thu Oct 05 16:36:03 2017 +0200
  38. e371c5f efi_loader: fix efi_net_get_status by Heinrich Schuchardt · Thu Oct 05 16:36:02 2017 +0200
  39. 0c153c2 efi_loader: implement WaitForPacket event by Heinrich Schuchardt · Thu Oct 05 16:36:01 2017 +0200
  40. 3d7fc69 efi_loader: use events for efi_net_receive by Heinrich Schuchardt · Thu Oct 05 16:36:00 2017 +0200
  41. a50b5c6 efi_net: return EFI_UNSUPPORTED where appropriate by Heinrich Schuchardt · Thu Oct 05 16:35:59 2017 +0200
  42. d1cc6cb efi_loader: efi_net: hwaddr_size = 6 by Heinrich Schuchardt · Thu Oct 05 16:35:58 2017 +0200
  43. d54396a efi_loader: fill simple network protocol revision by Heinrich Schuchardt · Thu Oct 05 16:35:57 2017 +0200
  44. f8db922 efi_loader: refactor boot device and loaded_image handling by Rob Clark · Wed Sep 13 18:05:33 2017 -0400
  45. 88d2cb5 efi_loader: use proper device-paths for net by Rob Clark · Wed Sep 13 18:05:32 2017 -0400
  46. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:14 2017 +0200
  47. 5c861d4 efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · Mon Oct 24 10:47:01 2016 -0700
  48. c2194bf efi: Fix missing EFIAPI specifiers by Simon Glass · Sun Sep 25 15:27:32 2016 -0600
  49. 0b12b86 efi_loader: Allow bouncing for network by Alexander Graf · Tue Sep 06 14:26:27 2016 +0200
  50. 94c4b99 efi_loader: Add network access support by Alexander Graf · Fri May 06 21:01:01 2016 +0200