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
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-06-03
NFC: nci: fix memory leak in nci_allocate_device
Dongliang Mu
2
-0
/
+6
2021-05-22
net:nfc:digital: Fix a double free in digital_tg_recv_dep_req
Lv Yunlong
1
-0
/
+2
2021-05-22
net/nfc: fix use-after-free llcp_sock_bind/connect
Or Cohen
1
-0
/
+4
2021-04-16
nfc: Avoid endless loops caused by repeated llcp_sock_connect()
Xiaoming Ni
1
-0
/
+4
2021-04-16
nfc: fix memory leak in llcp_sock_connect()
Xiaoming Ni
1
-0
/
+2
2021-04-16
nfc: fix refcount leak in llcp_sock_connect()
Xiaoming Ni
1
-0
/
+2
2021-04-16
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-21
net/nfc/rawsock.c: add CAP_NET_RAW check.
Qingyu Li
1
-2
/
+5
2020-05-10
NFC: nci: memory leak in nci_core_conn_create()
Dan Carpenter
1
-3
/
+3
2020-03-20
nfc: add missing attribute validation for vendor subcommand
Jakub Kicinski
1
-0
/
+2
2020-03-20
nfc: add missing attribute validation for SE API
Jakub Kicinski
1
-0
/
+1
2020-03-20
net: nfc: fix bounds checking bugs on "pipe"
Dan Carpenter
1
-3
/
+16
2020-01-04
net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...
Jia-Ju Bai
1
-1
/
+1
2019-11-12
nfc: netlink: fix double device reference drop
Pan Bian
1
-2
/
+0
2019-10-07
NFC: fix attrs checks in netlink interface
Andrey Konovalov
1
-2
/
+4
2019-10-07
nfc: fix memory leak in llcp_sock_bind()
Eric Dumazet
1
-1
/
+6
2019-10-05
nfc: enforce CAP_NET_RAW for raw sockets
Ori Nimron
1
-2
/
+5
2019-08-04
nfc: fix potential illegal memory access
Yang Wei
1
-1
/
+1
2019-03-23
net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails
YueHaibing
2
-4
/
+40
2018-09-29
NFC: Fix possible memory corruption when handling SHDLC I-Frame commands
Suren Baghdasaryan
1
-0
/
+10
2018-07-22
net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
Tetsuo Handa
1
-3
/
+6
2018-05-30
NFC: llcp: Limit size of SDP URI
Kees Cook
2
-1
/
+6
2017-11-30
NFC: fix device-allocation error return
Johan Hovold
1
-1
/
+1
2017-07-27
NFC: Add sockaddr length checks before accessing sa_family in bind handlers
Mateusz Jurczyk
1
-2
/
+4
2017-07-27
nfc: Fix the sockaddr length sanitization in llcp_sock_connect
Mateusz Jurczyk
1
-2
/
+1
2017-07-27
nfc: Ensure presence of required attributes in the activate_target handler
Mateusz Jurczyk
1
-1
/
+3
2017-07-27
NFC: fix broken device allocation
Johan Hovold
2
-15
/
+19
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
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: st21nfca: Add support for proprietary commands
Christophe Ricard
1
-0
/
+2
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
7
-11
/
+24
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
[next]