Age | Commit message (Expand) | Author | Files | Lines |
2009-06-14 | firewire: net: remove unused code | Stefan Richter | 1 | -6/+1 |
2009-06-14 | firewire: net: allow for unordered unit discovery | Stefan Richter | 2 | -249/+207 |
2009-06-14 | firewire: net: style changes | Stefan Richter | 2 | -1077/+966 |
2009-06-14 | firewire: net: add Kconfig item, rename driver | Stefan Richter | 3 | -4/+16 |
2009-06-14 | firewire: add IPv4 support | Jay Fenlason | 5 | -87/+1832 |
2009-06-14 | firewire: core: use more outbound tlabels | Stefan Richter | 1 | -4/+4 |
2009-06-14 | firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't met | Stefan Richter | 1 | -1/+17 |
2009-06-06 | firewire: core: prepare for non-core children of card devices | Stefan Richter | 3 | -12/+22 |
2009-06-06 | firewire: core: include linux/uaccess.h instead of asm/uaccess.h | Stefan Richter | 1 | -1/+1 |
2009-06-06 | firewire: add parent-of-unit accessor | Stefan Richter | 2 | -18/+23 |
2009-06-05 | firewire: rename source files | Stefan Richter | 9 | -4/+4 |
2009-06-05 | firewire: reorganize header files | Stefan Richter | 13 | -737/+326 |
2009-06-05 | firewire: clean up includes | Stefan Richter | 7 | -22/+61 |
2009-06-05 | firewire: ohci: access bus_seconds atomically | Stefan Richter | 1 | -3/+4 |
2009-06-05 | firewire: also use vendor ID in root directory for driver matches | Stefan Richter | 1 | -6/+16 |
2009-06-05 | firewire: share device ID table type with ieee1394 | Stefan Richter | 3 | -25/+15 |
2009-06-01 | firewire: core: add sysfs attribute for easier udev rules | Stefan Richter | 2 | -1/+51 |
2009-06-01 | firewire: core: check for missing struct update at build time, not run time | Stefan Richter | 1 | -2/+9 |
2009-05-17 | firewire: core: improve check for local node | Stefan Richter | 3 | -6/+4 |
2009-03-24 | firewire: core: optimize propagation of BROADCAST_CHANNEL | Stefan Richter | 5 | -90/+52 |
2009-03-24 | firewire: core: simplify broadcast channel allocation | Stefan Richter | 1 | -92/+34 |
2009-03-24 | firewire: core: increase bus manager grace period | Stefan Richter | 1 | -5/+6 |
2009-03-24 | firewire: core: drop unused call parameters of close_transaction | Stefan Richter | 1 | -9/+8 |
2009-03-24 | firewire: cdev: add closure to async stream ioctl | Stefan Richter | 3 | -57/+40 |
2009-03-24 | firewire: cdev: simplify FW_CDEV_IOC_SEND_REQUEST return value | Stefan Richter | 1 | -8/+4 |
2009-03-24 | firewire: cdev: fix race of ioctl_send_request with bus reset | Stefan Richter | 1 | -1/+1 |
2009-03-24 | firewire: cdev: secure add_descriptor ioctl | Stefan Richter | 1 | -0/+8 |
2009-03-24 | firewire: cdev: amendment to "add ioctl to query maximum transmission speed" | Stefan Richter | 1 | -5/+6 |
2009-03-24 | firewire: broadcast channel support | Jay Fenlason | 3 | -6/+177 |
2009-03-24 | firewire: implement asynchronous stream transmission | Jay Fenlason | 4 | -2/+81 |
2009-03-24 | firewire: core: normalize a function argument name | Stefan Richter | 2 | -5/+5 |
2009-03-24 | firewire: normalize a variable name | Stefan Richter | 4 | -12/+16 |
2009-03-24 | firewire: core: remove condition which is always false | Stefan Richter | 1 | -1/+1 |
2009-03-24 | firewire: core: move some functions | Stefan Richter | 1 | -46/+44 |
2009-03-24 | firewire: core: clean up includes | Stefan Richter | 2 | -11/+22 |
2009-03-24 | firewire: cdev: simplify a schedule_delayed_work wrapper | Stefan Richter | 1 | -12/+6 |
2009-03-24 | firewire: cdev: add ioctls for iso resource management, amendment | Stefan Richter | 2 | -17/+23 |
2009-03-24 | firewire: cdev: shut down iso context before freeing the buffer | Stefan Richter | 1 | -3/+3 |
2009-03-24 | firewire: cdev: replace some spin_lock_irqsave by spin_lock_irq | Stefan Richter | 1 | -12/+8 |
2009-03-24 | firewire: cdev: extend transaction payload size check | Stefan Richter | 1 | -3/+2 |
2009-03-24 | firewire: cdev: restrict broadcast write requests to Units Space | Stefan Richter | 1 | -0/+4 |
2009-03-24 | firewire: cdev: add ioctl for broadcast write requests | Jay Fenlason, Stefan Richter | 1 | -27/+47 |
2009-03-24 | firewire: cdev: add ioctl to query maximum transmission speed | Stefan Richter | 1 | -0/+10 |
2009-03-24 | firewire: cdev: add ioctls for manual iso resource management | Stefan Richter | 1 | -13/+54 |
2009-03-24 | firewire: cdev: add ioctls for isochronous resource management | Jay Fenlason, Stefan Richter | 3 | -7/+388 |
2009-03-24 | firewire: core: topology header fix | Stefan Richter | 1 | -0/+6 |
2009-03-24 | firewire: cdev: sort includes | Stefan Richter | 1 | -13/+15 |
2009-03-24 | firewire: cdev: unify names of struct types and of their instances | Stefan Richter | 1 | -168/+169 |
2009-03-24 | firewire: cdev: reference-count client instances | Stefan Richter | 1 | -9/+46 |
2009-03-24 | firewire: prevent creation of multiple IR DMA contexts for the same channel | Stefan Richter | 3 | -5/+14 |