Age | Commit message (Expand) | Author | Files | Lines |
2008-03-27 | firewire: fw-ohci: plug dma memory leak in AR handler | Jarod Wilson | 1 | -4/+5 |
2008-03-20 | firewire: fix panic in handle_at_packet | Stefan Richter | 1 | -0/+6 |
2008-03-14 | firewire: fw-ohci: shut up false compiler warning on PPC32 | Stefan Richter | 1 | -3/+3 |
2008-03-14 | firewire: fw-ohci: use dma_alloc_coherent for ar_buffer | Jarod Wilson | 1 | -13/+5 |
2008-03-14 | firewire: fw-sbp2: fix for SYM13FW500 bridge (Datafab disk) | Stefan Richter | 1 | -0/+5 |
2008-03-14 | firewire: update Kconfig help text | Stefan Richter | 1 | -31/+19 |
2008-03-14 | firewire: warn on fatal condition in topology code | Stefan Richter | 1 | -1/+2 |
2008-03-14 | firewire: fw-sbp2: set single-phase retry_limit | Jarod Wilson | 1 | -4/+27 |
2008-03-14 | firewire: fw-ohci: Apple UniNorth 1st generation support | Stefan Richter | 1 | -8/+21 |
2008-03-14 | firewire: fw-ohci: PPC PMac platform code | Stefan Richter | 1 | -0/+49 |
2008-03-14 | firewire: endianess annotations | Stefan Richter | 3 | -6/+6 |
2008-03-14 | firewire: endianess fix | Stefan Richter | 1 | -1/+1 |
2008-03-02 | firewire: fix crash in automatic module unloading | Stefan Richter | 5 | -18/+35 |
2008-03-02 | firewire: potentially invalid pointers used in fw_card_bm_work | Stefan Richter | 2 | -17/+35 |
2008-03-02 | firewire: fw-sbp2: better fix for NULL pointer dereference in scsi_remove_device | Stefan Richter | 1 | -19/+27 |
2008-02-21 | firewire: fix NULL pointer deref. and resource leak | Stefan Richter | 1 | -2/+7 |
2008-02-19 | firewire: fw-sbp2: fix NULL pointer deref. in scsi_remove_device | Stefan Richter | 1 | -4/+4 |
2008-02-19 | firewire: fw-sbp2: fix NULL pointer deref. in slave_alloc | Stefan Richter | 1 | -0/+4 |
2008-02-19 | firewire: fw-sbp2: (try to) avoid I/O errors during reconnect | Stefan Richter | 1 | -4/+122 |
2008-02-16 | firewire: fw-sbp2: enforce a retry of __scsi_add_device if bus generation cha... | Stefan Richter | 1 | -14/+35 |
2008-02-16 | firewire: fw-sbp2: sort includes | Stefan Richter | 1 | -7/+7 |
2008-02-16 | firewire: fw-sbp2: logout and login after failed reconnect | Stefan Richter | 1 | -2/+15 |
2008-02-16 | firewire: fw-sbp2: don't add scsi_device twice | Stefan Richter | 1 | -0/+6 |
2008-02-16 | firewire: fw-sbp2: log bus_id at management request failures | Stefan Richter | 1 | -33/+33 |
2008-02-16 | firewire: fw-sbp2: wait for completion of fetch agent reset | Stefan Richter | 1 | -11/+28 |
2008-02-16 | firewire: fw-sbp2: add INQUIRY delay workaround | Stefan Richter | 1 | -0/+15 |
2008-02-16 | firewire: log GUID of new devices | Stefan Richter | 1 | -11/+17 |
2008-02-16 | firewire: fw-sbp2: don't retry login or reconnect after unplug | Stefan Richter | 1 | -5/+11 |
2008-02-16 | firewire: fix "kobject_add failed for fw* with -EEXIST" | Stefan Richter | 3 | -10/+20 |
2008-02-16 | firewire: fw-sbp2: fix logout before login retry | Stefan Richter | 1 | -1/+5 |
2008-02-16 | firewire: fw-sbp2: unsigned int vs. unsigned | Stefan Richter | 1 | -8/+6 |
2008-01-31 | firewire: fw-sbp2: Use sbp2 device-provided mgt orb timeout for logins | Jarod Wilson | 1 | -5/+24 |
2008-01-31 | firewire: fw-sbp2: increase login orb reply timeout, fix "failed to login" | Jarod Wilson | 1 | -3/+13 |
2008-01-31 | firewire: replace subtraction with bitwise and | Jarod Wilson | 1 | -1/+1 |
2008-01-31 | firewire: fw-core: react on bus resets while the config ROM is being fetched | Stefan Richter | 1 | -8/+17 |
2008-01-31 | firewire: enforce access order between generation and node ID, fix "giving up... | Stefan Richter | 5 | -2/+35 |
2008-01-31 | firewire: fw-cdev: use device generation, not card generation | Stefan Richter | 1 | -1/+1 |
2008-01-31 | firewire: fw-sbp2: use device generation, not card generation | Stefan Richter | 1 | -6/+6 |
2008-01-31 | firewire: fw-sbp2: try to increase reconnect_hold (speed up reconnection) | Stefan Richter | 1 | -2/+3 |
2008-01-31 | firewire: fw-sbp2: skip unnecessary logout | Stefan Richter | 1 | -2/+6 |
2008-01-31 | firewire: fw-ohci: Dynamically allocate buffers for DMA descriptors | David Moore | 1 | -80/+156 |
2008-01-31 | firewire: fw-ohci: CycleTooLong interrupt management | Stefan Richter | 1 | -2/+9 |
2008-01-31 | firewire: Fix extraction of source node id | Rabin Vincent | 1 | -1/+1 |
2008-01-31 | firewire: fw-ohci: Bug fixes for packet-per-buffer support | David Moore | 1 | -50/+49 |
2008-01-31 | firewire: fw-ohci: Fix for dualbuffer three-or-more buffers | David Moore | 1 | -20/+24 |
2008-01-31 | firewire: fw-sbp2: remove unused misleading macro | Stefan Richter | 1 | -2/+0 |
2008-01-31 | firewire: fw-sbp2: prepare for s/g chaining | Stefan Richter | 1 | -3/+3 |
2008-01-31 | firewire: fw-sbp2: refactor workq and kref handling | Stefan Richter | 1 | -26/+30 |
2008-01-12 | [SCSI] relax scsi dma alignment | James Bottomley | 1 | -0/+6 |
2007-12-10 | firewire: OHCI 1.0 Isochronous Receive support | Jarod Wilson | 1 | -20/+155 |