| Commit message (Expand) | Author | Files | Lines |
| 2012-06-24 | Enable write access to isochronous reception buffer | Igor Kuzmin
| 1 | -1/+1 |
| 2012-06-18 | Increase libtool version to 2.1.0 | Stefan Richter
| 1 | -4/+4 |
| 2012-06-18 | Add raw1394_read_cycle_timer_and_clock() API | Stefan Richter
| 5 | -9/+89 |
| 2012-06-18 | Tweak raw1394_add_config_rom_descriptor() API, add documentation and test case | Stefan Richter
| 5 | -41/+128 |
| 2012-06-17 | Add raw1394_add_config_rom_descriptor() and raw1394_remove_config_rom_descrip... | B.J. Buchalter
| 4 | -0/+85 |
| 2012-06-02 | configure.ac, Changelog, NEWS etc.: update to version 2.0.9v2.0.9 | Stefan Richter
| 3 | -1/+29 |
| 2012-05-25 | Remove unused code | Stefan Richter
| 2 | -66/+7 |
| 2012-05-25 | Include local firewire-*.h instead of system-wide <linux/firewire-*.h> | Stefan Richter
| 4 | -17/+6 |
| 2012-05-25 | Add firewire-{cdev,constants}.h from Linux v3.4 | Stefan Richter
| 2 | -0/+1131 |
| 2012-03-19 | Implement raw1394_iso_recv_flush() on Juju | Clemens Ladisch
| 1 | -1/+6 |
| 2012-02-19 | Fix incorrect use of == instead of =. | Guus Sliepen
| 1 | -1/+1 |
| 2012-02-19 | Remove UTF-8 whitespace. | Guus Sliepen
| 1 | -1/+1 |
| 2012-02-19 | configure.ac, Changelog, NEWS etc.: update to version 2.0.8v2.0.8 | Stefan Richter
| 3 | -1/+34 |
| 2012-02-05 | Make a symbol static | Stefan Richter
| 1 | -1/+1 |
| 2012-02-05 | Continue inotify event handling even after failure in one event | Stefan Richter
| 1 | -4/+2 |
| 2012-02-05 | Process multiple inotify events | Peter Hurley
| 1 | -8/+27 |
| 2012-02-05 | Reset device fd upon error condition in handle_inotify() | Peter Hurley
| 1 | -0/+1 |
| 2011-10-22 | retry raw1394_read/write/lock/lock64 with delays after ack-busy | Stefan Richter
| 1 | -1/+29 |
| 2011-08-21 | redirect Config ROM reads into the kernel's ROM cache | Stefan Richter
| 1 | -0/+52 |
| 2011-03-08 | configure.ac, Changelog, NEWS: update to version 2.0.7v2.0.7 | Stefan Richter
| 3 | -1/+16 |
| 2011-02-25 | fix start_on_cycle on firewire-core | Clemens Ladisch
| 1 | -3/+32 |
| 2011-02-25 | do not delay iso packet queueing | Clemens Ladisch
| 1 | -4/+2 |
| 2010-11-01 | configure.ac, Changelog, NEWS etc.: update to version 2.0.6v2.0.6 | Stefan Richter
| 5 | -11/+91 |
| 2010-10-20 | arm on firewire-core: Remove leftover debug printfs | Stefan Richter
| 1 | -6/+0 |
| 2010-09-07 | Be more careful when copying response payloads on firewire-core | Stefan Richter
| 2 | -9/+7 |
| 2010-09-07 | Implement raw1394_(start_)phy_packet_write() on firewire-core | Stefan Richter
| 3 | -18/+81 |
| 2010-09-07 | Filter incoming requests per card | Stefan Richter
| 2 | -3/+17 |
| 2010-09-07 | Fix FCP and ARM source node ID on firewire-core | Stefan Richter
| 1 | -42/+75 |
| 2010-09-07 | Rename a few kernel ABI testing helpers | Stefan Richter
| 2 | -9/+14 |
| 2010-09-07 | Do not use a random FW_CDEV_VERSION as our implemented ABI version | Stefan Richter
| 1 | -4/+9 |
| 2010-09-07 | tools/dumpiso: Add write() return code checks, fix harmless format string bug | Stefan Richter
| 1 | -10/+12 |
| 2010-09-07 | tools/testlibraw: Fix a harmless format string bug | Stefan Richter
| 1 | -2/+2 |
| 2010-09-07 | Always imply iso shutdown in fw_destroy_handle | Stefan Richter
| 2 | -2/+4 |
| 2010-09-07 | Treat the kernel's iso context handle as opaque item | Stefan Richter
| 2 | -6/+8 |
| 2010-09-07 | Fix raw1394_iso_stop on firewire-core | Stefan Richter
| 1 | -1/+1 |
| 2010-09-07 | Add missing malloc failure checks | Stefan Richter
| 2 | -5/+19 |
| 2010-04-17 | Fix for overlooked device HUP with 'firewire' stack | Peter Hurley
| 1 | -1/+1 |
| 2010-02-01 | Fix documentation of return values of raw1394_start_ family of functions | Stefan Richter
| 1 | -7/+7 |
| 2010-02-01 | doc: let "make clean" remove generated HTML files | Stefan Richter
| 1 | -1/+1 |
| 2010-02-01 | Document contact address (linux1394-devel) more clearly | Stefan Richter
| 2 | -5/+13 |
| 2010-02-01 | update README: replace outdated link to wiki | Sebastian Schüppel
| 1 | -1/+1 |
| 2010-01-10 | Fix "make doc". | Stefan Richter
| 2 | -16/+12 |
| 2009-12-26 | Update ChangeLog for release.v2.0.5 | Dan Dennedy
| 1 | -0/+4 |
| 2009-12-26 | Set to version 2.0.5. | Dan Dennedy
| 2 | -2/+4 |
| 2009-12-26 | Update ChangeLog for release. | Dan Dennedy
| 1 | -0/+36 |
| 2009-12-26 | Update release notes. | Dan Dennedy
| 1 | -1/+2 |
| 2009-11-23 | Addendum to 'Calculate iso receive cycles on firewire-core' | Stefan Richter
| 1 | -2/+5 |
| 2009-11-22 | Initialize unused fields in ioctl arguments | Jay Fenlason
| 2 | -0/+3 |
| 2009-11-22 | Calculate iso receive cycles on firewire-core at ABI version 1 | Jay Fenlason
| 1 | -2/+17 |
| 2009-11-22 | Fix reporting of isochronous transmit cycles on firewire-core | Jay Fenlason
| 1 | -10/+46 |