summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [xfer] Add xfer_window_changed()Michael Brown2010-09-052-0/+31
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-054-80/+169
* [netdevice] Add the concept of a network upper-layer driverMichael Brown2010-09-052-35/+114
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-0520-54/+50Star
* [sis190] Initialise network device before calling register_netdev()Michael Brown2010-09-051-1/+1
* [tables] Add for_each_table_entry_continue() and _continue_reverse()Michael Brown2010-09-051-0/+58
* [rtl8139] Strip CRC from received packetsMichael Brown2010-09-031-0/+1
* [retry] Hold reference while timer is running and during expiry callbackMichael Brown2010-09-0310-14/+31
* [process] Add process_running()Michael Brown2010-09-032-2/+13
* [tables] Add table_index()Michael Brown2010-09-031-0/+25
* [xfer] Add xfer_deliver_raw_meta()Michael Brown2010-09-032-5/+22
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-038-40/+30Star
* [eepro100] Add new PCI ID 8086:27dcMarty Connor2010-09-031-0/+1
* [build] Fix misaligned table entries when using gcc 4.5Piotr Jaroszyński2010-08-2014-26/+17Star
* [compiler] Prevent empty weak function stubs from being removedJoshua Oreman2010-08-192-1/+9
* [build] Add tap.linux to "make everything"Michael Brown2010-08-191-1/+2
* [linux] Add the tap driverPiotr Jaroszyński2010-08-194-0/+257
* [linux] Add command line argumentsPiotr Jaroszyński2010-08-194-0/+227
* [linux] Add device and driver modelPiotr Jaroszyński2010-08-194-0/+298
* [linux] Add empty smbiosPiotr Jaroszyński2010-08-195-0/+58
* [linux] Add napPiotr Jaroszyński2010-08-194-0/+60
* [linux] Add umallocPiotr Jaroszyński2010-08-194-0/+146
* [linux] Add uaccessPiotr Jaroszyński2010-08-194-0/+144
* [linux] Add timerPiotr Jaroszyński2010-08-194-0/+100
* [linux] Add consolePiotr Jaroszyński2010-08-194-1/+152
* [linux] Add most of the linux apiPiotr Jaroszyński2010-08-192-0/+283
* [linux] Add linux_syscallPiotr Jaroszyński2010-08-192-0/+78
* [linux] Add linux api headersPiotr Jaroszyński2010-08-194-0/+90
* [linux] Add linuxprefixPiotr Jaroszyński2010-08-192-0/+47
* [dhcp] Use i386-pcbios DHCP options on linuxPiotr Jaroszyński2010-08-191-0/+36
* [linux] Add linux platform skeletonPiotr Jaroszyński2010-08-197-2/+239
* [libc] Add strtoull()Piotr Jaroszyński2010-08-193-22/+90
* [mtnic] Switch to malloc_dma() and free_dma()Piotr Jaroszyński2010-08-171-29/+29
* [libc] Add isxdigit()Piotr Jaroszyński2010-08-171-0/+1
* [settings] Export find_setting()Piotr Jaroszyński2010-08-172-1/+2
* [build] Provide %.fd0 build targets only for pcbiosMichael Brown2010-08-173-15/+12Star
* [build] Add everything targetPiotr Jaroszyński2010-08-161-2/+16
* [build] Properly handle multiple goals per BIN directoryPiotr Jaroszyński2010-08-162-6/+17
* [build] Build pcbios specific drivers only on pcbiosPiotr Jaroszyński2010-08-162-2/+4
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-1613-47/+51
* [dhcp] Allow multiple interfaces in dhcp commandMichael Brown2010-08-161-22/+56
* [comboot] Run com32 programs with a valid IDTGeoff Lywood2010-08-014-6/+138
* [forcedeth] Replace driver with native iPXE driverAndrei Faur2010-08-012-1230/+2375
* [string] Use 64-bit registers in assembly memswap() on x86_64Joshua Oreman2010-08-011-4/+4
* [802.11] Fix a use-after-freeJoshua Oreman2010-08-011-0/+1
* [802.11] Use correct name for sec80211_detect()Joshua Oreman2010-08-011-3/+3
* [tcp] Fix a 64bit compile time errorPiotr Jaroszyński2010-07-221-1/+1
* [efi] Fix the 32-bit version of elf2efi64Geoff Lywood2010-07-212-12/+12
* [tcp] Allow out-of-order receive queue to be discardedMichael Brown2010-07-212-3/+50
* [malloc] Add cache discard mechanismMichael Brown2010-07-212-46/+85