summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [libprefix] Fix building on 64-bit FreeBSD 8.4Michael Brown2015-03-231-1/+1
* [usb] Fix USB timeouts to match specificationMichael Brown2015-03-183-7/+37
* [netdevice] Add missing bus types to netdev_fetch_bustype()Michael Brown2015-03-181-0/+4
* [ehci] Add support for EHCI host controllersMichael Brown2015-03-187-0/+2370
* [xhci] Do not release ownership back to BIOS when booting an OSMichael Brown2015-03-181-0/+27
* [usb] Add config/usb.h for USB configuration optionsMichael Brown2015-03-183-1/+26
* [autoboot] Match against parent devices when matching by bus type and locationMichael Brown2015-03-171-2/+7
* [xhci] Forcibly disable SMIs if BIOS fails to release ownershipMichael Brown2015-03-161-10/+10
* [usb] Add functions for manual device address assignmentMichael Brown2015-03-162-0/+70
* [ncm] Respect maximum transfer size of the busMichael Brown2015-03-161-0/+3
* [usb] Add the concept of a USB bus maximum transfer sizeMichael Brown2015-03-164-3/+12
* [libc] Add ffs(), ffsl(), and ffsll()Michael Brown2015-03-164-6/+233
* [tcpip] Fix dubious calculation of min_portMichael Brown2015-03-131-1/+1
* [smsc75xx] Move RX FIFO overflow message to DBGLVL_EXTRAMichael Brown2015-03-121-1/+2
* [tcp] Implement support for TCP Selective Acknowledgements (SACK)Michael Brown2015-03-122-4/+202
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-117-3/+11
* [smsc75xx] Add driver for SMSC/Microchip LAN75xx USB Ethernet NICsMichael Brown2015-03-113-0/+1366
* [mii] Add generic mii_check_link() functionMichael Brown2015-03-102-0/+34
* [legal] Relicense Davicom DM96xx driversMichael Brown2015-03-102-2/+6
* [dm96xx] Add driver for Davicom DM96xx USB Ethernet NICsMichael Brown2015-03-094-1/+865
* [intel] Add PCI ID for I218-LMThomas Miletich2015-03-091-0/+1
* [http] Support MD5-sess Digest authenticationMichael Brown2015-03-091-2/+42
* [http] Abstract out HTTP Digest hash algorithm operationsMichael Brown2015-03-091-28/+56
* [xen] Set the "feature-rx-notify" flag for netfront devicesMichael Brown2015-03-091-0/+8
* [xhci] Undo PCH-specific quirk fixes when removing deviceMichael Brown2015-03-062-17/+51
* [xhci] Enable USB3 ports on Intel PCH8/PCH9 controllersMichael Brown2015-03-062-0/+55
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0515-15/+47
* [retry] Colourise debug outputMichael Brown2015-03-051-10/+10
* [retry] Rewrite unrelicensable portions of retry.cMichael Brown2015-03-054-41/+72
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-057-80/+73Star
* [i386] Move real_to_user() to realmode.hMichael Brown2015-03-054-12/+14
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-0537-43/+182
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-0511-77/+21Star
* [build] Remove obsolete and unused portions of config.cMichael Brown2015-03-044-55/+0Star
* [pxe] Remove obsolete references to pxeparent_dhcpMichael Brown2015-03-032-6/+0Star
* [build] Remove unused __keepme macroMichael Brown2015-03-031-8/+0Star
* [build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macrosMichael Brown2015-03-031-48/+0Star
* [malloc] Rewrite unrelicensable portions of malloc.cMichael Brown2015-03-032-24/+43
* [malloc] Move valgrind headers out of arch/x86Michael Brown2015-03-032-0/+0
* [settings] Use generic jump scrolling abstractionMichael Brown2015-03-031-196/+155Star
* [menu] Abstract out the generic concept of a jump scrollerMichael Brown2015-03-033-65/+221
* [settings] Rewrite unrelicensable portions of settings.cMichael Brown2015-03-031-6/+13
* [settings] Use list_first_entry() when unregistering child settingsMichael Brown2015-03-031-2/+2
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-0311-321/+124Star
* [pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown2015-03-025-289/+57Star
* [iscsi] Rewrite unrelicensable portions of iscsi.cMichael Brown2015-03-021-36/+28Star
* [list] Relicense list.hMichael Brown2015-03-021-1/+1
* [elf] Rewrite ELF headerMichael Brown2015-03-021-215/+62Star
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-029-158/+160
* [libc] Rewrite setjmp() and longjmp()Michael Brown2015-03-022-49/+81