Age | Commit message (Expand) | Author | Files | Lines |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 5 | -1/+5 |
2010-03-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 3 | -65/+47 |
2010-03-25 | firewire: core: align driver match with modalias | Stefan Richter | 1 | -49/+38 |
2010-03-25 | firewire: core: fix Model_ID in modalias | Stefan Richter | 1 | -26/+14 |
2010-03-18 | firewire: ohci: add cycle timer quirk for the TI TSB12LV22 | Clemens Ladisch | 1 | -0/+4 |
2010-03-15 | firewire: core: fw_iso_resource_manage: fix error handling | Clemens Ladisch | 1 | -2/+3 |
2010-03-08 | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 1 | -3/+2 |
2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 6 | -507/+447 |
2010-02-26 | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 1 | -1/+1 |
2010-02-24 | firewire: ohci: extend initialization log message | Stefan Richter | 1 | -7/+10 |
2010-02-24 | firewire: ohci: fix IR/IT context mask mixup | Stefan Richter | 1 | -7/+7 |
2010-02-24 | firewire: ohci: add module parameter to activate quirk fixes | Stefan Richter | 1 | -0/+11 |
2010-02-24 | firewire: ohci: use an ID table for quirks detection | Stefan Richter | 1 | -18/+28 |
2010-02-24 | firewire: ohci: reorder struct fw_ohci for better cache efficiency | Stefan Richter | 1 | -11/+12 |
2010-02-24 | firewire: ohci: remove unused dualbuffer IR code | Stefan Richter | 1 | -183/+1 |
2010-02-24 | firewire: core: combine a bit of repeated code | Stefan Richter | 1 | -12/+5 |
2010-02-24 | firewire: core: change type of a data buffer | Stefan Richter | 1 | -173/+152 |
2010-02-24 | firewire: cdev: add more flexible cycle timer ioctl | Stefan Richter | 1 | -6/+32 |
2010-02-24 | firewire: core: rename an internal function | Stefan Richter | 1 | -14/+14 |
2010-02-24 | firewire: core: fix an information leak | Stefan Richter | 1 | -0/+1 |
2010-02-24 | firewire: core: increase stack size of config ROM reader | Stefan Richter | 1 | -4/+2 |
2010-02-24 | firewire: core: don't fail device creation in case of too large config ROM bl... | Stefan Richter | 1 | -7/+11 |
2010-02-24 | firewire: core: fix "giving up on config rom" with Panasonic AG-DV2500 | Stefan Richter | 1 | -10/+22 |
2010-02-24 | Merge tag 'v2.6.33' for its firewire changes since last branch point | Stefan Richter | 4 | -47/+114 |
2010-02-21 | firewire: remove incomplete Bus_Time CSR support | Stefan Richter | 4 | -31/+15 |
2010-02-21 | firewire: get_cycle_timer optimization and cleanup | Stefan Richter | 2 | -37/+36 |
2010-02-19 | firewire: ohci: enable cycle timer fix on ALi and NEC controllers | Stefan Richter | 1 | -5/+8 |
2010-02-19 | firewire: ohci: work around cycle timer bugs on VIA controllers | Clemens Ladisch | 1 | -3/+49 |
2010-02-14 | firewire: ohci: retransmit isochronous transmit packets on cycle loss | Clemens Ladisch | 1 | -5/+8 |
2010-02-01 | firewire: net: fix panic in fwnet_write_complete | Stefan Richter | 1 | -14/+39 |
2010-01-27 | firewire: ohci: fix crashes with TSB43AB23 on 64bit systems | Stefan Richter | 1 | -1/+3 |
2010-01-26 | firewire: core: fix use-after-free regression in FCP handler | Stefan Richter | 1 | -14/+36 |
2010-01-26 | firewire: core: add_descriptor size check | Stefan Richter | 1 | -13/+28 |
2010-01-10 | firewire: make PCI device id constant | Németh Márton | 1 | -1/+1 |
2009-12-29 | firewire: qualify config ROM cache pointers as const pointers | Stefan Richter | 2 | -12/+14 |
2009-12-29 | firewire, ieee1394: update Kconfig help | Stefan Richter | 1 | -31/+13 |
2009-12-29 | firewire: core: fw_csr_string addendum | Stefan Richter | 1 | -10/+16 |
2009-12-29 | firewire: add fw_csr_string() helper function | Clemens Ladisch | 1 | -33/+77 |
2009-12-29 | firewire: ohci: always use packet-per-buffer mode for isochronous reception | Stefan Richter | 1 | -1/+3 |
2009-12-29 | firewire: cdev: fix another memory leak in an error path | Stefan Richter | 1 | -0/+1 |
2009-12-29 | firewire: fix use of multiple AV/C devices, allow multiple FCP listeners | Clemens Ladisch | 2 | -32/+112 |
2009-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 1 | -2/+10 |
2009-12-11 | firewire: ohci: handle receive packets with a data length of zero | Jay Fenlason | 1 | -2/+10 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-12-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 7 | -126/+155 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-12-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 1 | -6/+35 |
2009-11-21 | firewire: ohci: pass correct iso xmit timestamps to core | Jay Fenlason | 1 | -5/+20 |
2009-11-18 | firewire: ohci: Make cycleMatch ISO transmission work | Jay Fenlason | 1 | -1/+15 |