summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [test] Add NIST self-tests for AES192 in ECB and CBC modesMichael Brown2015-07-271-1/+33
* [crypto] Replace AES implementationMichael Brown2015-07-275-635/+836
* [test] Add NIST self-tests for AES128 and AES256 in ECB modeMichael Brown2015-07-271-0/+38
* [test] Define shortcuts for frequently-used NIST AES test vectorsMichael Brown2015-07-271-25/+30
* [test] Generalise cipher tests and use okx()Michael Brown2015-07-275-213/+192Star
* [crypto] Add ECB block cipher mode (for debug and self-tests only)Michael Brown2015-07-274-1/+142
* [802.11] Use correct SHA1_DIGEST_SIZE constant nameMichael Brown2015-07-271-1/+1
* [crypto] Add bit-rotation functions for 8-bit and 16-bit valuesMichael Brown2015-07-271-0/+20
* [build] Fix compiler warnings on some gcc versionsMichael Brown2015-07-271-1/+1
* [downloader] Provide direct access to the underlying data transfer bufferMichael Brown2015-07-221-0/+14
* [downloader] Use generic data-transfer buffer mechanismMichael Brown2015-07-221-74/+18Star
* [xferbuf] Add xfer_buffer() to provide direct access to underlying bufferMichael Brown2015-07-222-0/+44
* [xferbuf] Generalise to handle umalloc()-based buffersMichael Brown2015-07-223-25/+268
* [xfer] Add xfer_check_order() utility functionMichael Brown2015-07-222-0/+33
* [xfer] Use intf_poke() to implement xfer_window_changed()Michael Brown2015-07-221-11/+1Star
* [interface] Add intf_poke() helperMichael Brown2015-07-222-0/+30
* [profile] Add profile_custom() for profiling with arbitrary time unitsMichael Brown2015-07-221-0/+14
* [fault] Add inject_corruption() to randomly corrupt dataMichael Brown2015-07-222-0/+50
* [fault] Generalise NETDEV_DISCARD_RATE fault injection mechanismMichael Brown2015-07-226-8/+110
* [tcp] Ensure FIN is actually sent if connection is closed while idleMichael Brown2015-07-221-0/+1
* [build] Add named configuration for qemuMichael Brown2015-07-228-0/+10
* [efi] Allow user experience to be downgradedMichael Brown2015-07-222-0/+35
* [efi] Fix receive and transmit completion reportingMichael Brown2015-07-222-80/+79Star
* [bios] Add ANSI blink attributeChristian Nilsson2015-07-221-0/+6
* [tg3] Add support for BCM57766Bernd Wiebelt2015-07-063-0/+3
* [ipoib] Transmit multicast packets as broadcastsMichael Brown2015-07-061-2/+4
* [tcp] Gracefully close connections during shutdownMichael Brown2015-07-042-1/+63
* [xen] Wait for and clear XenStore event before receiving dataMichael Brown2015-06-302-0/+23
* [gdb] Allow gdbstub to be started on an arbitrary serial portMichael Brown2015-06-292-7/+44
* [ipoib] Attempt to generate ARPs as needed to repopulate REMAC cacheMichael Brown2015-06-293-8/+57
* [ipoib] Mark REMAC cache as expensiveMichael Brown2015-06-291-1/+1
* [comboot] Implement INT22,0x000cWissam Shoukair2015-06-291-0/+4
* [serial] Use new UART abstraction in serial console driverMichael Brown2015-06-297-282/+155Star
* [gdb] Use new UART abstraction in GDB serial transportMichael Brown2015-06-292-17/+45
* [serial] Add general abstraction of a 16550-compatible UARTMichael Brown2015-06-296-0/+371
* [pxe] Always reconstruct packet for PXENV_GET_CACHED_INFOMichael Brown2015-06-291-10/+8Star
* [dhcp] Defer discovery if link is blockedMichael Brown2015-06-251-0/+9
* [stp] Fix interpretaton of hello timeMichael Brown2015-06-251-3/+3
* [stp] Add support for detecting Spanning Tree Protocol non-forwarding portsMichael Brown2015-06-255-0/+233
* [netdevice] Add a generic concept of a "blocked link"Michael Brown2015-06-253-2/+70
* [ethernet] Add minimal support for receiving LLC framesMichael Brown2015-06-251-2/+36
* [mromprefix] Report a dummy size at offset 0x02 of .mrom payloadMichael Brown2015-06-251-0/+1
* [tcp] Do not shrink window when discarding received packetsMichael Brown2015-06-251-20/+3Star
* [pci] Use flat real mode to call INT 1a,b101Michael Brown2015-06-231-1/+5
* [xhci] Ignore invalid protocol speed ID values on Intel Skylake platformsMichael Brown2015-06-182-3/+9
* [xhci] Record device-specific quirks in xHCI device structureMichael Brown2015-06-182-3/+6
* [ipoib] Fix REMAC cache discarderMichael Brown2015-06-011-3/+11
* [xhci] Fix comparison of signed and unsigned integersMichael Brown2015-06-011-1/+1
* [build] Fix .ids.o creation for drivers not in the all-drivers buildMichael Brown2015-06-012-2/+2
* [xhci] Fix length of allocated slot arrayMichael Brown2015-06-011-2/+3