r8169: Fix receive buffer length when MTU is between 1515 and 1536
[safe/jmp/linux-2.6] / drivers / scsi /
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-21 Uwe Kleine-Koenigtrivial: fix typo in aic7xxx comment
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
2009-09-20 Jaswinder Singh... includecheck fix: drivers/scsi, ibmvscsi.c
2009-09-20 Jaswinder Singh... includecheck fix: drivers/scsi, libfcoe.c
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-15 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-09-12 James Bottomley[SCSI] fix oops during scsi scanning
2009-09-12 Bart Van Assche[SCSI] libsrp: fix memory leak in srp_ring_free()
2009-09-12 Mike Christie[SCSI] libiscsi, bnx2i: make bound ep check common
2009-09-12 Mike Christie[SCSI] libiscsi: add completion function for drivers...
2009-09-12 Moger, Babu[SCSI] scsi_dh_rdac: changes for rdac debug logging
2009-09-12 Moger, Babu[SCSI] scsi_dh_rdac: changes to collect the rdac debug...
2009-09-12 Moger, Babu[SCSI] scsi_dh_rdac: move the init code from rdac_activ...
2009-09-12 Michal Schmidt[SCSI] sg: fix oops in the error path in sg_build_indir...
2009-09-12 Charlie Brady[SCSI] scsi_dh_rdac: Add support for Sun StorageTek...
2009-09-12 Anil Ravindranath[SCSI] pmcraid: PMC-Sierra MaxRAID driver to support...
2009-09-12 Giridhar Malavali[SCSI] qla2xxx: Update version number to 8.03.01-k6.
2009-09-12 Andrew Vasquez[SCSI] qla2xxx: Properly delete rports attached to...
2009-09-12 Andrew Vasquez[SCSI] qla2xxx: Correct various NPIV issues.
2009-09-12 Lalit Chandivade[SCSI] qla2xxx: Correct qla2x00_eh_wait_on_command...
2009-09-12 Andrew Vasquez[SCSI] qla2xxx: Further limit device-table (qla_devtbl...
2009-09-12 Santosh Vernekar[SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag...
2009-09-11 Tejun Heoscsi,block: update SCSI to handle mixed merge failures
2009-09-10 Joe Eykholt[SCSI] fcoe: flush per-cpu thread work when destroying...
2009-09-10 Joe Eykholt[SCSI] libfc: don't swap OX_ID and RX_ID when sending...
2009-09-10 Joe Eykholt[SCSI] libfc: send GPN_ID in reaction to single-port...
2009-09-10 Joe Eykholt[SCSI] libfc: fix handling of incoming Discover Address...
2009-09-10 Joe Eykholt[SCSI] libfc: use ADISC to verify rport login state
2009-09-10 Joe Eykholt[SCSI] libfc: LOGO response code had extraeous enter_rtv
2009-09-10 Joe Eykholt[SCSI] libfc: re-login to remote ports that send us...
2009-09-10 Joe Eykholt[SCSI] libfc: fix rport error handling for login-requir...
2009-09-10 Joe Eykholt[SCSI] libfc: correctly handle incoming PLOGI request.
2009-09-10 Joe Eykholt[SCSI] libfc: improve debug messages for ELS response...
2009-09-10 Joe Eykholt[SCSI] libfc: fix: rport_recv_req needs disc_mutex...
2009-09-10 Joe Eykholt[SCSI] libfc: move remote port lookup for ELS requests...
2009-09-10 Robert Love[SCSI] libfc: Always reset remote port roles when recei...
2009-09-10 Robert Love[SCSI] libfc: Initialize fc_rport_identifiers inside...
2009-09-10 Joe Eykholt[SCSI] libfc: don't do discovery before callback is set
2009-09-10 Joe Eykholt[SCSI] libfc: clean up point-to-point discovery code.
2009-09-10 Joe Eykholt[SCSI] libfc: discovery gpn_ft parse bug
2009-09-10 Joe Eykholt[SCSI] libfc: discovery retry should clear pending...
2009-09-10 Joe Eykholt[SCSI] libfc: fix: empty zone causes endless discovery...
2009-09-10 Joe Eykholt[SCSI] libfc: handle discovery failure more correctly.
2009-09-10 Joe Eykholt[SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp()
2009-09-10 Joe Eykholt[SCSI] libfc: discovery restart sequence error fix
2009-09-10 Joe Eykholt[SCSI] libfc: do not log off rports before or after...
2009-09-10 Joe Eykholt[SCSI] libfc: move rport_lookup into fc_rport.c
2009-09-10 Joe Eykholt[SCSI] libfc: change to make remote port callback optional
2009-09-10 Joe Eykholt[SCSI] libfc: have rport_create do a lookup for pre...
2009-09-10 Joe Eykholt[SCSI] libfc: make rport module maintain the rport...
2009-09-10 Joe Eykholt[SCSI] libfc: simplify fc_lport_rport_callback
2009-09-10 Joe Eykholt[SCSI] libfc: rport debug messages were printing pointe...
2009-09-10 Joe Eykholt[SCSI] libfc: remove unused disc->delay element
2009-09-10 Joe Eykholt[SCSI] libfc: eliminate disc->event
2009-09-10 Joe Eykholt[SCSI] libfc: fix rport event race between READY and...
2009-09-10 Joe Eykholt[SCSI] libfc: don't create dummy (rogue) remote ports
2009-09-10 Joe Eykholt[SCSI] libfc: rename rport event CREATED to READY
2009-09-10 Joe Eykholt[SCSI] libfc: rearrange code in fc_rport_work
2009-09-10 Joe Eykholt[SCSI] libfc: make rport structure optional
2009-09-10 Joe Eykholt[SCSI] libfc: change elsct to use FC_ID instead of...
2009-09-10 Joe Eykholt[SCSI] libfc: make fc_rport_priv the primary rport...
2009-09-10 Joe Eykholt[SCSI] libfc: change interface for rport_create
2009-09-10 Joe Eykholt[SCSI] libfc: prepare to split off struct fc_rport_priv...
2009-09-10 Chris Leech[SCSI] fcoe: use rtnl mutex in place of hostlist lock
2009-09-10 Chris Leech[SCSI] fcoe: Fix module ref count bug by adding NETDEV...
2009-09-10 Chris Leech[SCSI] fcoe: move the host-list add/remove to keep...
2009-09-10 Chris Leech[SCSI] fcoe: add mutex to protect create and destroy
2009-09-10 Chris Leech[SCSI] fcoe: split out per interface setup
2009-09-10 Chris Leech[SCSI] fcoe: fcoe_interface create, destroy and refcounting
2009-09-10 Chris Leech[SCSI] fcoe: remove fcoe_interface->priv pointer
2009-09-10 Chris Leech[SCSI] fcoe: move offload exchange manager pointer...
2009-09-10 Chris Leech[SCSI] fcoe: move FIP controller from fcoe_port to...
2009-09-10 Chris Leech[SCSI] fcoe: move packet handlers from fcoe_port to...
2009-09-10 Chris Leech[SCSI] fcoe: move netdev to fcoe_interface
2009-09-10 Chris Leech[SCSI] fcoe: Introduce and allocate fcoe_interface...
2009-09-10 Chris Leech[SCSI] fcoe: interface changes to fcoe_if_create and...
2009-09-10 Joe Eykholt[SCSI] fcoe: remove unnecessary list and lock initializ...
2009-09-10 Chris Leech[SCSI] fcoe: fix missing error check in call to fcoe_if...
2009-09-10 Chris Leech[SCSI] libfcoe: fcoe_ctlr_destroy use cancel_work_sync...
2009-09-10 Yi Zou[SCSI] fcoe: Add sysfs parameter to fcoe for minimum...
2009-09-06 Steve WiseRDMA/cxgb3: Handle port events properly
2009-09-05 Vasu Dev[SCSI] fcoe, libfc: fully makes use of per cpu exch...
2009-09-05 Vasu Dev[SCSI] fcoe, libfc: adds per cpu exch pool within excha...
2009-09-05 Joe Eykholt[SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING...
2009-09-05 Robert Love[SCSI] libfc: Fix misleading debug statement
2009-09-05 Robert Love[SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG...
2009-09-05 Mike Christie[SCSI] libiscsi, iscsi_tcp: check suspend bit before...
2009-09-05 Mike Christie[SCSI] iscsi_tcp: add new conn error to indicate tcp...
2009-09-05 Mike Christie[SCSI] iscsi class: Add logging to scsi_transport_iscsi.c
2009-09-05 Mike Christie[SCSI] qla4xxx: Removed residual from overrun debug...
2009-09-05 Mike Christie[SCSI] libiscsi: handle immediate command rejections
2009-09-05 Mike Christie[SCSI] libiscsi: don't increment cmdsn if cmd is not...
2009-09-05 Hannes Reinecke[SCSI] iscsi_tcp: Evaluate socket state in data_ready()
2009-09-05 Andrew Vasquez[SCSI] qla2xxx: Add asynchronous-login support.
2009-09-05 Andrew Vasquez[SCSI] qla2xxx: Generalize srb structure usage.
next