Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
606c88a86c77fa27cb4eac899ddced9092825bea
/
net
/
nfc
9cd3e07
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
by Eric Dumazet
· 9 years ago
f116317
NFC: nci: non-static functions can not be inline
by Robert Dolca
· 9 years ago
2bd8324
NFC: NCI: allow spi driver to choose transfer clock
by Vincent Cuissard
· 9 years ago
fcd9d04
NFC: NCI: move generic spi driver to a module
by Vincent Cuissard
· 9 years ago
e5629d2
NFC: NCI: export nci_send_frame and nci_send_cmd function
by Vincent Cuissard
· 9 years ago
15d1717
NFC: st21nfca: Add support for proprietary commands
by Christophe Ricard
· 9 years ago
064d004
NFC: st-nci: Add few code style fixes
by Christophe Ricard
· 9 years ago
96d4581
NFC: netlink: Add mode parameter to deactivate_target functions
by Christophe Ricard
· 9 years ago
a1b0b94
NFC: nci: Create pipe on specific gate in nci_hci_connect_gate
by Christophe Ricard
· 9 years ago
8a49943
NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.
by Christophe Ricard
· 9 years ago
fa6fbad
NFC: nci: add nci_hci_clear_all_pipes functions
by Christophe Ricard
· 9 years ago
e65917b
NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE
by Christophe Ricard
· 9 years ago
d8cd37e
NFC: nci: Fix improper management of HCI return code
by Christophe Ricard
· 9 years ago
500c4ef
NFC: nci: Fix incorrect data chaining when sending data
by Christophe Ricard
· 9 years ago
85b9ce9
NFC: nci: add nci_get_conn_info_by_id function
by Robert Dolca
· 9 years ago
caa575a8
NFC: nci: fix possible crash in nci_core_conn_create
by Robert Dolca
· 9 years ago
22e4bd0
NFC: nci: rename nci_prop_ops to nci_driver_ops
by Robert Dolca
· 9 years ago
0a97a3c
NFC: nci: Allow the driver to set handler for core nci ops
by Robert Dolca
· 9 years ago
7bc4824
NFC: nci: Introduce nci_core_cmd
by Robert Dolca
· 9 years ago
e4dbd62
NFC: nci: Do not call post_setup when setup fails
by Robert Dolca
· 9 years ago
2663589
NFC: nci: Add function to get max packet size for conn
by Robert Dolca
· 9 years ago
ea785c0
NFC: nci: Export nci data send API
by Robert Dolca
· 9 years ago
9abebb8
NFC: delete null dereference
by Julia Lawall
· 9 years ago
21d19f8
NFC: nci: Use __nci_request for exported routines
by Samuel Ortiz
· 9 years ago
29e7692
nfc: netlink: Add capability to reply to vendor_cmd with data
by Christophe Ricard
· 9 years ago
5a9e0ff
nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter
by Christophe Ricard
· 9 years ago
025a0cb
NFC: nci: export nci_core_reset and nci_core_init
by Robert Baldyga
· 9 years ago
fdf79bd
NFC: nci: Add post_setup handler
by Robert Baldyga
· 9 years ago
adca3c3
nfc: netlink: Warning fix
by Christophe Ricard
· 9 years ago
fe202fe
nfc: netlink: Add check on NFC_ATTR_VENDOR_DATA
by Christophe Ricard
· 9 years ago
fb77ff4
NFC: nci: fix mistake in uart generic driver
by Vincent Cuissard
· 9 years ago
34ac496
NFC: nci: remove current SLEEP mode management
by Vincent Cuissard
· 9 years ago
e097dc6
NFC: nfcmrvl: add UART driver
by Vincent Cuissard
· 9 years ago
9961127
NFC: nci: add generic uart support
by Vincent Cuissard
· 9 years ago
2df7f8c
NFC: nci: Export nci_req_complete
by Samuel Ortiz
· 9 years ago
9e58095
NFC: netlink: Implement vendor command support
by Samuel Ortiz
· 10 years ago
0e70cba7
NFC: nci: Move close ops call in nci_close_device
by Christophe Ricard
· 9 years ago
759afb8
NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd
by Christophe Ricard
· 9 years ago
c39daee
NFC: nci: Add nci init ops for early device initialization
by Christophe Ricard
· 9 years ago
81859ab
NFC: nci: Add NCI_RESET return code check before setup
by Christophe Ricard
· 9 years ago
b6355e9
NFC: nci: Handle proprietary response and notifications
by Samuel Ortiz
· 9 years ago
2622e2a
NFC: nci: hci: Fix releasing uninitialized skbs
by Joe Perches
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 9 years ago
65bc4f9
nfc: Fix portid type in urelease_work
by Richard Weinberger
· 10 years ago
25af01e
NFC: nci: Add firmware download support
by Clément Perrochaud
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
fa00e8f
NFC: nci: Move NFCEE discovery logic
by Christophe Ricard
· 10 years ago
15d4a8d
NFC: nci: Move logical connection structure allocation
by Christophe Ricard
· 10 years ago
3ba5c84
NFC: nci: Change credits field to credits_cnt
by Christophe Ricard
· 10 years ago
b16ae71
NFC: nci: Support all destinations type when creating a connection
by Christophe Ricard
· 10 years ago
12bdf27
NFC: nci: Add reference to the RF logical connection
by Christophe Ricard
· 10 years ago
6095b0f
NFC: nci: Change NCI state machine to LISTEN_ACTIVE
by Christophe Ricard
· 10 years ago
a41bb84
NFC: nci: Add RF NFCEE action notification support
by Christophe Ricard
· 10 years ago
447b27c
NFC: Forward NFC_EVT_TRANSACTION to user space
by Christophe Ricard
· 10 years ago
11f54f2
NFC: nci: Add HCI over NCI protocol support
by Christophe Ricard
· 10 years ago
736bb95
NFC: nci: Support logical connections management
by Christophe Ricard
· 10 years ago
f7f793f
NFC: nci: Add NFCEE enabling and disabling support
by Christophe Ricard
· 10 years ago
af9c8aa
NFC: nci: Add NFCEE discover support
by Christophe Ricard
· 10 years ago
4aeee68
NFC: nci: Add dynamic logical connections support
by Christophe Ricard
· 10 years ago
ec14b6c
NFC: hci: Remove nfc_hci_pipe2gate function
by Christophe Ricard
· 10 years ago
8409e42
NFC: hci: Add cmd_received handler
by Christophe Ricard
· 10 years ago
615b524
NFC: hci: Reference every pipe information according to notification
by Christophe Ricard
· 10 years ago
af77522
NFC: hci: Change nfc_hci_send_response gate parameter to pipe
by Christophe Ricard
· 10 years ago
118278f
NFC: hci: Add pipes table to reference them with a tuple {gate, host}
by Christophe Ricard
· 10 years ago
fda7a49
NFC: hci: Change event_received handler gate parameter to pipe
by Christophe Ricard
· 10 years ago
511e78a
NFC: nfc_disable_se Remove useless blank line at beginning of function
by Christophe Ricard
· 10 years ago
ec06848
NFC: nfc_enable_se Remove useless blank line at beginning of function
by Christophe Ricard
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
b5f185f
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
e479ce4
NFC: NCI: Fix max length of General Bytes in ATR_RES
by Julien Lefrique
· 10 years ago
3ff2401
NFC: nci: Fix warning: cast to restricted __le16
by Christophe Ricard
· 10 years ago
e5b53c0
NFC: Fix warning "warning: incorrect type in assignment"
by Christophe Ricard
· 10 years ago
b3a55b9
NFC: hci: Add specific hci macro to not create a pipe
by Christophe Ricard
· 10 years ago
cd96db6
NFC: Add se_io NFC operand
by Christophe Ricard
· 10 years ago
3682f49
NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGET
by Christophe Ricard
· 10 years ago
9295b5b
NFC: nci: Add support for different NCI_DEACTIVATE_TYPE
by Christophe Ricard
· 10 years ago
4391590
NFC: nci: Add management for NCI state for machine rf_deactivate_ntf
by Christophe Ricard
· 10 years ago
98ff416
NFC: nci: Add status byte management in case of error.
by Christophe Ricard
· 10 years ago
a2ae218
NFC: hci: Add support for NOTIFY_ALL_PIPE_CLEARED
by Christophe Ricard
· 10 years ago
deff5aa
NFC: hci: Add open pipe command handler
by Christophe Ricard
· 10 years ago
a688bf5
NFC: nci: Add se_io NCI operand
by Christophe Ricard
· 10 years ago
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
c7dea25
NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared.
by Christophe Ricard
· 10 years ago
9b8d32b
NFC: hci: Add se_io HCI operand
by Christophe Ricard
· 10 years ago
d7979e1
NFC: NCI: Signal deactivation in Target mode
by Julien Lefrique
· 10 years ago
6ff5462
NFC: NCI: Handle Discovery deactivation type
by Julien Lefrique
· 10 years ago
966efbf
NFC: Fix a memory leak
by Julien Lefrique
· 10 years ago
122c195
NFC: NCI: Forward data received in Target mode to nfc core
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
a99903e
NFC: NCI: Handle Target mode activation
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
413df10
NFC: llcp: Use list_for_each_entry in llcp_accept_poll
by Axel Lin
· 10 years ago
9b5ec0f
NFC: digital: Add NFC-DEP Target-side ATN Support
by Mark A. Greer
· 10 years ago
384ab1d
NFC: digital: Add NFC-DEP Initiator-side ATN Support
by Mark A. Greer
· 10 years ago
49dbb14
NFC: digital: Add NFC-DEP Target-side NACK Support
by Mark A. Greer
· 10 years ago
a80509c
NFC: digital: Add NFC-DEP Initiator-side NACK Support
by Mark A. Greer
· 10 years ago
Next »