summaryrefslogtreecommitdiffstats
path: root/lib/crc-itu-t.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-29[SCSI] fcoe: Fibre Channel over EthernetRobert Love8-0/+2696
2008-12-29[SCSI] libfc: A modular Fibre Channel libraryRobert Love13-0/+9509
2008-12-29[SCSI] FC protocol definition header filesRobert Love8-0/+1983
2008-12-29[SCSI] ibmvscsi: Don't fail EH due to insufficient resourcesBrian King1-2/+2
2008-12-29[SCSI] scsi_transport_spi: fix the misuse of scsi_execute return valueFUJITA Tomonori1-1/+1
2008-12-29[SCSI] st: convert st_int_ioctl to use st_scsi_kern_executeFUJITA Tomonori1-3/+6
2008-12-29[SCSI] st: convert get_location to use st_scsi_kern_executeFUJITA Tomonori1-4/+11
2008-12-29[SCSI] st: convert write_mode_page to use st_scsi_kern_executeFUJITA Tomonori1-7/+14
2008-12-29[SCSI] st: convert read_mode_page to use st_scsi_kern_executeFUJITA Tomonori1-6/+10
2008-12-29[SCSI] st: convert check_tape to use st_scsi_kern_executeFUJITA Tomonori1-10/+18
2008-12-29[SCSI] st: convert st_flush to use st_scsi_kern_executeFUJITA Tomonori1-4/+10
2008-12-29[SCSI] st: convert cross_eof to use st_scsi_kern_executeFUJITA Tomonori1-7/+14
2008-12-29[SCSI] st: convert do_load_unload to use st_scsi_kern_executeFUJITA Tomonori1-4/+9
2008-12-29[SCSI] st: convert set_location to use st_scsi_kern_executeFUJITA Tomonori1-4/+8
2008-12-29[SCSI] st: convert test_ready to use st_scsi_kern_executeFUJITA Tomonori1-8/+11
2008-12-29[SCSI] st: add st_scsi_kern_execute helper functionFUJITA Tomonori1-0/+22
2008-12-29[SCSI] st: move st_request initialization to st_allocate_request form st_do_scsiFUJITA Tomonori1-13/+19
2008-12-29[SCSI] lpfc 8.3.0 : Update driver version to 8.3.0James Smart1-1/+1
2008-12-29[SCSI] lpfc 8.3.0 : Hook lpfc's debugfs into KconfigJames Smart4-9/+16
2008-12-29[SCSI] lpfc 8.3.0 : Add BlockGuard support (T10-DIF) codeJames Smart5-17/+1026
2008-12-29[SCSI] lpfc 8.3.0 : Add BlockGuard support (T10-DIF) structs and defsJames Smart6-10/+432
2008-12-29[SCSI] lpfc 8.3.0 : Fix some memory handling issuesJames Smart3-74/+23
2008-12-29[SCSI] lpfc 8.3.0 : Add active interrupt test for enabling MSI/MSI-X/INTxJames Smart4-154/+302
2008-12-29[SCSI] lpfc 8.3.0 : Fix several minor issuesJames Smart8-50/+41
2008-12-29[SCSI] lpfc 8.3.0 : Fix issue with assumed Interrupt Enable Block supportJames Smart2-8/+6
2008-12-29[SCSI] lpfc 8.3.0 : Added 3 small features and improve PCI EEH supportJames Smart5-11/+139
2008-12-29[SCSI] lpfc 8.3.0 : Fix multiple NPIV issuesJames Smart6-35/+78
2008-12-29[SCSI] lpfc 8.3.0 : Fix system crash due to uninitialized node accessJames Smart2-40/+56
2008-12-29[SCSI] lpfc 8.3.0 : Add kernel-doc headers to lpfc_scsi.cJames Smart1-13/+274
2008-12-29[SCSI] lpfc 8.3.0 : Add support for Power Management Suspend/Resume operationsJames Smart2-5/+117
2008-12-29[SCSI] lpfc 8.3.0 : Rework RSCN netlink event to send entire RSCN payloadJames Smart7-26/+126
2008-12-29[SCSI] retry with missing data for INQUIRYFUJITA Tomonori1-1/+11
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori11-28/+38
2008-12-29[SCSI] ibmvfc: Fix errors due to inconsistent command dataBrian King1-0/+2
2008-12-29[SCSI] ibmvfc: Delay NPIV login retry and add retriesBrian King2-6/+15
2008-12-29[SCSI] libiscsi_tcp: support padding offloadMike Christie4-22/+29
2008-12-29[SCSI] libiscsi: handle init task failures.Mike Christie1-2/+2
2008-12-29[SCSI] libiscsi: pass opcode into alloc_pdu calloutMike Christie5-11/+11
2008-12-29[SCSI] libiscsi: allow drivers to modify the itt sent to the targetMike Christie3-15/+40
2008-12-29[SCSI] iscsi_tcp: hook iscsi_tcp into new libiscsi_tcp moduleMike Christie3-1338/+259
2008-12-29[SCSI] iscsi_tcp: split module into lib and lldMike Christie2-0/+1291
2008-12-29[SCSI] iscsi_tcp: add iscsi_tcp prefix to iscsi_tcp functionsMike Christie1-22/+16
2008-12-29[SCSI] libiscsi: change login data buffer allocationMike Christie1-2/+4
2008-12-29[SCSI] iscsi_tcp: remove unused r2t handlingMike Christie1-91/+0
2008-12-29[SCSI] iscsi_tcp: convert to new alloc_hdr apiMike Christie2-149/+121
2008-12-29[SCSI] iser: convert iser to new alloc_pdu apiMike Christie2-26/+27
2008-12-29[SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol ...Mike Christie3-70/+156
2008-12-29[SCSI] iscsi_tcp: prepare helpers for LLDs that can offload some operationsMike Christie2-33/+92
2008-12-29[SCSI] remove timeout from struct scsi_deviceJames Bottomley1-2/+0
2008-12-29[SCSI] st: update to use block timeoutJames Bottomley1-19/+28