Age | Commit message (Expand) | Author | Files | Lines |
2010-11-28 | Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 1 | -70/+90 |
2010-11-17 | firewire: net: throttle TX queue before running out of tlabels | Stefan Richter | 1 | -24/+35 |
2010-11-17 | firewire: net: replace lists by counters | Stefan Richter | 1 | -47/+26 |
2010-11-17 | firewire: net: fix memory leaks | Stefan Richter | 1 | -4/+31 |
2010-11-17 | firewire: net: count stats.tx_packets and stats.tx_bytes | Stefan Richter | 1 | -3/+6 |
2010-11-17 | SCSI host lock push-down | Jeff Garzik | 1 | -1/+3 |
2010-11-06 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 1 | -23/+65 |
2010-10-31 | firewire: ohci: fix race when reading count in AR descriptor | Clemens Ladisch | 1 | -2/+4 |
2010-10-31 | firewire: ohci: avoid reallocation of AR buffers | Clemens Ladisch | 1 | -12/+16 |
2010-10-31 | firewire: ohci: fix race in AR split packet handling | Clemens Ladisch | 1 | -14/+21 |
2010-10-31 | firewire: ohci: fix buffer overflow in AR split packet handling | Clemens Ladisch | 1 | -3/+32 |
2010-10-25 | Merge branch 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -5/+310 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -13/+0 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
2010-10-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -26/+1 |
2010-10-17 | firewire: ohci: fix TI TSB82AA2 regression since 2.6.35 | Stefan Richter | 2 | -26/+1 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-11 | ieee1394: remove the old IEEE 1394 driver stack | Stefan Richter | 1 | -5/+0 |
2010-10-11 | ieee1394: move init_ohci1394_dma to drivers/firewire/ | Stefan Richter | 2 | -0/+310 |
2010-10-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-09-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -25/+49 |
2010-09-08 | firewire: ohci: activate cycle timer register quirk on Ricoh chips | Heikki Lindholm | 1 | -0/+1 |
2010-08-29 | firewire: ohci: work around VIA and NEC PHY packet reception bug | Stefan Richter | 1 | -1/+9 |
2010-08-19 | firewire: core: do not use del_timer_sync() in interrupt context | Clemens Ladisch | 1 | -3/+10 |
2010-08-19 | firewire: net: fix unicast reception RCODE in failure paths | Stefan Richter | 1 | -13/+15 |
2010-08-19 | firewire: sbp2: fix stall with "Unsolicited response" | Stefan Richter | 1 | -3/+8 |
2010-08-19 | firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send error | Stefan Richter | 1 | -5/+7 |
2010-08-17 | ethtool: Provide a default implementation of ethtool_ops::get_drvinfo | Ben Hutchings | 1 | -13/+0 |
2010-08-02 | Merge firewire branches to be released post v2.6.35 | Stefan Richter | 16 | -418/+2333 |
2010-08-02 | firewire: core: add forgotten dummy driver methods, remove unused ones | Stefan Richter | 1 | -26/+38 |
2010-07-30 | firewire: add isochronous multichannel reception | Stefan Richter | 4 | -97/+346 |
2010-07-30 | firewire: core: small clarifications in core-cdev | Stefan Richter | 1 | -6/+6 |
2010-07-30 | firewire: core: remove unused code | Stefan Richter | 1 | -6/+2 |
2010-07-30 | firewire: ohci: release channel in error path | Stefan Richter | 1 | -0/+1 |
2010-07-30 | firewire: ohci: use memory barriers to order descriptor updates | Stefan Richter | 1 | -0/+3 |
2010-07-27 | tools/firewire: add userspace front-end of nosy | Stefan Richter | 1 | -1/+2 |
2010-07-27 | firewire: nosy: use generic printk macros | Stefan Richter | 1 | -17/+16 |
2010-07-27 | firewire: nosy: endianess fixes and annotations | Stefan Richter | 2 | -51/+29 |
2010-07-27 | firewire: nosy: annotate __user pointers and __iomem pointers | Stefan Richter | 1 | -4/+4 |
2010-07-27 | firewire: nosy: fix device shutdown with active client | Stefan Richter | 1 | -29/+82 |
2010-07-27 | firewire: nosy: handle errors in device probe | Stefan Richter | 1 | -7/+33 |
2010-07-27 | firewire: nosy: fix IRQ handler for card ejection | Stefan Richter | 1 | -0/+4 |
2010-07-27 | firewire: nosy: unroll some simple functions | Stefan Richter | 1 | -46/+29 |
2010-07-27 | firewire: nosy: use flagless variants of spinlock accessors | Stefan Richter | 1 | -18/+12 |
2010-07-27 | firewire: nosy: fix list corruption by NOSY_IOC_STOP | Stefan Richter | 1 | -1/+1 |
2010-07-27 | firewire: nosy: convert to unlocked ioctl | Stefan Richter | 1 | -12/+17 |
2010-07-27 | firewire: nosy: misc cleanups | Stefan Richter | 3 | -188/+171 |
2010-07-27 | firewire: new driver: nosy - IEEE 1394 traffic sniffer | Stefan Richter | 5 | -0/+982 |
2010-07-23 | firewire: cdev: improve FW_CDEV_IOC_ALLOCATE | Stefan Richter | 1 | -3/+9 |
2010-07-23 | firewire: core: fix upper bound of possible CSR allocations | Stefan Richter | 1 | -1/+1 |