aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire
AgeCommit message (Expand)AuthorFilesLines
2010-11-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Gravatar Linus Torvalds 1-23/+65
2010-10-30firewire: ohci: fix race when reading count in AR descriptorGravatar Clemens Ladisch 1-2/+4
2010-10-30firewire: ohci: avoid reallocation of AR buffersGravatar Clemens Ladisch 1-12/+16
2010-10-30firewire: ohci: fix race in AR split packet handlingGravatar Clemens Ladisch 1-14/+21
2010-10-30firewire: ohci: fix buffer overflow in AR split packet handlingGravatar Clemens Ladisch 1-3/+32
2010-10-25Merge branch 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-5/+310
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-13/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-26/+1
2010-10-17firewire: ohci: fix TI TSB82AA2 regression since 2.6.35Gravatar Stefan Richter 2-26/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-11ieee1394: remove the old IEEE 1394 driver stackGravatar Stefan Richter 1-5/+0
2010-10-11ieee1394: move init_ohci1394_dma to drivers/firewire/Gravatar Stefan Richter 2-0/+310
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 4-25/+49
2010-09-08firewire: ohci: activate cycle timer register quirk on Ricoh chipsGravatar Heikki Lindholm 1-0/+1
2010-08-29firewire: ohci: work around VIA and NEC PHY packet reception bugGravatar Stefan Richter 1-1/+9
2010-08-19firewire: core: do not use del_timer_sync() in interrupt contextGravatar Clemens Ladisch 1-3/+10
2010-08-19firewire: net: fix unicast reception RCODE in failure pathsGravatar Stefan Richter 1-13/+15
2010-08-19firewire: sbp2: fix stall with "Unsolicited response"Gravatar Stefan Richter 1-3/+8
2010-08-19firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send errorGravatar Stefan Richter 1-5/+7
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoGravatar Ben Hutchings 1-13/+0
2010-08-02Merge firewire branches to be released post v2.6.35Gravatar Stefan Richter 16-418/+2333
2010-08-02firewire: core: add forgotten dummy driver methods, remove unused onesGravatar Stefan Richter 1-26/+38
2010-07-29firewire: add isochronous multichannel receptionGravatar Stefan Richter 4-97/+346
2010-07-29firewire: core: small clarifications in core-cdevGravatar Stefan Richter 1-6/+6
2010-07-29firewire: core: remove unused codeGravatar Stefan Richter 1-6/+2
2010-07-29firewire: ohci: release channel in error pathGravatar Stefan Richter 1-0/+1
2010-07-29firewire: ohci: use memory barriers to order descriptor updatesGravatar Stefan Richter 1-0/+3
2010-07-27tools/firewire: add userspace front-end of nosyGravatar Stefan Richter 1-1/+2
2010-07-27firewire: nosy: use generic printk macrosGravatar Stefan Richter 1-17/+16
2010-07-27firewire: nosy: endianess fixes and annotationsGravatar Stefan Richter 2-51/+29
2010-07-27firewire: nosy: annotate __user pointers and __iomem pointersGravatar Stefan Richter 1-4/+4
2010-07-27firewire: nosy: fix device shutdown with active clientGravatar Stefan Richter 1-29/+82
2010-07-27firewire: nosy: handle errors in device probeGravatar Stefan Richter 1-7/+33
2010-07-27firewire: nosy: fix IRQ handler for card ejectionGravatar Stefan Richter 1-0/+4
2010-07-27firewire: nosy: unroll some simple functionsGravatar Stefan Richter 1-46/+29
2010-07-27firewire: nosy: use flagless variants of spinlock accessorsGravatar Stefan Richter 1-18/+12
2010-07-27firewire: nosy: fix list corruption by NOSY_IOC_STOPGravatar Stefan Richter 1-1/+1
2010-07-27firewire: nosy: convert to unlocked ioctlGravatar Stefan Richter 1-12/+17
2010-07-27firewire: nosy: misc cleanupsGravatar Stefan Richter 3-188/+171
2010-07-27firewire: new driver: nosy - IEEE 1394 traffic snifferGravatar Stefan Richter 5-0/+982
2010-07-23firewire: cdev: improve FW_CDEV_IOC_ALLOCATEGravatar Stefan Richter 1-3/+9
2010-07-23firewire: core: fix upper bound of possible CSR allocationsGravatar Stefan Richter 1-1/+1
2010-07-23firewire: cdev: add PHY pingingGravatar Stefan Richter 3-3/+14
2010-07-23firewire: cdev: add PHY packet receptionGravatar Stefan Richter 5-7/+77
2010-07-23firewire: cdev: add PHY packet transmissionGravatar Stefan Richter 1-0/+64
2010-07-23firewire: core: use C99 initializer in array of ioctl handlersGravatar Stefan Richter 1-21/+21
2010-07-23firewire: normalize status values in packet callbacksGravatar Stefan Richter 2-3/+6
2010-07-13firewire: core: integrate software-forced bus resets with bus managementGravatar Stefan Richter 5-36/+112