1. edd5bda firewire: core: clean up config ROM related defined constants by Stefan Richter · 14 years ago
  2. e300839 firewire: core: add_descriptor size check by Stefan Richter · 15 years ago
  3. cb7c96d firewire: core: optimize Topology Map creation by Stefan Richter · 15 years ago
  4. fe24257 firewire: core: clarify generate_config_rom usage by Stefan Richter · 15 years ago
  5. 8e85973 firewire: optimize config ROM creation by Stefan Richter · 15 years ago
  6. 9fb551b firewire: normalize style of queue_work wrappers by Stefan Richter · 15 years ago
  7. b171e20 firewire: core: fix race with parallel PCI device probe by Stefan Richter · 15 years ago
  8. 6fdc037 firewire: core: do not DMA-map stack addresses by Stefan Richter · 15 years ago
  9. d645f4d firewire: core: fix iso context shutdown on card removal by Stefan Richter · 15 years ago
  10. 5a124d3 firewire: net: allow for unordered unit discovery by Stefan Richter · 15 years ago
  11. f91e3bd firewire: net: style changes by Stefan Richter · 15 years ago
  12. c76acec firewire: add IPv4 support by Jay Fenlason · 15 years ago
  13. 099d541 firewire: core: prepare for non-core children of card devices by Stefan Richter · 15 years ago
  14. e71d31d firewire: rename source files by Stefan Richter · 15 years ago[Renamed from drivers/firewire/fw-card.c]
  15. 77c9a5d firewire: reorganize header files by Stefan Richter · 15 years ago
  16. e8ca970 firewire: clean up includes by Stefan Richter · 15 years ago
  17. 7889b60 firewire: core: optimize propagation of BROADCAST_CHANNEL by Stefan Richter · 15 years ago
  18. cbae787 firewire: core: simplify broadcast channel allocation by Stefan Richter · 15 years ago
  19. e1dc7ca firewire: core: increase bus manager grace period by Stefan Richter · 15 years ago
  20. 6104ee9 firewire: broadcast channel support by Jay Fenlason · 15 years ago
  21. e1eff7a firewire: normalize a variable name by Stefan Richter · 16 years ago
  22. 53dca51 firewire: remove line breaks before function names by Stefan Richter · 16 years ago
  23. b7479fe firewire: core: Remove card from list of cards when enable fails by Petr Vandrovec · 16 years ago
  24. e747a5c firewire: core: optimize card shutdown by Stefan Richter · 16 years ago
  25. 8cd0bbb firewire: unnecessary BM delay after generation rollover by Stefan Richter · 16 years ago
  26. 6230582 firewire: core: fix sleep in atomic context due to driver core change by Stefan Richter · 16 years ago
  27. 0fa1986f firewire: improve refcounting of fw_card by Jay Fenlason · 16 years ago
  28. 2cc489c firewire: typo in comment by Jay Fenlason · 16 years ago
  29. 1e119fa firewire: fw_send_request_sync() by Jay Fenlason · 16 years ago
  30. 1e8afea firewire: warn on unfinished transactions during card removal by Stefan Richter · 16 years ago
  31. 459f792 firewire: clean up fw_card reference counting by Stefan Richter · 16 years ago
  32. bbf094c firewire: remove unused struct members by Stefan Richter · 16 years ago
  33. e534fe1 firewire: implement broadcast_channel CSR for 1394a compliance by Stefan Richter · 16 years ago
  34. db8be07 firewire: cleanups by Adrian Bunk · 16 years ago
  35. 25b1c3d firewire: fix synchronization of gap counts by Stefan Richter · 16 years ago
  36. c9755e1 firewire: reread config ROM when device reset the bus by Stefan Richter · 16 years ago
  37. bd7dee6 firewire: remove superfluous reference counting by Stefan Richter · 16 years ago
  38. 855c603 firewire: fix crash in automatic module unloading by Stefan Richter · 16 years ago
  39. 1580347 firewire: potentially invalid pointers used in fw_card_bm_work by Stefan Richter · 16 years ago
  40. 8a2d9ed firewire: fix unloading of fw-ohci while devices are attached by Stefan Richter · 17 years ago
  41. 24d4012 firewire: optimize gap count with 1394b leaf nodes by Stefan Richter · 17 years ago
  42. 2aef469 firewire: Implement suspend/resume PCI driver hooks. by Kristian Høgsberg · 17 years ago
  43. 2d826cc firewire: Always use parens with sizeof. by Kristian Høgsberg · 17 years ago
  44. a77754a firewire: Uppercase most macro names. by Kristian Høgsberg · 17 years ago
  45. a98e271 firewire: Coding style cleanup: no spaces after function names. by Kristian Høgsberg · 17 years ago
  46. 6a5033b firewire: Convert card_rwsem to a regular mutex. by Kristian Høgsberg · 17 years ago
  47. c781c06 firewire: Clean up comment style. by Kristian Høgsberg · 17 years ago
  48. e175569 firewire: Use lib/ implementation of CRC ITU-T. by Kristian Høgsberg · 17 years ago
  49. dde2b95 firewire: Don't use subsystem rwsem, it's going away. by Kristian Høgsberg · 17 years ago
  50. 66dea3e firewire: Add ioctls to add and remove config rom descriptors. by Kristian Høgsberg · 17 years ago
  51. ecab413 firewire: Add phy register defines. by Marc Butler · 17 years ago
  52. 473d28c firewire: Implement topology map and fix a couple of loopback bugs. by Kristian Høgsberg · 17 years ago
  53. 49e1179 firewire: Drop the unused fw_card device. by Kristian Høgsberg · 17 years ago
  54. 937f687 firewire: Let an fw_descriptor specify a leading immediate key/value pair. by Kristian Høgsberg · 17 years ago
  55. bbf19db firewire: Use atomic_t's for serial numbers. by Kristian Høgsberg · 18 years ago
  56. 730c32f firewire: Implement proper transaction cancelation. by Kristian Høgsberg · 18 years ago
  57. 641f879 firewire: use atomic type for fw_device.state by Stefan Richter · 18 years ago
  58. 931c483 firewire: Implement compliant bus management. by Kristian Høgsberg · 18 years ago
  59. 83db801 firewire: Implement gap count optimization. by Kristian Høgsberg · 18 years ago
  60. 5af4e5e firewire: comma after last enum item or initializer by Stefan Richter · 18 years ago
  61. 5e20c28 firewire: whitespace adjustments by Stefan Richter · 18 years ago
  62. 21ebcd1 firewire: mark some structs const by Stefan Richter · 18 years ago
  63. 19a15b9 firewire: Add device probing and sysfs integration. by Kristian Høgsberg · 18 years ago
  64. 3038e35 firewire: Add core firewire stack. by Kristian Høgsberg · 18 years ago