1. 37b6189 firewire: convert to idr_alloc() by Tejun Heo · 11 years ago
  2. 3bec60d5 firewire: add minor number range check to fw_device_init() by Tejun Heo · 11 years ago
  3. 748689d firewire: don't use idr_remove_all() by Tejun Heo · 11 years ago
  4. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  5. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  6. 8258634 firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  7. b577d7e firewire net: Ensure checksumming in upper layer. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  8. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  9. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  10. dadfab4 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  11. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  12. db2cad2 firewire: net: remove unused variable in fwnet_receive_broadcast() by Wei Yongjun · 12 years ago
  13. 9d23734 firewire: net: Fix handling of fragmented multicast/broadcast packets. by Stephan Gatzka · 12 years ago
  14. b0ea5f1 firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES by Stefan Richter · 12 years ago
  15. 7eeb741 firewire: remove use of __devinitdata by Bill Pemberton · 12 years ago
  16. 03f94c0 firewire: remove use of __devinit by Bill Pemberton · 12 years ago
  17. b3834be various: Fix spelling of "asynchronous" in comments. by Adam Buchbinder · 12 years ago
  18. 5db4486 [SCSI] sd: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  19. 3c6bdae [SCSI] Add a report opcode helper by Martin K. Petersen · 12 years ago
  20. 790198f firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel) by Stefan Richter · 12 years ago
  21. 4d50c44 firewire: addendum to address handler RCU conversion by Stefan Richter · 12 years ago
  22. 35202f7 firewire: remove global lock around address handlers, convert to RCU by Peter Hurley · 12 years ago
  23. 52439d6 firewire: ohci: get IR bit from TSB41BA3D phy by Stephan Gatzka · 12 years ago
  24. badfcb2 firewire: core: feed /dev/random with devices' GUIDs by Clemens Ladisch · 12 years ago
  25. 148b729 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  26. baedee1 firewire: core: add is_local sysfs device attribute by Clemens Ladisch · 12 years ago
  27. e18907c firewire: ohci: initialize multiChanMode bits after reset by Clemens Ladisch · 12 years ago
  28. 9d23f9e firewire: core: fix multichannel IR with buffers larger than 2 GB by Clemens Ladisch · 12 years ago
  29. 7baab9a firewire: ohci: sanity-check MMIO resource by Clemens Ladisch · 12 years ago
  30. 9d60ef2 firewire: ohci: lazy bus time initialization by Clemens Ladisch · 12 years ago
  31. f07d42a firewire: core: allocate the low memory region by Clemens Ladisch · 12 years ago
  32. 2f78d8e Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  33. 26c72e2 firewire: sbp2: document the absence of alignment requirements by Clemens Ladisch · 12 years ago
  34. 935f672 firewire: sbp2: remove superfluous blk_queue_max_segment_size() call by Clemens Ladisch · 12 years ago
  35. f203022 firewire: sbp2: use scsi_dma_(un)map by Clemens Ladisch · 12 years ago
  36. 473ffe6 firewire: sbp2: give correct DMA device to scsi framework by Clemens Ladisch · 12 years ago
  37. fc5f80b firewire: Move fw_card kref functions into linux/firewire.h by Chris Boot · 12 years ago
  38. 253d923 firewire: Add function to get speed from opaque struct fw_request by Chris Boot · 12 years ago
  39. 8527f8e firewire: core: fw_device_refresh(): clean up error handling by Clemens Ladisch · 12 years ago
  40. 94fba9f firewire: core: log config rom reading errors by Clemens Ladisch · 12 years ago
  41. 3b00b00 firewire: core: log error in case of failed bus manager lock by Clemens Ladisch · 12 years ago
  42. 7bdbff6 firewire: move rcode_string() to core by Clemens Ladisch · 12 years ago
  43. db7494e firewire: core: improve reread_config_rom() interface by Clemens Ladisch · 12 years ago
  44. d33ec3b firewire: core: wait for inaccessible devices after bus reset by Clemens Ladisch · 12 years ago
  45. 8a8c473 firewire: ohci: omit spinlock IRQ flags where possible by Stefan Richter · 12 years ago
  46. d713dfa firewire: ohci: correct signedness of a local variable by Stefan Richter · 12 years ago
  47. 0b6c485 firewire: core: fix DMA mapping direction by Stefan Richter · 12 years ago
  48. fe2af11 firewire: use module_pci_driver by Axel Lin · 12 years ago
  49. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  50. 3469940 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  51. d1bbd20 firewire: allow explicit flushing of iso packet completions by Clemens Ladisch · 12 years ago
  52. 18d6271 firewire: prevent dropping of completed iso packet header data by Clemens Ladisch · 12 years ago
  53. 910e76c firewire: ohci: factor out iso completion flushing code by Clemens Ladisch · 12 years ago
  54. 7386401 firewire: ohci: simplify iso header pointer arithmetic by Clemens Ladisch · 12 years ago
  55. 90fcc89 firewire: ohci: optimize control bit checks by Clemens Ladisch · 12 years ago
  56. b9b5bbf firewire: ohci: remove unused excess_bytes field by Clemens Ladisch · 12 years ago
  57. 32c507f firewire: ohci: copy_iso_headers(): make comment match the code by Clemens Ladisch · 12 years ago
  58. 0c0efba firewire: ohci: fix too-early completion of IR multichannel buffers by Clemens Ladisch · 12 years ago
  59. cfda62b firewire: ohci: move runtime debug facility out of #ifdef by Stefan Richter · 12 years ago
  60. 98466cc firewire: tone down some diagnostic log messages by Stefan Richter · 12 years ago
  61. c13ccfc firewire: sbp2: replace a GFP_ATOMIC allocation by Stefan Richter · 12 years ago
  62. 6503de6 firewire: sbp2: Fix SCSI sense data mangling by Chris Boot · 12 years ago
  63. 7404456 firewire: sbp2: Ignore SBP-2 targets on the local node by Chris Boot · 12 years ago
  64. 8ff6a75 firewire: sbp2: Take into account Unit_Unique_ID by Chris Boot · 12 years ago
  65. e894d1d firewire: nosy: Use the macro DMA_BIT_MASK(). by santosh nayak · 12 years ago
  66. ea102d0 firewire: core: convert AR-req handler lock from _irqsave to _bh by Stefan Richter · 12 years ago
  67. 90963f1 firewire: core: fix race at address_handler unregistration by Stefan Richter · 12 years ago
  68. 280f64d firewire: core: remove obsolete comment by Stefan Richter · 12 years ago
  69. 26b4950 firewire: core: prefix log messages with card name by Stefan Richter · 12 years ago
  70. 8408dc1 firewire: net: use dev_printk API by Stefan Richter · 12 years ago
  71. 59759ff firewire: net: identify to driver core as "firewire_net", not "net" by Stefan Richter · 12 years ago
  72. 0c22ecd firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2" by Stefan Richter · 12 years ago
  73. 320cfa6 firewire: ohci: disable MSI on Ricoh controllers by Stefan Richter · 12 years ago
  74. d1bb399 firewire: ohci: add reset packet quirk for SB Audigy by Clemens Ladisch · 12 years ago
  75. eba9eba firewire: sbp2: use dev_printk API by Stefan Richter · 13 years ago
  76. 64d2172 firewire: ohci: use dev_printk API by Stefan Richter · 13 years ago
  77. 2107622 firewire: move fw_device reference counting from drivers to core by Stefan Richter · 13 years ago
  78. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  79. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  80. 823467e drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.c by Paul Gortmaker · 13 years ago
  81. a572e68 firewire: ohci: fix isochronous DMA synchronization by Clemens Ladisch · 13 years ago
  82. 32eaeae firewire: ohci: work around selfID junk due to wrong gap count by Clemens Ladisch · 13 years ago
  83. a74477d firewire: net: Use posted writes by Stephan Gatzka · 13 years ago
  84. 4ec4a67 firewire: use clamp and min3 macros by Stefan Richter · 13 years ago
  85. b810e4a firewire: ohci: optimize TSB41BA3D detection by Stefan Richter · 13 years ago
  86. 28897fb firewire: ohci: TSB41BA3D support tweaks by Stefan Richter · 13 years ago
  87. 25935eb firewire: ohci: Add support for TSB41BA3D phy by Stephan Gatzka · 13 years ago
  88. 2d7a36e firewire: ohci: Move code from the bus reset tasklet into a workqueue by Stephan Gatzka · 13 years ago
  89. 32ce38f firewire: sbp2: fold two functions into one by Stefan Richter · 13 years ago
  90. b2af07b firewire: sbp2: move some code to more sensible places by Stefan Richter · 13 years ago
  91. 6ff8147 firewire: sbp2: remove obsolete reference counting by Stefan Richter · 13 years ago
  92. f39aa30 firewire: ohci: add no MSI quirk for O2Micro controller by Ming Lei · 13 years ago
  93. 219f358 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  94. 0278ccd firewire: sbp2: fix panic after rmmod with slow targets by Chris Boot · 13 years ago
  95. 3210d19 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  96. 6f02bfc Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  97. aaff120 firewire: core: handle ack_busy when fetching the Config ROM by Stefan Richter · 13 years ago
  98. a01e836 firewire: ohci: fix DMA unmapping in an error path by Stefan Richter · 13 years ago
  99. 9c1176b firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner cases by Stefan Richter · 13 years ago
  100. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago