1. 544a6a9 [build] Use PRODUCT_SHORT_NAME for end-user visible strings by Michael Brown · 10 years ago
  2. 1c3fb3c [build] Move branding information to config/branding.h by Michael Brown · 10 years ago
  3. 32d20fd [xhci] Delay after (possibly) forcing port link state to RxDetect by Michael Brown · 10 years ago
  4. 1bb9e88 [ecm] Add support for CDC-ECM USB Ethernet devices by Michael Brown · 10 years ago
  5. 58c3e7f [usb] Allow usb_stream() to enforce a terminating short packet by Michael Brown · 10 years ago
  6. 17aceb3 [usb] Parse endpoint descriptor bInterval field by Michael Brown · 10 years ago
  7. cf153f6 [usb] Handle CDC union functional descriptors by Michael Brown · 10 years ago
  8. a60f2dd [usb] Try multiple USB device configurations by Michael Brown · 10 years ago
  9. 2e72d10 [ncm] Reserve headroom in received packets by Michael Brown · 10 years ago
  10. 95bc563 [pxe] Maintain a queue for received PXE UDP packets by Michael Brown · 10 years ago
  11. c9dbe1d [pxe] Use tftp_uri() to construct PXE TFTP URIs by Michael Brown · 10 years ago
  12. e2a26f7 [uri] Allow tftp_uri() to construct a URI with a custom port by Michael Brown · 10 years ago
  13. 2dfdcae [tftp] Explicitly abort connection whenever parent interface is closed by Michael Brown · 10 years ago
  14. 2d3f2b2 [ncm] Use large multi-packet buffers by default by Michael Brown · 10 years ago
  15. 66048e3 [usb] Report xHCI host controller events by Michael Brown · 10 years ago
  16. cc5a27f [ncm] Add support for CDC-NCM USB Ethernet devices by Michael Brown · 10 years ago
  17. fd53ada [usb] Add support for xHCI host controllers by Michael Brown · 10 years ago
  18. e17e771 [usb] Add basic support for USB hubs by Michael Brown · 10 years ago
  19. 018b13d [usb] Add basic support for USB devices by Michael Brown · 10 years ago
  20. 8c43891 [romprefix] Ensure UNDI loader can be included by all ROM types by Michael Brown · 10 years ago
  21. 072d656 [pci] Allow drivers to specify a PCI class by Michael Brown · 10 years ago
  22. d38bac0 [build] Include Hyper-V driver in the all-drivers build by Michael Brown · 10 years ago
  23. 0166a68 [hyperv] Require support for VMBus version 3.0 or newer by Michael Brown · 10 years ago
  24. af07324 [hyperv] Tidy up debug output by Michael Brown · 10 years ago
  25. f6a3bc0 [rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006 by Michael Brown · 10 years ago
  26. 639632b [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messages by Michael Brown · 10 years ago
  27. a69c995 [hyperv] Increase TX ring size by Michael Brown · 10 years ago
  28. 4e68216 [hyperv] Receive all VMBus messages in a poll by Michael Brown · 10 years ago
  29. 6729146 [rndis] Clear receive filter when closing the device by Michael Brown · 10 years ago
  30. cd68d93 [hyperv] Tear down NetVSC RX buffer GPADL after closing VMBus device by Michael Brown · 10 years ago
  31. 4de0e27 [rndis] Send RNDIS_HALT_MSG by Michael Brown · 10 years ago
  32. 1d0ade4 [rndis] Send RNDIS_INITIALISE_MSG by Michael Brown · 10 years ago
  33. ef16d0d [hyperv] Add support for NetVSC paravirtual network devices by Michael Brown · 10 years ago
  34. d189497 [hyperv] Add support for VMBus devices by Michael Brown · 10 years ago
  35. d77a546 [hyperv] Add support for Hyper-V hypervisor by Michael Brown · 10 years ago
  36. 1d2b7c9 [rndis] Add generic RNDIS device abstraction by Michael Brown · 10 years ago
  37. c86b222 [iobuf] Add iob_split() to split an I/O buffer into portions by Michael Brown · 10 years ago
  38. d83fb45 [device] Provide a driver-private data field for root devices by Michael Brown · 10 years ago
  39. 35c5379 [malloc] Report caller address as soon as memory corruption is detected by Michael Brown · 10 years ago
  40. 7871666 [malloc] Check integrity of free list by Michael Brown · 10 years ago
  41. 9154f2a [malloc] Sanity check parameters to alloc_memblock() and free_memblock() by Michael Brown · 10 years ago
  42. 998e69a [malloc] Tidy up debug output by Michael Brown · 10 years ago
  43. 28149d3 [list] Add sanity checks after list-adding functions by Michael Brown · 10 years ago
  44. 67879f6 [libc] Add ASSERTED macro to test if any assertion has triggered by Michael Brown · 10 years ago
  45. 14722c2 [netdevice] Fix erroneous use of free(iobuf) instead of free_iob(iobuf) by Michael Brown · 10 years ago
  46. d085473 [vmxnet3] Add profiling code to exclude time spent in the hypervisor by Michael Brown · 10 years ago
  47. 5cbdc41 [crypto] Fix parsing of OCSP responder ID key hash by Michael Brown · 10 years ago
  48. a937615 [intel] Use autoloaded MAC address instead of EEPROM MAC address by Michael Brown · 10 years ago
  49. dea6a6c [ping] Allow "ping" command output to be inhibited by Michael Brown · 10 years ago
  50. 1c34ca7 [ping] Allow termination after a specified number of packets by Michael Brown · 10 years ago
  51. d1afe73 [ping] Report timed-out pings via the callback function by Michael Brown · 10 years ago
  52. af17abf [efi] Include NII driver within "snp" and "snponly" build targets by Michael Brown · 10 years ago
  53. feb3a0f [efi] Check for presence of UNDI in NII protocol by Michael Brown · 10 years ago
  54. 047baab [efi] Add NII / UNDI driver by Michael Brown · 10 years ago
  55. 318b5fc [efi] Update to current EDK2 headers by Michael Brown · 10 years ago
  56. b9a5ff2 [efi] Generalise snpnet_dev_info() to efi_device_info() by Michael Brown · 10 years ago
  57. b71e93b [efi] Free transmit ring entry before calling netdev_tx_complete() by Michael Brown · 10 years ago
  58. 86285d1 [intel] Add 8086:1557 card (Intel 82599 10G ethernet mezz) by Anton D. Kachalov · 10 years ago
  59. a48a71b [efi] Add definitions of GUIDs observed when chainloading from Intel driver by Michael Brown · 10 years ago
  60. 9ee89d0 [efi] Centralise definitions of more protocol GUIDs by Michael Brown · 10 years ago
  61. a3d8607 [build] Use -malign-double to build 32-bit UEFI binaries by Michael Brown · 10 years ago
  62. 6a22170 [dhcp] Remove obsolete dhcp_chaddr() function by Michael Brown · 10 years ago
  63. 08bcc0f [dhcp] Check for matching chaddr in received DHCP packets by Michael Brown · 10 years ago
  64. 5d9fbf3 [efi] Provide dummy device path in efi_image_probe() by Michael Brown · 10 years ago
  65. 0df7ce9 [intel] Add I217-LM PCI ID by Jan Kiszka · 10 years ago
  66. 5de37e1 [efi] Add efifatbin utility by Michael Brown · 10 years ago
  67. 895d73f [build] Clean up all binary directories on "make [very]clean" by Michael Brown · 10 years ago
  68. 0ce3c97 [efi] Allow for non-PCI snpnet devices by Michael Brown · 10 years ago
  69. 3bb910c [efi] Make EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL optional by Michael Brown · 10 years ago
  70. f94d651 [efi] Avoid returning uninitialised data from PCI configuration space reads by Michael Brown · 10 years ago
  71. 4c5b794 [efi] Use the SNP protocol instance to match the SNP chainloading device by Michael Brown · 10 years ago
  72. 0cc2f42 [efi] Wrap any images loaded by our wrapped image by Michael Brown · 10 years ago
  73. 2cb95c9 [efi] Make our virtual file system case insensitive by Michael Brown · 10 years ago
  74. 3357a8e [efi] Show details of intercepted LoadImage() calls by Michael Brown · 10 years ago
  75. 8049a52 [mromprefix] Allow for .mrom images larger than 128kB by Michael Brown · 10 years ago
  76. 3937274 [mromprefix] Use PCI length field to obtain length of individual images by Michael Brown · 10 years ago
  77. ee0c249 [util] Use PCI length field to obtain length of individual images by Michael Brown · 10 years ago
  78. 8b64cc7 [prefix] Report both %esi and %ecx when opening payload fails by Michael Brown · 10 years ago
  79. 9d21e13 [prefix] Halt system without burning CPU if we cannot access the payload by Michael Brown · 10 years ago
  80. bfe9f06 [build] Avoid deleting config header files if build is interrupted by Michael Brown · 10 years ago
  81. df202b3 [build] Avoid using embedded script in VirtualBox named configuration by Robin Smidsrød · 10 years ago
  82. 705907f [build] Allow ISA ROMs to be built by Michael Brown · 10 years ago
  83. 5b72cf0 [build] Remove obsolete references to .zrom build targets by Michael Brown · 10 years ago
  84. 16e2359 [romprefix] Do not preserve unused register %di by Michael Brown · 10 years ago
  85. ec7c331 [efi] Dump details of any calls to our dummy block and disk I/O protocols by Michael Brown · 10 years ago
  86. a56bba3 [efi] Add definitions of GUIDs observed during Windows boot by Michael Brown · 10 years ago
  87. 64dc45a [build] Add named configuration for VirtualBox by Robin Smidsrød · 10 years ago
  88. ead70bf [intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDs by Michael Brown · 10 years ago
  89. d461b8d [intel] Display before and after values for both PBS and PBA by Michael Brown · 10 years ago
  90. c845740 [intel] Display PBS value when applying ICH errata workaround by Michael Brown · 10 years ago
  91. c801cb2 [build] Allow for named configurations at build time by Michael Brown · 10 years ago
  92. 3953ddd [smc9000] Avoid using CONFIG as a preprocessor macro by Michael Brown · 10 years ago
  93. 8ab9f3c [readline] Add CTRL-W shortcut to remove a word by Marin Hannache · 10 years ago
  94. 8b2942a [xen] Cope with unexpected initial backend states by Michael Brown · 10 years ago
  95. be79ca5 [xen] Use version 1 grant tables by default by Michael Brown · 10 years ago
  96. 3f39f9f [xen] Accept alternative Xen platform PCI device ID 5853:0002 by Michael Brown · 10 years ago
  97. b17d953 [readline] Ensure cursor is visible when prompting for input by Michael Brown · 10 years ago
  98. f1b520d [efi] Support displaying and hiding cursor by Michael Brown · 10 years ago
  99. 6566690 [bios] Support displaying and hiding cursor by Michael Brown · 10 years ago
  100. 5c4f1da [efi] Generalise snpnet_pci_info() to efi_locate_device() by Michael Brown · 10 years ago