1. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  2. 5b412fd NFC: Fix pn533 target mode memory leak by Thierry Escande · 12 years ago
  3. 70418e6 NFC: pn533: Fix mem leak in pn533_in_dep_link_up by Waldemar Rymarkiewicz · 12 years ago
  4. 770f750 NFC: pn533: Fix use after free by Szymon Janc · 12 years ago
  5. 60ad07a NFC: pn533: Fix missing lock while operating on commands list by Szymon Janc · 12 years ago
  6. 61cdb01 NFC: Move pn544.h to linux/platform_data/ by Marcel Holtmann · 12 years ago
  7. ab34a18 NFC: pn533: Remove unused arg parameter by Waldemar Rymarkiewicz · 12 years ago
  8. 82dec34 NFC: pn533: Fix in/out frame buffer allocation by Waldemar Rymarkiewicz · 12 years ago
  9. 984d334 NFC: Fix sparse warnings due to missing static by Arron Wang · 12 years ago
  10. 97f1841 NFC: Separate pn544 hci driver in HW dependant and independant parts by Eric Lapuyade · 12 years ago
  11. 632c016 NFC: HCI check presence must not fail when driver doesn't support it by Eric Lapuyade · 12 years ago
  12. da05285 NFC: Add pn544 presence check for different targets by Arron Wang · 12 years ago
  13. e810762 NFC: Implement HCI DEP send and receive data by Arron Wang · 12 years ago
  14. c40d174 NFC: Implement HCI DEP link up and down by Arron Wang · 12 years ago
  15. 928326f NFC: Handle pn544 continue activation by Arron Wang · 12 years ago
  16. f7a5f6c NFC: Pass hardware specific HCI event to driver by Arron Wang · 12 years ago
  17. 7e2afc9 NFC: Set local gb and DEP registries by Arron Wang · 12 years ago
  18. ee5e8d8 NFC: Fix missing mutex unlock in pn533_send_cmd_frame_async by Szymon Janc · 12 years ago
  19. 96e3240 NFC: xmit from hci ops must return 0 or negative by Waldemar Rymarkiewicz · 12 years ago
  20. 7b55279 NFC: Remove the pn544 raw driver by Cong Wang · 12 years ago
  21. c51ad34 NFC: Move the pn544_hci dereference below the NULL test by Wei Yongjun · 12 years ago
  22. d6650a2 NFC: Move the nfcwilink dereference below the NULL test by Wei Yongjun · 12 years ago
  23. 412fda5 NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core by Eric Lapuyade · 12 years ago
  24. f3e8fb5 NFC: Modified hci_transceive to become an asynchronous operation by Eric Lapuyade · 12 years ago
  25. ade67208 NFC: Remove crc generation from shdlc layer by Waldemar Rymarkiewicz · 12 years ago
  26. f2ce398 NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler request by Samuel Ortiz · 12 years ago
  27. 58637c9 NFC: Don't use WQ_MEM_RECLAIM for pn533 by Tejun Heo · 12 years ago
  28. 058576d NFC: Use module_platform_driver macro for nfcwilink.c by Syam Sidhardhan · 12 years ago
  29. 5d50b36 NFC: Queue pn533 commands by Samuel Ortiz · 12 years ago
  30. 01d719a NFC: Add ISO 14443 type B protocol by Samuel Ortiz · 12 years ago
  31. a1fbbf1 NFC: Use communicate thru only for PaSoRi when trying to read Felica tags by Samuel Ortiz · 12 years ago
  32. 5c7b053 NFC: Add initial Sony RC-S360 support to pn533 by Samuel Ortiz · 12 years ago
  33. a10d595 NFC: Allow HCI driver to pre-open pipes to some gates by Eric Lapuyade · 12 years ago
  34. eae202a NFC: update PN544 HCI driver state when opened/closed by Eric Lapuyade · 12 years ago
  35. 51ad304 NFC: Monitor pn533 target mode by Samuel Ortiz · 12 years ago
  36. 0201ed0 NFC: Convert pn533 from semaphore to mutex by Samuel Ortiz · 12 years ago
  37. 41a8ec4 NFC: Set the proper baud rate when trying to activate pn533 targets by Samuel Ortiz · 12 years ago
  38. 6fbbdc1 NFC: Implement pn533 polling loop by Samuel Ortiz · 12 years ago
  39. 51d9e80 NFC: Add type A and type F parameters for pn533 target mode by Samuel Ortiz · 12 years ago
  40. d7f3345 NFC: Add passive initiator data for pn533 by Samuel Ortiz · 12 years ago
  41. 34a85bf NFC: Configure pn533 RF timings by Samuel Ortiz · 12 years ago
  42. 9f2f8ba NFC: Unregister device if pn533 initial configuration fails by Samuel Ortiz · 12 years ago
  43. 7c2a04a93 NFC: Reset poll mod list when stopping pn533 poll by Samuel Ortiz · 12 years ago
  44. dadb06f NFC: Implement the pn533 target mode Tx op by Samuel Ortiz · 12 years ago
  45. 103b34c NFC: Implement the pn533 target mode data fetching routine by Samuel Ortiz · 12 years ago
  46. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  47. fc40a8c NFC: Add target mode activation netlink event by Samuel Ortiz · 12 years ago
  48. ad3823c NFC: Implement pn533 target mode polling loop by Samuel Ortiz · 12 years ago
  49. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  50. 885ba1d NFC: potential integer overflow problem in check_crc() by Dan Carpenter · 12 years ago
  51. bbed0de NFC: HCI based pn544 driver by Eric Lapuyade · 12 years ago
  52. 0f90936 NFC: Remove unneeded pn533 dev NULL check by Dan Carpenter · 12 years ago
  53. 9009943 NFC: Cache the core NFC active target pointer instead of its index by Eric Lapuyade · 12 years ago
  54. 6ff73fd NFC: pn533 Rx chaining support by Samuel Ortiz · 12 years ago
  55. 4849f85 NFC: Convert pn533 from tasklet to workqueues by Samuel Ortiz · 12 years ago
  56. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 12 years ago
  57. 2fbabfa NFC: Export NFCID when detecting a p2p target with pn533 by Samuel Ortiz · 12 years ago
  58. d8dc107 NFC: Export Jewel/Topaz ID from pn533 by Samuel Ortiz · 12 years ago
  59. 7975754 NFC: Export sensf from pn533 by Samuel Ortiz · 12 years ago
  60. 98b3ac1 NFC: Clear pn533 target structure by Samuel Ortiz · 12 years ago
  61. c3b1e1e NFC: Export NFCID1 from pn533 by Samuel Ortiz · 12 years ago
  62. ea9917d NFC: Free sk_buff if nfcwilink_send fails by Ilan Elias · 13 years ago
  63. 1195d89 NFC: Download TI NFC init script by Ilan Elias · 13 years ago
  64. 3ed1326 NFC: Add endian annotations to nfcwilink driver by Ilan Elias · 13 years ago
  65. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  66. 361f3cb NFC: DEP link hook implementation for pn533 by Samuel Ortiz · 13 years ago
  67. 541d920 NFC: Set and get DEP general bytes by Samuel Ortiz · 13 years ago
  68. 7c7cd3b NFC: Add tx skb allocation routine by Samuel Ortiz · 13 years ago
  69. 85eb28a NFC: pn533: Staticise pn533_data_exchange() by Axel Lin · 13 years ago
  70. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  71. baf79c3 drivers/nfc: add module.h to nfcwilink.c by Paul Gortmaker · 13 years ago
  72. ed46fdf nfc: NFC_WILINK depends on NFC_NCI by Randy Dunlap · 13 years ago
  73. 93aead4 NFC: driver for TI shared transport by Ilan Elias · 13 years ago
  74. 55eb94f NFC: move nfc.h from include/net to include/net/nfc by Ilan Elias · 13 years ago
  75. 8b3fe7b NFC: Add dev_up and dev_down control operations by Ilan Elias · 13 years ago
  76. e875304 NFC: Reserve tx head and tail room by Samuel Ortiz · 13 years ago
  77. 276556d NFC: pn533: use after free in pn533_disconnect() by Dan Carpenter · 13 years ago
  78. c46ee38 NFC: pn533: add NXP pn533 nfc device driver by Aloisio Almeida Jr · 13 years ago
  79. 3e256b8 NFC: add nfc subsystem core by Lauro Ramos Venancio · 13 years ago
  80. ac3c830 drivers/nfc/pn544.c: add missing regulator by Matti J. Aaltonen · 13 years ago
  81. d73fa4b drivers/nfc/Kconfig: use full form of the NFC acronym by Matti J. Aaltonen · 13 years ago
  82. e78bf5e drivers/nfc/pn544.c: fix min_t warnings by Andrew Morton · 14 years ago
  83. 0329326 NFC: Driver for NXP Semiconductors PN544 NFC chip. by Matti J. Aaltonen · 14 years ago