aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* firewire: ohci: flush AT contexts after bus reset - addendumStefan Richter2011-01-041-0/+7
* firewire: ohci: flush AT contexts after bus reset for OHCI 1.2Clemens Ladisch2011-01-031-7/+39
* firewire: net: set carrier state at ifupStefan Richter2010-12-191-15/+21
* firewire: net: add carrier detectionMaxim Levitsky2010-12-191-0/+17
* firewire: net: ratelimit error messagesMaxim Levitsky2010-12-131-4/+12
* firewire: ohci: restart iso DMA contexts on resume from low power modeMaxim Levitsky2010-12-131-8/+46
* firewire: ohci: restore GUID on resume.Maxim Levitsky2010-12-131-0/+7
* firewire: ohci: use common buffer for self IDs and AR descriptorsClemens Ladisch2010-12-131-32/+34
* firewire: ohci: optimize iso context checks in the interrupt handlerClemens Ladisch2010-12-131-13/+19
* firewire: make PHY packet header format consistentClemens Ladisch2010-12-134-29/+33
* firewire: ohci: properly clear posted write errorsClemens Ladisch2010-12-131-3/+12
* firewire: ohci: flush MMIO writes in the interrupt handlerClemens Ladisch2010-12-131-1/+2
* firewire: ohci: fix AT context initialization error handlingClemens Ladisch2010-12-131-4/+10
* 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