index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
/
nci
/
hci.c
Age
Commit message (
Expand
)
Author
2021-10-11
nfc: drop unneeded debug prints
Krzysztof Kozlowski
2021-08-02
nfc: hci: pass callback data param as pointer in nci_request()
Krzysztof Kozlowski
2021-07-30
nfc: hci: cleanup unneeded spaces
Krzysztof Kozlowski
2021-07-30
nfc: nci: constify several pointers to u8, sk_buff and other structs
Krzysztof Kozlowski
2021-06-01
NFC: nci: Remove redundant assignment to len
Yang Li
2021-05-17
NFC: nci: fix memory leak in nci_allocate_device
Dongliang Mu
2020-11-14
nfc: refined function nci_hci_resp_received
Alex Shi
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-04-06
NFC: nci: Add some bounds checking in nci_hci_cmd_received()
Dan Carpenter
2017-06-16
networking: add and use skb_put_u8()
Johannes Berg
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2015-12-29
NFC: nci: Fix error check of nci_hci_create_pipe() result
Christophe Ricard
2015-10-27
NFC: st-nci: Add few code style fixes
Christophe Ricard
2015-10-26
NFC: nci: Create pipe on specific gate in nci_hci_connect_gate
Christophe Ricard
2015-10-26
NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.
Christophe Ricard
2015-10-26
NFC: nci: add nci_hci_clear_all_pipes functions
Christophe Ricard
2015-10-26
NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE
Christophe Ricard
2015-10-26
NFC: nci: Fix improper management of HCI return code
Christophe Ricard
2015-10-26
NFC: nci: Fix incorrect data chaining when sending data
Christophe Ricard
2015-08-20
nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter
Christophe Ricard
2015-06-09
NFC: nci: hci: Fix releasing uninitialized skbs
Joe Perches
2015-02-04
NFC: nci: Move logical connection structure allocation
Christophe Ricard
2015-02-02
NFC: nci: Add HCI over NCI protocol support
Christophe Ricard