1. 4fbcc1a nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION by Jordy Zomer · 3 years ago
  2. 314fbde nfc: st21nfca: remove redundant assignment to variable i by Colin Ian King · 3 years ago
  3. 1b9dadb NFC: st21nfca: Fix memory leak in device probe and remove by Wei Yongjun · 3 years ago
  4. e52cc2a nfc: st21nfca: drop unneeded debug prints by Krzysztof Kozlowski · 3 years, 3 months ago
  5. 994a634 nfc: st21nfca: remove unused header includes by Krzysztof Kozlowski · 3 years, 4 months ago
  6. 094c45c nfc: constify nfc_hci_ops by Krzysztof Kozlowski · 3 years, 5 months ago
  7. 5f3e639 nfc: constify nfc_hci_gate by Krzysztof Kozlowski · 3 years, 5 months ago
  8. 15944ad nfc: constify pointer to nfc_vendor_cmd by Krzysztof Kozlowski · 3 years, 5 months ago
  9. 0f20ae9 nfc: st21nfca: constify file-scope arrays by Krzysztof Kozlowski · 3 years, 5 months ago
  10. 7a5e98d nfc: constify nfc_phy_ops by Krzysztof Kozlowski · 3 years, 5 months ago
  11. e83a264 nfc: st21nfca: drop ftrace-like debugging messages by Krzysztof Kozlowski · 3 years, 7 months ago
  12. 8062780 nfc: st21nfca: mark ACPI and OF device ID tables as maybe unused by Krzysztof Kozlowski · 3 years, 7 months ago
  13. 4b99b74 NFC: st21nfca: remove unnecessary variable and labels by wengjianfeng · 3 years, 7 months ago
  14. 618355c nfc: remove unneeded break by Tom Rix · 4 years, 2 months ago
  15. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  16. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  17. f8c931f nfc: st21nfca: Remove unnecessary cast by Alex Dewar · 4 years, 4 months ago
  18. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  19. 3decabd NFC: st21nfca: add missed kfree_skb() in an error path by Chuhong Yuan · 4 years, 7 months ago
  20. da60fbe NFC: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  21. 99a8efb NFC: st21nfca: fix double free by Pan Bian · 5 years ago
  22. 9891d06 st21nfca_connectivity_event_received: null check the allocation by Navid Emamdoost · 5 years ago
  23. 46fe777 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 by Thomas Gleixner · 6 years ago
  24. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  25. a01bcfd NFC: st21nfca: Fix fall-through warnings by Gustavo A. R. Silva · 6 years ago
  26. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  27. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  28. a122ffd nfc: st21nfca: constify i2c_device_id by Arvind Yadav · 7 years ago
  29. d31748b NFC: st21nfca: Get rid of code duplication in ->probe() by Andy Shevchenko · 8 years ago
  30. 394671e NFC: st21nfca: Add GPIO ACPI mapping table by Andy Shevchenko · 8 years ago
  31. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  32. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  33. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  34. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  35. 682fd61 NFC: st21nfca: Use unified device property API meaningfully by Andy Shevchenko · 8 years ago
  36. 8d3c50e NFC: st21nfca: Covert to use GPIO descriptor by Andy Shevchenko · 8 years ago
  37. 8e7836d NFC: st21nfca: Get rid of "interesting" use of interrupt polarity by Andy Shevchenko · 8 years ago
  38. 79557b3 NFC: st21nfca: Get rid of platform data by Andy Shevchenko · 8 years ago
  39. bacf2a6 NFC: st21nfca: Fix obvious typo when check error code by Andy Shevchenko · 8 years ago
  40. 8f79ded NFC: st21nfca: Fix potential memory leak by Christophe JAILLET · 8 years ago
  41. 52fdede nfc: st21nfca: Remove unneeded linux/miscdevice.h include by Corentin Labbe · 8 years ago
  42. 99adc39 nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.c by Christophe Ricard · 9 years ago
  43. 070718a NFC: st21nfca: Drop two useless checks in ACPI probe path by Christophe Ricard · 9 years ago
  44. 7cb6ab5 nfc: st21nfca: A APDU_READER_GATE pipe is unexpected on a UICC by Christophe Ricard · 9 years ago
  45. d35cb20 nfc: st21nfca: Simplify white list building by Christophe Ricard · 9 years ago
  46. bd9d523 nfc: st21nfca: set is_ese_present and is_uicc_present properly by Christophe Ricard · 9 years ago
  47. 2a19697 nfc: st21nfca: i2c: Change ST21NFCA_GPIO_NAME_RESET to match DT by Christophe Ricard · 9 years ago
  48. b58afe6 nfc: st21nfca: Fix static checker warning by Christophe Ricard · 9 years ago
  49. dfeb87d nfc: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  50. 72c54c4 nfc: st21nfca: Add support for HCI event connectivity by Christophe Ricard · 9 years ago
  51. dfa4089 NFC: st21nfca: Auto-select core module by Christophe Ricard · 9 years ago
  52. 4940d1c nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disable by Christophe Ricard · 9 years ago
  53. a6e57ec nfc: st21nfca: Code cleanup by Christophe Ricard · 9 years ago
  54. dfa8070 nfc: st21nfca: Add support for acpi probing for i2c device. by Christophe Ricard · 9 years ago
  55. 04e99b7 nfc: st21nfca: Add macro for gpio name by Christophe Ricard · 9 years ago
  56. 39db2d2 nfc: st21nfca: Group device table together by Christophe Ricard · 9 years ago
  57. 9135177 nfc: st21nfca: Remove unneeded CONFIG_OF switches by Christophe Ricard · 9 years ago
  58. 15d1717 NFC: st21nfca: Add support for proprietary commands by Christophe Ricard · 9 years ago
  59. a9e062d NFC: st21nfca: Add error messages for unexpected HCI events by Christophe Ricard · 9 years ago
  60. 57dc828 NFC: st21nfca: Add few code style fixes by Christophe Ricard · 9 years ago
  61. cde2aa9 NFC: st21nfca: Fix host_list verification after SEactivation by Christophe Ricard · 9 years ago
  62. ba72319 NFC: st21nfca: Fix st21nfca_gates offset by Christophe Ricard · 9 years ago
  63. 92d108b NFC: st21nfca: Keep st21nfca_gates unchanged in load_session by Christophe Ricard · 9 years ago
  64. 6443ce9 NFC: st21nfca: Open NFC_HCI_LINK_MGMT_PIPE by Christophe Ricard · 9 years ago
  65. 4d37a77 NFC: st21nfca: Remove HCI gates initialization in load_session by Christophe Ricard · 9 years ago
  66. 1c54795 NFC: st21nfca: Align st21nfca driver with other nfc driver by Christophe Ricard · 9 years ago
  67. 5a35700 NFC: st21nfca: fix use of uninitialized variables in error path by Christophe Ricard · 9 years ago
  68. 9dbe776 nfc: st21nfca: Add additional comments about EVT_TRANSACTION by Christophe Ricard · 10 years ago
  69. a8f686e NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter name by Christophe Ricard · 10 years ago
  70. 9906a88 NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copy by Christophe Ricard · 10 years ago
  71. 26fc6c7 NFC: st21nfca: Add HCI transaction event support by Christophe Ricard · 10 years ago
  72. 2130fb9 NFC: st21nfca: Adding support for secure element by Christophe Ricard · 10 years ago
  73. c490c55 NFC: st21nfca: Fix some skb memory leaks by Christophe Ricard · 10 years ago
  74. 2b70283 NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memory' message by Christophe Ricard · 10 years ago
  75. ec03ff1 NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocation by Christophe Ricard · 10 years ago
  76. a968639 NFC: st21nfca: Remove unreachable code by Christophe Ricard · 10 years ago
  77. 6b5fba4 NFC: dts: st21nfca: Fix compatible string spelling to follow other drivers by Christophe Ricard · 10 years ago
  78. 67df3f9 NFC: st21nfca: Report error returned by functions instead of -ENODEV by Christophe Ricard · 10 years ago
  79. a4415e7 NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent gate. by Christophe Ricard · 10 years ago
  80. 40af86a NFC: st21nfca: Remove gpio_irq field in static and dts configuration by Christophe Ricard · 10 years ago
  81. 17e40107 NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLE by Christophe Ricard · 10 years ago
  82. db083bc NFC: Don't include linux/unaligned/access_ok.h by Johannes Berg · 10 years ago
  83. a4b4a2b Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  84. 094e935 NFC: st21nfca: Fix potential double kfree_skb error by Christophe Ricard · 10 years ago
  85. 459e794 NFC: st21nfca: ERR_PTR vs NULL fix by Christophe Ricard · 10 years ago
  86. 90d5f81 NFC: st21nfca: Fix recursive fault when doing p2p in target mode. by Christophe Ricard · 10 years ago
  87. ecc6522 NFC: st21nfca: Fix potential skb leaks in NFC-DEP code by Christophe Ricard · 10 years ago
  88. cc3faac NFC: st21nfca: Fix few coding style issue by Christophe Ricard · 10 years ago
  89. 0a91e8a NFC: st21nfca: fix "WARNING: else is not generally useful after a break or return" by Christophe Ricard · 10 years ago
  90. efaf956 NFC: st21nfca: Clean up macros alignment by Christophe Ricard · 10 years ago
  91. cebe222 NFC: st21nfca: Clean up st21nfca.h macros by Christophe Ricard · 10 years ago
  92. 56f1ffc NFC: st21nfca: Add condition to make sure atr_req->length is valid. by Christophe Ricard · 10 years ago
  93. a51577c NFC: st21nfca: Remove useless IS_ERR(skb) conditions by Christophe Ricard · 10 years ago
  94. 32b41d8 NFC: st21nfca: Remove useless err == 0 condition by Christophe Ricard · 10 years ago
  95. 72030a2 NFC: st21nfca: Change nfcid3 generation by Christophe Ricard · 10 years ago
  96. 06ed3d6 NFC: st21nfca: Remove useless new line in nfc_err call by Christophe Ricard · 10 years ago
  97. 9ec1f58 NFC: st21nfca: Fix logic when setting session_id by Christophe Ricard · 10 years ago
  98. 3e6df91 NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after declarations" by Christophe Ricard · 10 years ago
  99. 6ae3ed1 NFC: st21nfca: Fix sparse: cast to restricted __be32 by Christophe Ricard · 10 years ago
  100. 0be8ce7 NFC: st21nfca: Convert to use devm_gpio_request_one by Axel Lin · 10 years ago