summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-12-111-2/+10
|\
| * firewire: ohci: handle receive packets with a data length of zeroJay Fenlason2009-12-111-2/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\ \
| | * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-12-087-126/+155
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | firewire: cdev: reduce stack usage by ioctl_dispatchStefan Richter2009-10-311-1/+17
| * | firewire: ohci: 0 may be a valid DMA addressStefan Richter2009-10-312-6/+7
| * | firewire: core: WARN on wrong usage of core transaction functionsStefan Richter2009-10-311-2/+4
| * | firewire: core: optimize Topology Map creationStefan Richter2009-10-144-30/+15
| * | firewire: core: clarify generate_config_rom usageStefan Richter2009-10-141-11/+8
| * | firewire: optimize config ROM creationStefan Richter2009-10-143-39/+60
| * | firewire: cdev: normalize variable namesStefan Richter2009-10-141-23/+23
| * | firewire: normalize style of queue_work wrappersStefan Richter2009-10-143-25/+27
| * | firewire: cdev: fix memory leak in an error pathStefan Richter2009-10-141-3/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-11-301-6/+35
|\ \ \ | |_|/ |/| |
| * | firewire: ohci: pass correct iso xmit timestamps to coreJay Fenlason2009-11-211-5/+20
| * | firewire: ohci: Make cycleMatch ISO transmission workJay Fenlason2009-11-181-1/+15
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-10-141-20/+19
|\ \ | |/
| * firewire: sbp2: provide fallback if mgt_ORB_timeout is missingStefan Richter2009-10-141-20/+19
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-09-235-19/+30
|\ \ | |/
| * firewire: sbp2: remove a workaround for Momobay FX-3AStefan Richter2009-09-121-2/+1
| * firewire: sbp2: fix status receptionStefan Richter2009-09-121-6/+7
| * firewire: core: fix topology map response handlerStefan Richter2009-09-121-1/+1
| * firewire: core: fix race with parallel PCI device probeStefan Richter2009-09-121-8/+5
| * firewire: core: header file cleanupStefan Richter2009-09-121-0/+14
| * firewire: ohci: fix Self ID Count register mask (safeguard against buffer ove...Stefan Richter2009-09-121-2/+2
* | driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-4/+2
|\ \ | |/ |/|
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-2/+0
| * netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
| * netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-09-053-6/+20
|\ \ | |/ |/|
| * firewire: sbp2: fix freeing of unallocated memoryStefan Richter2009-09-051-4/+4
| * firewire: ohci: fix Ricoh R5C832, video receptionStefan Richter2009-09-051-0/+5
| * firewire: ohci: fix Agere FW643 and multiple camerasStefan Richter2009-09-051-0/+9
| * firewire: core: fix crash in iso resource managementStefan Richter2009-09-051-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-07-065-21/+34
|\ \ | |/
| * firewire: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)Stefan Richter2009-07-021-1/+9
| * firewire: core: do not DMA-map stack addressesStefan Richter2009-06-254-20/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-06-226-123/+1714
|\ \ | |/
| * firewire: new stack is no longer experimentalStefan Richter2009-06-211-28/+24
| * firewire: net: better FIFO address range check and rcodesStefan Richter2009-06-161-16/+14
| * firewire: net: fix card driver reloadingStefan Richter2009-06-161-8/+10
| * firewire: core: fix iso context shutdown on card removalStefan Richter2009-06-161-7/+11
| * firewire: core: fix DMA unmapping in iso buffer removalStefan Richter2009-06-161-2/+2
| * firewire: net: adjust net_device opsStefan Richter2009-06-141-10/+2
| * firewire: net: remove unused codeStefan Richter2009-06-141-6/+1
| * firewire: net: allow for unordered unit discoveryStefan Richter2009-06-142-249/+207
OpenPOWER on IntegriCloud