index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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-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-11-26
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-2
/
+17
2021-11-26
net: nfc: nci: Change the NCI close sequence
Bongsu Jeon
1
-2
/
+2
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-03-04
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
1
-1
/
+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-20
nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...
Defang Bo
1
-1
/
+1
2020-09-05
NFC: digital: Remove two unused macroes
Wang Hai
1
-3
/
+0
2020-08-11
net/nfc/rawsock.c: add CAP_NET_RAW check.
Qingyu Li
1
-2
/
+5
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+4
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-3
/
+3
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
2
-6
/
+0
2020-07-17
nfc: nci: add missed destroy_workqueue in nci_register_device
Wang Hai
1
-1
/
+4
2020-07-13
net: nfc: kerneldoc fixes
Andrew Lunn
2
-4
/
+3
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+20
2020-03-05
net: nfc: fix bounds checking bugs on "pipe"
Dan Carpenter
1
-3
/
+16
2020-03-03
nfc: add missing attribute validation for vendor subcommand
Jakub Kicinski
1
-0
/
+2
2020-03-03
nfc: add missing attribute validation for deactivate target
Jakub Kicinski
1
-0
/
+1
2020-03-03
nfc: add missing attribute validation for SE API
Jakub Kicinski
1
-0
/
+1
2020-02-17
NFC: digital: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2019-12-18
net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...
Jia-Ju Bai
1
-1
/
+1
2019-12-04
NFC: NCI: use new `delay` structure for SPI transfer delays
Alexandru Ardelean
1
-2
/
+4
2019-11-21
net: Fix Kconfig indentation, continued
Krzysztof Kozlowski
1
-7
/
+7
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+0
2019-11-07
nfc: netlink: fix double device reference drop
Pan Bian
1
-2
/
+0
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-10-06
net: nfc: have genetlink code to parse the attrs during dumpit
Jiri Pirko
1
-12
/
+5
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
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
6
-78
/
+6
[next]