Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e9ef9431a347185a8a6a88b072506047d329e480
/
net
/
nfc
/
nci
/
core.c
e9ef943
NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure element
by Christophe Ricard
· 10 years ago
93bca2b
NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure element
by Christophe Ricard
· 10 years ago
ba4db55
NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element
by Christophe Ricard
· 10 years ago
d7979e1
NFC: NCI: Signal deactivation in Target mode
by Julien Lefrique
· 10 years ago
485f442
NFC: NCI: Implement Target mode send function
by Julien Lefrique
· 10 years ago
529ee06
NFC: NCI: Configure ATR_RES general bytes
by Julien Lefrique
· 10 years ago
90d78c1
NFC: NCI: Enable NFC-DEP in Listen A and Listen F
by Julien Lefrique
· 10 years ago
772dccf
NFC: NCI: Add passive Listen modes in discover request
by Julien Lefrique
· 10 years ago
3c1c0f5
NFC: NCI: Fix nci_register_device init sequence
by Vincent Cuissard
· 10 years ago
cfdbeea
NFC: NCI: Add support of ISO15693
by Vincent Cuissard
· 10 years ago
0515829
NFC: NCI: Send all NCI frames to raw sockets
by Hiren Tandel
· 11 years ago
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
9bec44b
NFC: NCI: Use reinit_completion() at appropriate places
by Axel Lin
· 11 years ago
44a589c
NFC: NCI: Fix NULL pointer dereference
by Amitkumar Karwar
· 11 years ago
22c15bf
NFC: NCI: Add set_config API
by Amitkumar Karwar
· 11 years ago
86e8586
NFC: NCI: Add setup handler
by Amitkumar Karwar
· 11 years ago
1907299
NFC: NCI: Don't reverse local general bytes
by Amitkumar Karwar
· 11 years ago
fa9be5f
NFC: NCI: Cancel cmd_timer in nci_close_device()
by Amitkumar Karwar
· 11 years ago
98b32de
nfc: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
0a94630
NFC: Extend and fix the internal secure element API
by Samuel Ortiz
· 12 years ago
0b456c4
NFC: Remove the static supported_se field
by Samuel Ortiz
· 12 years ago
1095e69
NFC: NCI: Fix skb->dev usage
by Frederic Danis
· 11 years ago
390a1bd
NFC: Initial Secure Element API
by Samuel Ortiz
· 12 years ago
0f45077
NFC: Fix some code style and whitespace issues
by Szymon Janc
· 12 years ago
874934f
NFC: Fix style issues with logical operations
by Szymon Janc
· 12 years ago
f9fc36f
NFC: Remove not needed local variable in nci_set_local_general_bytes
by Szymon Janc
· 12 years ago
460d8f9
NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytes
by Szymon Janc
· 12 years ago
767f19a
NFC: Implement NCI dep_link_up and dep_link_down
by Ilan Elias
· 12 years ago
7e03523
NFC: Set local general bytes in nci_start_poll
by Ilan Elias
· 12 years ago
d369f7b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
8a70e7f
NFC: NCI module license 'unspecified' taints kernel
by Dave Jones
· 12 years ago
01d719a
NFC: Add ISO 14443 type B protocol
by Samuel Ortiz
· 12 years ago
be9ae4c
NFC: Introduce target mode tx ops
by Samuel Ortiz
· 12 years ago
fe7c580
NFC: Add target mode protocols to the polling loop startup routine
by Samuel Ortiz
· 12 years ago
9009943
NFC: Cache the core NFC active target pointer instead of its index
by Eric Lapuyade
· 13 years ago
c4fbb65
NFC: The core part should generate the target index
by Samuel Ortiz
· 13 years ago
eb9bc6e
NFC: NCI code identation fixes
by Samuel Ortiz
· 13 years ago
6269cc8
nfc: NULL vs zero in nci_activate_target()
by Dan Carpenter
· 13 years ago
019c4fb
NFC: Add NCI multiple targets support
by Ilan Elias
· 13 years ago
8939e47
NFC: Clearly separate NCI states from flags
by Ilan Elias
· 13 years ago
c4bf98b
NFC: Add NCI data exchange timer
by Ilan Elias
· 13 years ago
637d85a
NFC: Update names and structs to NCI spec 1.0 d22
by Ilan Elias
· 13 years ago
52858b5
NFC: Add function name to the NFC pr_fmt() routine
by Samuel Ortiz
· 13 years ago
5d22df2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
f8c141c
nfc: signedness bug in __nci_request()
by Dan Carpenter
· 13 years ago
24bf330
nfc: Remove function tracer like entry messages
by Joe Perches
· 13 years ago
20c239c
nfc: Convert nfc_dbg to pr_debug
by Joe Perches
· 13 years ago
ed1e0ad
nfc: Use standard logging styles
by Joe Perches
· 13 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 13 years ago
db98c82
NFC: Check if NCI data flow control is used
by Ilan Elias
· 13 years ago
ee4c64f
NFC: Removal of unused operations for NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
e8c0dac
NFC: Update names and structs to NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
8ebafde
NFC: use after free on error
by Dan Carpenter
· 13 years ago
38f04c6
NFC: protect nci_data_exchange transactions
by Ilan Elias
· 13 years ago
de05479
NFC: implicitly deactivate in nci_start_poll
by Ilan Elias
· 13 years ago
2eb1dc1
NFC: improve readability of an 'if' in nci core.c
by Ilan Elias
· 13 years ago
6a2968a
NFC: basic NCI protocol implementation
by Ilan Elias
· 13 years ago