index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
net: nfc: Fix use-after-free caused by nfc_llcp_find_local
Lin Ma
6
-24
/
+77
2023-07-27
nfc: llcp: simplify llcp_sock_connect() error paths
Krzysztof Kozlowski
1
-3
/
+4
2023-07-27
nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()
Krzysztof Kozlowski
1
-1
/
+2
2023-07-27
nfc: constify several pointers to u8, char and sk_buff
Krzysztof Kozlowski
6
-53
/
+61
2023-03-17
nfc: change order inside nfc_se_io error path
Fedor Pchelkin
1
-1
/
+1
2023-03-11
nfc: fix memory leak of se_io context in nfc_genl_se_io
Fedor Pchelkin
1
-0
/
+4
2023-02-06
net: nfc: Fix use-after-free in local_cleanup()
Jisoo Jang
1
-0
/
+1
2023-01-18
nfc: Fix potential resource leaks
Miaoqian Lin
1
-14
/
+38
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-06-14
NFC: NULL out the dev->rfkill to prevent UAF
Lin Ma
1
-0
/
+1
2022-05-25
NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
Duoming Zhou
2
-3
/
+3
2022-05-12
NFC: netlink: fix sleep in atomic bug when firmware download timeout
Duoming Zhou
1
-2
/
+2
2022-05-12
nfc: replace improper check device_is_registered() in netlink related functions
Duoming Zhou
1
-15
/
+14
2022-04-20
nfc: nci: add flush_workqueue to prevent uaf
Lin Ma
1
-0
/
+4
2022-01-27
nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()
Krzysztof Kozlowski
1
-0
/
+5
2021-12-17
nfc: fix segfault in nfc_genl_dump_devices_done
Tadeusz Struk
1
-2
/
+4
2021-12-14
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
Krzysztof Kozlowski
1
-2
/
+4
2021-12-01
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-2
/
+17
2021-11-26
NFC: reorder the logic in nfc_{un,}register_device
Lin Ma
1
-14
/
+18
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-10-20
NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
Ziyang Xuan
1
-2
/
+6
2021-10-20
NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
Ziyang Xuan
1
-2
/
+7
2021-10-20
nfc: fix error handling of nfc_proto_register()
Ziyang Xuan
1
-0
/
+3
2021-06-16
net/nfc/rawsock.c: fix a permission check bug
Jeimon
1
-1
/
+1
2021-06-10
nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
Krzysztof Kozlowski
1
-0
/
+2
2021-05-28
NFC: nci: fix memory leak in nci_allocate_device
Dongliang Mu
2
-0
/
+6
2021-05-14
net:nfc:digital: Fix a double free in digital_tg_recv_dep_req
Lv Yunlong
1
-0
/
+2
2021-05-14
net/nfc: fix use-after-free llcp_sock_bind/connect
Or Cohen
1
-0
/
+4
2021-04-14
nfc: Avoid endless loops caused by repeated llcp_sock_connect()
Xiaoming Ni
1
-0
/
+4
2021-04-14
nfc: fix memory leak in llcp_sock_connect()
Xiaoming Ni
1
-0
/
+2
2021-04-14
nfc: fix refcount leak in llcp_sock_connect()
Xiaoming Ni
1
-0
/
+2
2021-04-14
nfc: fix refcount leak in llcp_sock_bind()
Xiaoming Ni
1
-0
/
+2
2021-02-03
NFC: fix possible resource leak
Pan Bian
1
-0
/
+1
2021-02-03
NFC: fix resource leak when target index is invalid
Pan Bian
1
-1
/
+1
2020-10-29
nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...
Defang Bo
1
-1
/
+1
2020-08-19
net/nfc/rawsock.c: add CAP_NET_RAW check.
Qingyu Li
1
-2
/
+5
2020-03-18
nfc: add missing attribute validation for vendor subcommand
Jakub Kicinski
1
-0
/
+2
2020-03-18
nfc: add missing attribute validation for deactivate target
Jakub Kicinski
1
-0
/
+1
2020-03-18
nfc: add missing attribute validation for SE API
Jakub Kicinski
1
-0
/
+1
2020-03-18
net: nfc: fix bounds checking bugs on "pipe"
Dan Carpenter
1
-3
/
+16
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-11-07
nfc: netlink: fix double device reference drop
Pan Bian
1
-2
/
+0
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-10-04
nfc: fix memory leak in llcp_sock_bind()
Eric Dumazet
1
-1
/
+6
2019-09-24
nfc: enforce CAP_NET_RAW for raw sockets
Ori Nimron
1
-2
/
+5
2019-07-29
NFC: fix attrs checks in netlink interface
Andrey Konovalov
1
-2
/
+4
2019-07-08
nfc: fix potential illegal memory access
Yang Wei
1
-1
/
+1
[next]