index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
/
nci
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
Krzysztof Kozlowski
1
-0
/
+2
2023-10-25
nfc: nci: assert requested protocol is valid
Jeremy Cline
1
-0
/
+5
2022-12-14
NFC: nci: Bounds check struct nfc_target arrays
Kees Cook
1
-0
/
+6
2022-12-08
NFC: nci: fix memory leak in nci_rx_data_packet()
Liu Shixin
1
-1
/
+3
2022-12-08
nfc/nci: fix race with opening and closing
Lin Ma
1
-1
/
+1
2022-05-25
NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
Duoming Zhou
2
-3
/
+3
2022-04-20
nfc: nci: add flush_workqueue to prevent uaf
Lin Ma
1
-0
/
+4
2021-12-08
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-2
/
+17
2021-11-26
NFC: reorganize the functions in nci_request
Lin Ma
1
-4
/
+7
2021-10-27
nfc: nci: fix the UAF of rf_conn_info object
Lin Ma
1
-0
/
+2
2021-06-03
NFC: nci: fix memory leak in nci_allocate_device
Dongliang Mu
2
-0
/
+6
2019-12-31
net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...
Jia-Ju Bai
1
-1
/
+1
2019-07-31
nfc: fix potential illegal memory access
Yang Wei
1
-1
/
+1
2019-05-16
NFC: nci: Add some bounds checking in nci_hci_cmd_received()
Dan Carpenter
1
-0
/
+8
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-23
nfc: nci: remove unnecessary null check
Gustavo A. R. Silva
1
-5
/
+4
2017-06-19
NFC: fix broken device allocation
Johan Hovold
1
-2
/
+1
2017-06-16
networking: add and use skb_put_u8()
Johannes Berg
3
-6
/
+6
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
3
-5
/
+5
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
4
-7
/
+7
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
4
-7
/
+8
2016-05-04
nfc: nci: Add nci_nfcc_loopback to the nci core
Christophe Ricard
1
-0
/
+77
2016-05-04
nfc: nci: Add an additional parameter to identify a connection id
Christophe Ricard
3
-11
/
+36
2016-05-04
nfc: nci: Fix nci_core_conn_close
Christophe Ricard
2
-1
/
+3
2016-05-04
nfc: nci: Fix nci_core_conn_create to allowing empty destination
Christophe Ricard
1
-9
/
+9
2016-01-28
NFC: nci: Remove dead code
Peter Hurley
1
-8
/
+1
2015-12-29
NFC: nci: memory leak in nci_core_conn_create()
Dan Carpenter
1
-3
/
+3
2015-12-29
NFC: nci: Fix error check of nci_hci_create_pipe() result
Christophe Ricard
1
-1
/
+1
2015-10-28
NFC: nci: non-static functions can not be inline
Robert Dolca
1
-8
/
+8
2015-10-27
NFC: NCI: allow spi driver to choose transfer clock
Vincent Cuissard
1
-1
/
+6
2015-10-27
NFC: NCI: move generic spi driver to a module
Vincent Cuissard
3
-2
/
+7
2015-10-27
NFC: NCI: export nci_send_frame and nci_send_cmd function
Vincent Cuissard
1
-1
/
+3
2015-10-27
NFC: st-nci: Add few code style fixes
Christophe Ricard
1
-1
/
+1
2015-10-27
NFC: netlink: Add mode parameter to deactivate_target functions
Christophe Ricard
1
-4
/
+11
2015-10-26
NFC: nci: Create pipe on specific gate in nci_hci_connect_gate
Christophe Ricard
1
-1
/
+55
2015-10-26
NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.
Christophe Ricard
1
-0
/
+4
2015-10-26
NFC: nci: add nci_hci_clear_all_pipes functions
Christophe Ricard
1
-0
/
+15
2015-10-26
NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE
Christophe Ricard
1
-2
/
+2
2015-10-26
NFC: nci: Fix improper management of HCI return code
Christophe Ricard
1
-17
/
+49
2015-10-26
NFC: nci: Fix incorrect data chaining when sending data
Christophe Ricard
1
-7
/
+13
2015-10-25
NFC: nci: add nci_get_conn_info_by_id function
Robert Dolca
1
-0
/
+13
2015-10-25
NFC: nci: fix possible crash in nci_core_conn_create
Robert Dolca
1
-1
/
+8
2015-10-25
NFC: nci: rename nci_prop_ops to nci_driver_ops
Robert Dolca
1
-8
/
+8
2015-10-25
NFC: nci: Allow the driver to set handler for core nci ops
Robert Dolca
3
-21
/
+54
2015-10-25
NFC: nci: Introduce nci_core_cmd
Robert Dolca
1
-5
/
+19
2015-10-25
NFC: nci: Do not call post_setup when setup fails
Robert Dolca
1
-2
/
+1
2015-10-25
NFC: nci: Add function to get max packet size for conn
Robert Dolca
1
-0
/
+12
2015-10-25
NFC: nci: Export nci data send API
Robert Dolca
1
-0
/
+1
2015-10-03
NFC: nci: Use __nci_request for exported routines
Samuel Ortiz
1
-5
/
+6
2015-08-20
nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter
Christophe Ricard
1
-1
/
+1
[next]