summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [fc] Add Fibre Channel management commandsMichael Brown2010-09-155-0/+352
* [fc] Add support for Fibre Channel devicesMichael Brown2010-09-156-0/+3844
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-1447-2997/+4774
* [hermon] Use correct alignment for doorbell recordsMichael Brown2010-09-122-11/+37
* [hermon] Set event queue number for completion queuesMichael Brown2010-09-121-0/+1
* [hermon] Improve debugging output and facilitiesMichael Brown2010-09-122-91/+180
* [infiniband] Respond to CM disconnection requestsMichael Brown2010-09-122-68/+183
* [infiniband] Fix TID magic signatureMichael Brown2010-09-121-1/+1
* [infiniband] Include SRP by default, but only for Infiniband buildsMichael Brown2010-09-123-3/+24
* [ethernet] Include AoE only for Ethernet buildsMichael Brown2010-09-122-3/+23
* [build] Remove unnecessary constraint on DBG_ENABLE()/DBG_DISABLE()Michael Brown2010-09-121-2/+2
* [multiboot] Reduce length of "Features" startup bannerMichael Brown2010-09-121-1/+1
* [retry] Add TIMER_INIT() for initialising static timersMichael Brown2010-09-061-0/+9
* [rtl8139] Check for oversized packets when transmittingMichael Brown2010-09-051-0/+8
* [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