aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [SCSI] advansys: cleanupsAdrian Bunk2007-05-272-129/+8
| * | | [SCSI] sbp2: convert to use the data buffer accessorsFUJITA Tomonori2007-05-271-71/+4
| * | | [SCSI] fdomain: fix PCMCIA-related warningsJeff Garzik2007-05-271-4/+24
| * | | [SCSI] 53c7xx: kill driverChristoph Hellwig2007-05-2712-12651/+1
| * | | [SCSI] BusLogic: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-30/+21
| * | | [SCSI] qlogicfas408: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-19/+11
| * | | [SCSI] u14-34f: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-33/+27
| * | | [SCSI] ultrastor: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-10/+9
| * | | [SCSI] wd7000: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-9/+11
| * | | [SCSI] eata: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-34/+14
| * | | [SCSI] initio: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-25/+11
| * | | [SCSI] aha1740: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-33/+15
| * | | [SCSI] a100u2w: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-33/+17
| * | | [SCSI] fdomain: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-22/+20
| * | | [SCSI] sym53c500_cs: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-23/+19
| * | | [SCSI] sym53c416: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-26/+18
| * | | [SCSI] NCR53c406a: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-27/+18
| * | | [SCSI] mac53c94: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-41/+21
| * | | [SCSI] ibmmca: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-15/+13
| * | | [SCSI] aic79xx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-262-40/+15
| * | | [SCSI] aic7xxx: convert to use the data buffer accessorsFUJITA Tomonori2007-05-262-51/+12
| * | | [SCSI] 53c700: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-40/+15
| * | | [SCSI] scsi_lib: add scatter/gather data buffer accessorsFUJITA Tomonori2007-05-262-0/+58
| * | | [SCSI] fc_transport: fix sysfs deadlock on vport deleteJames Smart2007-05-263-93/+105
| * | | [SCSI] qla4xxx: ql4_os.c bugfixesDavid C Somayajulu2007-05-261-4/+13
| * | | [SCSI] qla4xxx: ql4_mbx.c remove dead code bugfixesDavid C Somayajulu2007-05-261-171/+103
| * | | [SCSI] qla4xxx: ql4_isr.c support for new mbx cmdsDavid C Somayajulu2007-05-261-18/+35
| * | | [SCSI] qla4xxx: update rev num and misc cleanupDavid C Somayajulu2007-05-264-4/+17
| * | | [SCSI] qla4xxx: ql4_init.c bugfixesDavid C Somayajulu2007-05-261-29/+63
| * | | [SCSI] qla4xxx: ql4_fw.h add support for qla4032David C Somayajulu2007-05-261-249/+177
| * | | [SCSI] qla4xxx: ql4_def.h log all AENs and cleanupDavid C Somayajulu2007-05-261-39/+39
| * | | [SCSI] qla4xxx: ql4_dbg.c remove dead codeDavid C Somayajulu2007-05-261-171/+3
| * | | [SCSI] megaraid: fix compiler warningsMartin Bligh2007-05-261-5/+5
| * | | [SCSI] ips: remove kernel 2.4 codeAdrian Bunk2007-05-242-169/+20
| * | | [SCSI] nsp32: remove kernel 2.4 codeAdrian Bunk2007-05-241-96/+13
| * | | [SCSI] ncr5380 warning fixesAndrew Morton2007-05-242-8/+10
| * | | [SCSI] aacraid,qla2xxx: use irq_handler_t where appropriateJeff Garzik2007-05-242-2/+2
| * | | [SCSI] NCR5380: Replace yield() with a better alternativeAmol Lad2007-05-241-1/+1
| * | | [SCSI] scsi_error: send the sense buffer down without copyingJames Bottomley2007-05-241-23/+3
| * | | [SCSI] sd: remove __GFP_DMABernhard Walle2007-05-241-1/+1
| * | | [SCSI] jazz_esp: converted to use esp_coreThomas Bogendoerfer2007-05-222-247/+184
| * | | [SCSI] initio: Convert into a real Linux driver and update to modern styleAlan Cox2007-05-222-2173/+1963
| * | | [SCSI] aacraid: add support for FUASalyzyn, Mark2007-05-223-20/+55
| * | | [SCSI] aha152x: use wait_for_completion_timeoutChristoph Hellwig2007-05-221-32/+18
| * | | [SCSI] kill scsi host template suspend/resumeTejun Heo2007-05-222-28/+3
| * | | [SCSI] ibmmca: convert to new probing API and fix oopsesJames Bottomley2007-05-223-705/+563
| * | | [SCSI] FC Transport support for vports based on NPIVJames Smart2007-05-163-29/+1399
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-1592-1328/+2955
|\ \ \ \
| * | | | [TCP]: Verify the presence of RETRANS bit when leaving FRTOIlpo Järvinen2007-07-151-1/+3
| * | | | [IPV6]: Call inet6addr_chain notifiers on link downVlad Yasevich2007-07-151-0/+1