aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Always call ib_link_state_changed() in ib_smc_update()Michael Brown2010-09-164-16/+46
* [scsi] Include sense key within error number reported to userMichael Brown2010-09-152-1/+65
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-1522-205/+186
* [e1000] Strip the Ethernet CRC from received packetsMichael Brown2010-09-151-1/+1
* [fcoe] Disambiguate the various error cases and add a CRC failure messageMichael Brown2010-09-151-4/+29
* [netdevice] Report network-layer errors via network device statisticsMichael Brown2010-09-151-2/+7
* [fcoe] Add support for Fibre Channel over EthernetMichael Brown2010-09-157-0/+467
* [fcp] Add support for the Fibre Channel ProtocolMichael Brown2010-09-156-0/+1181
* [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/+50
* [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/+30
* [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/+17
* [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