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