summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* firewire: ohci: Asynchronous Reception rewriteClemens Ladisch2010-12-132-135/+278
* firewire: core: Update WARN usesJoe Perches2010-12-121-3/+3
* firewire: nosy: char device is not seekableStefan Richter2010-12-121-2/+1
* firewire: ohci: fix regression with Agere FW643 rev 06, disable MSIStefan Richter2010-12-121-15/+33
* firewire: ohci: fix regression with VIA VT6315, disable MSIStefan Richter2010-12-121-1/+2
* Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2010-11-281-70/+90
|\
| * firewire: net: throttle TX queue before running out of tlabelsStefan Richter2010-11-171-24/+35
| * firewire: net: replace lists by countersStefan Richter2010-11-171-47/+26
| * firewire: net: fix memory leaksStefan Richter2010-11-171-4/+31
| * firewire: net: count stats.tx_packets and stats.tx_bytesStefan Richter2010-11-171-3/+6
* | SCSI host lock push-downJeff Garzik2010-11-161-1/+3
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2010-11-051-23/+65
|\
| * firewire: ohci: fix race when reading count in AR descriptorClemens Ladisch2010-10-301-2/+4
| * firewire: ohci: avoid reallocation of AR buffersClemens Ladisch2010-10-301-12/+16
| * firewire: ohci: fix race in AR split packet handlingClemens Ladisch2010-10-301-14/+21
| * firewire: ohci: fix buffer overflow in AR split packet handlingClemens Ladisch2010-10-301-3/+32
* | Merge branch 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-253-5/+310
|\ \
| * | ieee1394: remove the old IEEE 1394 driver stackStefan Richter2010-10-111-5/+0
| * | ieee1394: move init_ohci1394_dma to drivers/firewire/Stefan Richter2010-10-112-0/+310
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-13/+0
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-212-26/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-061-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-094-25/+49
| |\ \ \
| * | | | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-13/+0
* | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| | |/ / | |/| |
* | | | firewire: ohci: fix TI TSB82AA2 regression since 2.6.35Stefan Richter2010-10-172-26/+1
| |_|/ |/| |
* | | firewire: ohci: activate cycle timer register quirk on Ricoh chipsHeikki Lindholm2010-09-081-0/+1
|/ /
* | firewire: ohci: work around VIA and NEC PHY packet reception bugStefan Richter2010-08-291-1/+9
* | firewire: core: do not use del_timer_sync() in interrupt contextClemens Ladisch2010-08-191-3/+10
* | firewire: net: fix unicast reception RCODE in failure pathsStefan Richter2010-08-191-13/+15
* | firewire: sbp2: fix stall with "Unsolicited response"Stefan Richter2010-08-191-3/+8
* | firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send errorStefan Richter2010-08-191-5/+7
|/
*-. Merge firewire branches to be released post v2.6.35Stefan Richter2010-08-0216-418/+2333
|\ \
| | * firewire: core: add forgotten dummy driver methods, remove unused onesStefan Richter2010-08-021-26/+38
| | * firewire: add isochronous multichannel receptionStefan Richter2010-07-294-97/+346
| | * firewire: core: small clarifications in core-cdevStefan Richter2010-07-291-6/+6
| | * firewire: core: remove unused codeStefan Richter2010-07-291-6/+2
| | * firewire: ohci: release channel in error pathStefan Richter2010-07-291-0/+1
| | * firewire: ohci: use memory barriers to order descriptor updatesStefan Richter2010-07-291-0/+3
| | * firewire: cdev: improve FW_CDEV_IOC_ALLOCATEStefan Richter2010-07-231-3/+9
| | * firewire: core: fix upper bound of possible CSR allocationsStefan Richter2010-07-231-1/+1
| | * firewire: cdev: add PHY pingingStefan Richter2010-07-233-3/+14
| | * firewire: cdev: add PHY packet receptionStefan Richter2010-07-235-7/+77
| | * firewire: cdev: add PHY packet transmissionStefan Richter2010-07-231-0/+64
| | * firewire: core: use C99 initializer in array of ioctl handlersStefan Richter2010-07-231-21/+21
| | * firewire: normalize status values in packet callbacksStefan Richter2010-07-232-3/+6
| | * firewire: core: integrate software-forced bus resets with bus managementStefan Richter2010-07-135-36/+112
| | * firewire: cdev: fix fw_cdev_event_bus_reset emission after local config ROM c...Stefan Richter2010-07-131-0/+1
| | * firewire: core: ensure some userspace API constants match corresponding kerne...Stefan Richter2010-07-131-0/+11