1. 44adbac Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  2. f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
  3. e3c3215 net: nci: remove redundant null pointer check before kfree_skb by zhong jiang · 6 years ago
  4. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  5. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 0303618 nfc: nci: remove unnecessary null check by Gustavo A. R. Silva · 7 years ago
  8. 20777bc NFC: fix broken device allocation by Johan Hovold · 8 years ago
  9. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 7 years ago
  10. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  11. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  12. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  13. 1c53855 nfc: nci: Add nci_nfcc_loopback to the nci core by Christophe Ricard · 9 years ago
  14. 9b8d1a4 nfc: nci: Add an additional parameter to identify a connection id by Christophe Ricard · 9 years ago
  15. de5ea85 nfc: nci: Fix nci_core_conn_close by Christophe Ricard · 9 years ago
  16. 1883602 nfc: nci: Fix nci_core_conn_create to allowing empty destination by Christophe Ricard · 9 years ago
  17. 582e20a NFC: nci: Remove dead code by Peter Hurley · 9 years ago
  18. c6dc65d NFC: nci: memory leak in nci_core_conn_create() by Dan Carpenter · 9 years ago
  19. 2a84193 NFC: nci: Fix error check of nci_hci_create_pipe() result by Christophe Ricard · 9 years ago
  20. f116317 NFC: nci: non-static functions can not be inline by Robert Dolca · 9 years ago
  21. 2bd8324 NFC: NCI: allow spi driver to choose transfer clock by Vincent Cuissard · 9 years ago
  22. fcd9d04 NFC: NCI: move generic spi driver to a module by Vincent Cuissard · 9 years ago
  23. e5629d2 NFC: NCI: export nci_send_frame and nci_send_cmd function by Vincent Cuissard · 9 years ago
  24. 064d004 NFC: st-nci: Add few code style fixes by Christophe Ricard · 9 years ago
  25. 96d4581 NFC: netlink: Add mode parameter to deactivate_target functions by Christophe Ricard · 9 years ago
  26. a1b0b94 NFC: nci: Create pipe on specific gate in nci_hci_connect_gate by Christophe Ricard · 9 years ago
  27. 8a49943 NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation. by Christophe Ricard · 9 years ago
  28. fa6fbad NFC: nci: add nci_hci_clear_all_pipes functions by Christophe Ricard · 9 years ago
  29. e65917b NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE by Christophe Ricard · 9 years ago
  30. d8cd37e NFC: nci: Fix improper management of HCI return code by Christophe Ricard · 9 years ago
  31. 500c4ef NFC: nci: Fix incorrect data chaining when sending data by Christophe Ricard · 9 years ago
  32. 85b9ce9 NFC: nci: add nci_get_conn_info_by_id function by Robert Dolca · 9 years ago
  33. caa575a8 NFC: nci: fix possible crash in nci_core_conn_create by Robert Dolca · 9 years ago
  34. 22e4bd0 NFC: nci: rename nci_prop_ops to nci_driver_ops by Robert Dolca · 9 years ago
  35. 0a97a3c NFC: nci: Allow the driver to set handler for core nci ops by Robert Dolca · 9 years ago
  36. 7bc4824 NFC: nci: Introduce nci_core_cmd by Robert Dolca · 9 years ago
  37. e4dbd62 NFC: nci: Do not call post_setup when setup fails by Robert Dolca · 9 years ago
  38. 2663589 NFC: nci: Add function to get max packet size for conn by Robert Dolca · 9 years ago
  39. ea785c0 NFC: nci: Export nci data send API by Robert Dolca · 9 years ago
  40. 21d19f8 NFC: nci: Use __nci_request for exported routines by Samuel Ortiz · 9 years ago
  41. 5a9e0ff nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter by Christophe Ricard · 9 years ago
  42. 025a0cb NFC: nci: export nci_core_reset and nci_core_init by Robert Baldyga · 9 years ago
  43. fdf79bd NFC: nci: Add post_setup handler by Robert Baldyga · 9 years ago
  44. fb77ff4 NFC: nci: fix mistake in uart generic driver by Vincent Cuissard · 9 years ago
  45. 34ac496 NFC: nci: remove current SLEEP mode management by Vincent Cuissard · 9 years ago
  46. e097dc62 NFC: nfcmrvl: add UART driver by Vincent Cuissard · 9 years ago
  47. 9961127 NFC: nci: add generic uart support by Vincent Cuissard · 9 years ago
  48. 2df7f8c NFC: nci: Export nci_req_complete by Samuel Ortiz · 9 years ago
  49. 0e70cba7 NFC: nci: Move close ops call in nci_close_device by Christophe Ricard · 9 years ago
  50. 759afb8 NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd by Christophe Ricard · 9 years ago
  51. c39daee NFC: nci: Add nci init ops for early device initialization by Christophe Ricard · 9 years ago
  52. 81859ab NFC: nci: Add NCI_RESET return code check before setup by Christophe Ricard · 9 years ago
  53. b6355e9 NFC: nci: Handle proprietary response and notifications by Samuel Ortiz · 9 years ago
  54. 2622e2a NFC: nci: hci: Fix releasing uninitialized skbs by Joe Perches · 9 years ago
  55. 25af01e NFC: nci: Add firmware download support by Clément Perrochaud · 10 years ago
  56. fa00e8f NFC: nci: Move NFCEE discovery logic by Christophe Ricard · 10 years ago
  57. 15d4a8d NFC: nci: Move logical connection structure allocation by Christophe Ricard · 10 years ago
  58. 3ba5c84 NFC: nci: Change credits field to credits_cnt by Christophe Ricard · 10 years ago
  59. b16ae71 NFC: nci: Support all destinations type when creating a connection by Christophe Ricard · 10 years ago
  60. 12bdf27 NFC: nci: Add reference to the RF logical connection by Christophe Ricard · 10 years ago
  61. 6095b0f NFC: nci: Change NCI state machine to LISTEN_ACTIVE by Christophe Ricard · 10 years ago
  62. a41bb84 NFC: nci: Add RF NFCEE action notification support by Christophe Ricard · 10 years ago
  63. 11f54f2 NFC: nci: Add HCI over NCI protocol support by Christophe Ricard · 10 years ago
  64. 736bb95 NFC: nci: Support logical connections management by Christophe Ricard · 10 years ago
  65. f7f793f NFC: nci: Add NFCEE enabling and disabling support by Christophe Ricard · 10 years ago
  66. af9c8aa NFC: nci: Add NFCEE discover support by Christophe Ricard · 10 years ago
  67. 4aeee687 NFC: nci: Add dynamic logical connections support by Christophe Ricard · 10 years ago
  68. e479ce4 NFC: NCI: Fix max length of General Bytes in ATR_RES by Julien Lefrique · 10 years ago
  69. 3ff2401 NFC: nci: Fix warning: cast to restricted __le16 by Christophe Ricard · 10 years ago
  70. 9295b5b NFC: nci: Add support for different NCI_DEACTIVATE_TYPE by Christophe Ricard · 10 years ago
  71. 4391590 NFC: nci: Add management for NCI state for machine rf_deactivate_ntf by Christophe Ricard · 10 years ago
  72. 98ff416 NFC: nci: Add status byte management in case of error. by Christophe Ricard · 10 years ago
  73. a688bf5 NFC: nci: Add se_io NCI operand by Christophe Ricard · 10 years ago
  74. e9ef943 NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure element by Christophe Ricard · 10 years ago
  75. 93bca2b NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure element by Christophe Ricard · 10 years ago
  76. ba4db55 NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element by Christophe Ricard · 10 years ago
  77. c7dea25 NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared. by Christophe Ricard · 10 years ago
  78. d7979e1 NFC: NCI: Signal deactivation in Target mode by Julien Lefrique · 10 years ago
  79. 6ff5462 NFC: NCI: Handle Discovery deactivation type by Julien Lefrique · 10 years ago
  80. 122c195 NFC: NCI: Forward data received in Target mode to nfc core by Julien Lefrique · 10 years ago
  81. 485f442 NFC: NCI: Implement Target mode send function by Julien Lefrique · 10 years ago
  82. 529ee06 NFC: NCI: Configure ATR_RES general bytes by Julien Lefrique · 10 years ago
  83. a99903e NFC: NCI: Handle Target mode activation by Julien Lefrique · 10 years ago
  84. 90d78c1 NFC: NCI: Enable NFC-DEP in Listen A and Listen F by Julien Lefrique · 10 years ago
  85. 772dccf NFC: NCI: Add passive Listen modes in discover request by Julien Lefrique · 10 years ago
  86. 9e87f9a NFC: nci: Add support for proprietary RF Protocols by Christophe Ricard · 10 years ago
  87. 83724c3 NFC: NCI: Fix NCI RF FRAME interface usage by Vincent Cuissard · 10 years ago
  88. 3c1c0f5 NFC: NCI: Fix nci_register_device init sequence by Vincent Cuissard · 10 years ago
  89. cfdbeea NFC: NCI: Add support of ISO15693 by Vincent Cuissard · 10 years ago
  90. bb15b21 NFC: nci: Add T1T support notification by Christophe Ricard · 10 years ago
  91. 0515829 NFC: NCI: Send all NCI frames to raw sockets by Hiren Tandel · 11 years ago
  92. c79d9f9 NFC: NCI: No need to reverse ATR_RES Response by Hiren Tandel · 11 years ago
  93. 20d83f2 Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 11 years ago
  94. 9bec44b NFC: NCI: Use reinit_completion() at appropriate places by Axel Lin · 11 years ago
  95. 44a589c NFC: NCI: Fix NULL pointer dereference by Amitkumar Karwar · 11 years ago
  96. 22c15bf NFC: NCI: Add set_config API by Amitkumar Karwar · 11 years ago
  97. 86e8586 NFC: NCI: Add setup handler by Amitkumar Karwar · 11 years ago
  98. 1907299 NFC: NCI: Don't reverse local general bytes by Amitkumar Karwar · 11 years ago
  99. fa9be5f NFC: NCI: Cancel cmd_timer in nci_close_device() by Amitkumar Karwar · 11 years ago
  100. 98b32de nfc: Fix FSF address in file headers by Jeff Kirsher · 11 years ago