1. 7aa4848 firewire: fw-sbp2: fix DMA mapping of management ORBs by Stefan Richter · 17 years ago
  2. 8526392 firewire: fw-sbp2: fix DMA mapping of command ORBs by Stefan Richter · 17 years ago
  3. b4be016 firewire: fw-sbp2: fix DMA mapping of S/G tables by Stefan Richter · 17 years ago
  4. 332ef33 firewire: fw-sbp2: add a boundary check by Stefan Richter · 17 years ago
  5. 9fb2dd1 firewire: fw-sbp2: correctly align page tables by Stefan Richter · 17 years ago
  6. e7cdf23 firewire: fw-sbp2: memset wants string.h by Stefan Richter · 17 years ago
  7. ffd0db2 firewire: fw-sbp2: use correct speed in sbp2_agent_reset by Stefan Richter · 17 years ago
  8. 6f06148 firewire: fw-sbp2: correctly dereference by container_of by Jay Fenlason · 17 years ago
  9. 5cd54c9 firewire: fw-sbp2: implement nonexclusive login by Stefan Richter · 17 years ago
  10. 79352e9 firewire: fw-sbp2: let SCSI shutdown commands through before logout by Stefan Richter · 17 years ago
  11. cf47c7a firewire: fw-sbp2: implement max sectors limit for some old bridges by Stefan Richter · 17 years ago
  12. dae1a3a firewire: simplify a struct type by Stefan Richter · 17 years ago
  13. f139749 firewire: support S100B...S400B and link slower than PHY by Stefan Richter · 17 years ago
  14. 24d4012 firewire: optimize gap count with 1394b leaf nodes by Stefan Richter · 17 years ago
  15. 25d83f5 firewire: remove unused macro by Stefan Richter · 17 years ago
  16. 8a8cea2 firewire: missing newline in printk by Stefan Richter · 17 years ago
  17. b8f1065 firewire: fw-sbp2: remove unused struct member by Stefan Richter · 17 years ago
  18. fe77d4f firewire: add Kconfig help on building both stacks by Stefan Richter · 17 years ago
  19. 0a9972b firewire: fix async reception on big endian machines by Stefan Richter · 17 years ago
  20. 24315c5 firewire: Only set client->iso_context if allocation was successful. by Kristian Høgsberg · 17 years ago
  21. a515958 firewire: fix hang after card ejection by Stefan Richter · 17 years ago
  22. 1ca31ae firewire: Change struct fw_cdev_iso_packet to not use bitfields. by Kristian Høgsberg · 17 years ago
  23. 2aef469 firewire: Implement suspend/resume PCI driver hooks. by Kristian Høgsberg · 17 years ago
  24. 14e2198 firewire: fw-sbp2: implement sysfs ieee1394_id by Stefan Richter · 17 years ago
  25. 350958f firewire: fix return code by Jeff Garzik · 17 years ago
  26. 9a60731 firewire: prefix modules with firewire- instead of fw- by Stefan Richter · 17 years ago
  27. ec839e4 firewire: Add missing byteswapping for receive DMA programs. by Kristian Høgsberg · 17 years ago
  28. faa2fb4 missing mm.h in fw-ohci by Al Viro · 17 years ago
  29. d79406d firewire: Convert OHCI driver to use standard goto unwinding for error handling. by Kristian Høgsberg · 17 years ago
  30. 2d826cc firewire: Always use parens with sizeof. by Kristian Høgsberg · 17 years ago
  31. 213d7bb firewire: Drop single buffer request support. by Kristian Høgsberg · 17 years ago
  32. 36abb3b firewire: Add a comment to describe why we split the sg list. by Kristian Høgsberg, Stefan Richter · 17 years ago
  33. e1b68c4 firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand. by Kristian Høgsberg · 17 years ago
  34. 95ffc5e firewire: Handle the last few DMA mapping error cases. by Kristian Høgsberg · 17 years ago
  35. ad85274 firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata. by Kristian Høgsberg · 17 years ago
  36. 1e4c7b0 firewire: Provide module aliase for backwards compatibility. by Olaf Hering · 17 years ago
  37. 58e313b firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile. by Kristian Høgsberg · 17 years ago
  38. 4c5a443 firewire: Break out shared IEEE1394 constant to separate header file. by Kristian Høgsberg · 17 years ago
  39. a77754a firewire: Uppercase most macro names. by Kristian Høgsberg · 17 years ago
  40. a98e271 firewire: Coding style cleanup: no spaces after function names. by Kristian Høgsberg · 17 years ago
  41. 6a5033b firewire: Convert card_rwsem to a regular mutex. by Kristian Høgsberg · 17 years ago
  42. c781c06 firewire: Clean up comment style. by Kristian Høgsberg · 17 years ago
  43. e175569 firewire: Use lib/ implementation of CRC ITU-T. by Kristian Høgsberg · 17 years ago
  44. 9640d3d firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux. by Kristian Høgsberg · 17 years ago
  45. abaa574 firewire: Future proof the iso ioctls by adding a handle for the iso context. by Kristian Høgsberg · 17 years ago
  46. 4f25922 firewire: Add read/write and size annotations to IOC numbers. by Kristian Høgsberg · 17 years ago
  47. 0b6aa3d firewire: don't use extern on public symbols by Randy Dunlap · 17 years ago
  48. 3e1dcb0 firewire: fw-device printk fix by Andrew Morton · 17 years ago
  49. dde2b95 firewire: Don't use subsystem rwsem, it's going away. by Kristian Høgsberg · 17 years ago
  50. 0fc7d6e firewire: Do an agent reset on error recovery. by Kristian Høgsberg · 17 years ago
  51. 12f26aa firewire: Only free ORBs that completed the initial transaction. by Kristian Høgsberg · 17 years ago
  52. fbb5423 firewire: Forward SAM status codes to the scsi stack. by Kristian Høgsberg · 17 years ago
  53. 053b308 firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context. by Kristian Høgsberg · 17 years ago
  54. 1553622 firewire: Byteswap iso header so all headers are presented as be32. by Kristian Høgsberg · 17 years ago
  55. 8a2f7d9 firewire: Fix start on cycle 0 for IT, implement start on cycle for IR. by Kristian Høgsberg · 17 years ago
  56. ef370ee firewire: Fix the range check for the queue_iso payload pointer. by Kristian Høgsberg · 17 years ago
  57. c5dfd0a firewire: Increase the number of config rom retries and the retry delay. by Kristian Høgsberg · 17 years ago
  58. 93e4fd4 firewire: Don't set card->irm_node before we have a new valid topology. by Kristian Høgsberg · 17 years ago
  59. 3964a44 firewire: Generalize resource tracking for cdev implementation. by Kristian Høgsberg · 17 years ago
  60. 66dea3e firewire: Add ioctls to add and remove config rom descriptors. by Kristian Høgsberg · 17 years ago
  61. da8ecff firewire: Streamline userspace interface structs. by Kristian Høgsberg · 17 years ago
  62. 20d1167 firewire: Remember to set the driver_data pointer when queueing a packet. by Kristian Høgsberg · 17 years ago
  63. 6f2e53d firewire: Use device->groups for adding device attributes. by Kristian Høgsberg · 17 years ago
  64. ecab413 firewire: Add phy register defines. by Marc Butler · 17 years ago
  65. bbd1494 firewire: Export GUID as sysfs attribute. by Kristian Høgsberg · 17 years ago
  66. 7feb9cc firewire: Add sysfs attributes for config rom directory values. by Kristian Høgsberg · 17 years ago
  67. 21351db firewire: Make use of struct device_type. by Kristian Høgsberg · 17 years ago
  68. 945ac22 firewire: ROM cache is CPU-endian by Stefan Richter · 17 years ago
  69. d84702a firewire: fix compiler warnings on 64bit by Stefan Richter · 17 years ago
  70. 633c52d firewire: add includes for sem and rw_sem by Stefan Richter · 17 years ago
  71. 015b066 firewire: Grab dev->sem when doing the update callback. by Kristian Høgsberg · 17 years ago
  72. 11f494e firewire: rename CONFIG_FW to CONFIG_FIREWIRE by Stefan Richter · 17 years ago
  73. b3d6e15 firewire: Add ref-counting for sbp2_device and hold a ref while we have work scheduled. by Kristian Høgsberg · 17 years ago
  74. 7e35f7f firewire: Free pending transactions on cdev release. by Kristian Høgsberg · 17 years ago
  75. 693b902 firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack. by Kristian Høgsberg · 17 years ago
  76. 9472316 firewire: Implement deallocation of address ranges. by Kristian Høgsberg · 17 years ago
  77. eb0306e firewire: Move sync and tag parameters to start_iso ioctl. by Kristian Høgsberg · 17 years ago
  78. c70dc78 firewire: Fix dualbuffer iso receive mode and drop buffer fill mode. by Kristian Høgsberg · 17 years ago
  79. d60d7f1 firewire: Implement CSR cycle time and bus time registers. by Kristian Høgsberg · 17 years ago
  80. 473d28c firewire: Implement topology map and fix a couple of loopback bugs. by Kristian Høgsberg · 17 years ago
  81. 7c6e647 firewire: Export juju specific rcodes to user space. by Kristian Høgsberg · 17 years ago
  82. 97e3527 firewire: Add generation field to send_request ioctl struct. by Kristian Høgsberg · 17 years ago
  83. e753350 firewire: Add card index field to get_info cdev ioctl struct. by Kristian Høgsberg · 17 years ago
  84. 8fbdbb3 firewire: Fix order of arguments for iso context creation. by Kristian Høgsberg · 17 years ago
  85. 28cf6a0 firewire: Track pending transactions and cancel them on cdev release. by Kristian Høgsberg · 17 years ago
  86. f319b6a firewire: Move async transmit to use the general context code. by Kristian Høgsberg · 17 years ago
  87. 2603bf2 firewire: Use only a wait queue and terminate poll and read on device removal. by Kristian Høgsberg · 17 years ago
  88. 2aaad97 firewire: Don't time out command orbs, leave that to the scsi stack. by Kristian Høgsberg · 17 years ago
  89. 048961e firewire: Add rom_index attribute for unit sysfs directories. by Kristian Høgsberg · 17 years ago
  90. 5c5539d firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME. by Kristian Høgsberg · 17 years ago
  91. a3aca3d firewire: Switch cdev code over to use register_chrdev and keep a list of devices. by Kristian Høgsberg · 17 years ago
  92. 344bbc4 firewire: Generalize get_config_rom to get_info. by Kristian Høgsberg · 17 years ago
  93. 5371842 firewire: Implement ioctl to initiate bus reset. by Kristian Høgsberg · 17 years ago
  94. 97bd9ef firewire: Add a bus reset event type for fw-device-cdev. by Kristian Høgsberg · 17 years ago
  95. 1da0c93 firewire: Only use INIT_DELAYED_WORK for first initialization. by Kristian Høgsberg · 17 years ago
  96. 5f48047 firewire: Iterate through units in a keventd callback for update callbacks. by Kristian Høgsberg · 17 years ago
  97. e254a4b firewire: Clear all interrupt bits before shutting down. by Kristian Høgsberg · 17 years ago
  98. 49e1179 firewire: Drop the unused fw_card device. by Kristian Høgsberg · 17 years ago
  99. 937f687 firewire: Let an fw_descriptor specify a leading immediate key/value pair. by Kristian Høgsberg · 17 years ago
  100. 65efffa firewire: Scheduled removal of SA_xxx interrupt flags fixups 3 by Thomas Gleixner · 17 years ago