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
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
43 hours
nfc: rawsock: cancel tx_work before socket teardown
Jakub Kicinski
1
-0
/
+11
43 hours
nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callback
Jakub Kicinski
1
-4
/
+8
43 hours
nfc: nci: complete pending data exchange on device close
Jakub Kicinski
1
-0
/
+9
43 hours
nfc: nci: free skb on nci_transceive early error paths
Jakub Kicinski
1
-2
/
+7
43 hours
net: nfc: nci: Fix zero-length proprietary notifications
Ian Ray
1
-1
/
+11
10 days
net: nfc: nci: Fix parameter validation for packet data
Michael Thalmeier
1
-18
/
+141
2026-02-26
nfc: hci: shdlc: Stop timers and work before freeing context
Votokina Victoria
1
-0
/
+8
2026-02-06
nfc: nci: Fix race between rfkill and nci_unregister_device().
Kuniyuki Iwashima
2
-4
/
+27
2026-02-06
nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().
Kuniyuki Iwashima
2
-2
/
+19
2026-01-08
net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write
Deepanshu Kartikey
1
-2
/
+7
2025-09-30
net: nfc: nci: Add parameter validation for packet data
Deepak Sharma
1
-36
/
+99
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2025-06-19
NFC: nci: uart: Set tty->disc_data only in success path
Krzysztof Kozlowski
1
-4
/
+4
2025-06-18
nfc: Remove checks for nla_data returning NULL
Simon Horman
1
-5
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
5
-9
/
+11
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
7
-17
/
+17
2025-02-19
nfc: hci: Remove unused nfc_llc_unregister
Dr. David Alan Gilbert
2
-12
/
+0
2025-01-22
NFC: nci: Add bounds checking in nci_hci_create_pipe()
Dan Carpenter
1
-0
/
+2
2024-11-07
net: nfc: Propagate ISO14443 type A target ATS to userspace via netlink
Juraj Ĺ arinay
3
-2
/
+48
2024-05-23
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+15
2024-05-23
nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()
Ryosuke Yasuoka
1
-2
/
+1
2024-05-20
nfc: nci: Fix uninit-value in nci_rx_work
Ryosuke Yasuoka
1
-1
/
+14
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-2
/
+2
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-05-07
nfc: nci: Fix kcov check in nci_rx_work()
Tetsuo Handa
1
-0
/
+1
2024-04-12
net: nfc: remove inappropriate attrs check
Lin Ma
1
-4
/
+2
2024-04-09
nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies
Eric Dumazet
1
-6
/
+6
2024-03-22
nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet
Ryosuke Yasuoka
1
-0
/
+5
2024-03-05
nfc: core: make nfc_class constant
Ricardo B. Marliere
1
-1
/
+1
2024-02-06
nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engine
Christophe JAILLET
1
-2
/
+2
2024-02-06
nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplication
Christophe JAILLET
1
-8
/
+10
2024-01-29
nfc: nci: free rx_data_reassembly skb on NCI device cleanup
Fedor Pchelkin
1
-0
/
+4
2024-01-11
net: fill in MODULE_DESCRIPTION()s for NFC
Breno Leitao
3
-0
/
+3
2023-12-25
nfc: Do not send datagram if socket state isn't LLCP_BOUND
Siddh Raman Pant
1
-0
/
+5
2023-12-25
nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
Siddh Raman Pant
1
-3
/
+36
2023-10-16
nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
Krzysztof Kozlowski
1
-0
/
+2
2023-10-12
nfc: nci: assert requested protocol is valid
Jeremy Cline
1
-0
/
+5
2023-10-10
net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
Eric Dumazet
1
-18
/
+12
2023-10-03
net: nfc: llcp: Add lock when modifying device list
Jeremy Cline
1
-0
/
+2
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-15
/
+8
2023-08-15
genetlink: use attrs from struct genl_info
Jakub Kicinski
1
-2
/
+2
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: remove dummy tty_ldisc_ops::poll() implementations
Jiri Slaby (SUSE)
1
-7
/
+0
2023-08-03
net: nfc: remove casts from tty->disc_data
Jiri Slaby
1
-4
/
+4
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-24
/
+77
2023-06-26
net: nfc: Fix use-after-free caused by nfc_llcp_find_local
Lin Ma
6
-24
/
+77
2023-05-15
nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()
Krzysztof Kozlowski
1
-1
/
+2
2023-03-07
nfc: change order inside nfc_se_io error path
Fedor Pchelkin
1
-1
/
+1
[next]