index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
NFC: hci: Split memcpy() of struct hcp_message flexible array
Kees Cook
1
-7
/
+5
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-05-28
net: nfc: Directly use ida_alloc()/free()
keliu
1
-2
/
+2
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+3
2022-05-17
NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
Duoming Zhou
2
-3
/
+3
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-17
/
+16
2022-05-05
NFC: netlink: fix sleep in atomic bug when firmware download timeout
Duoming Zhou
1
-2
/
+2
2022-05-01
nfc: replace improper check device_is_registered() in netlink related functions
Duoming Zhou
1
-15
/
+14
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+4
2022-04-13
nfc: nci: add flush_workqueue to prevent uaf
Lin Ma
1
-0
/
+4
2022-04-13
NFC: NULL out the dev->rfkill to prevent UAF
Lin Ma
1
-0
/
+1
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2
-4
/
+2
2022-03-03
nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"
Krzysztof Kozlowski
3
-15
/
+0
2022-03-03
nfc: llcp: protect nfc_llcp_sock_unlink() calls
Krzysztof Kozlowski
1
-5
/
+5
2022-03-03
nfc: llcp: use test_bit()
Krzysztof Kozlowski
1
-1
/
+1
2022-03-03
nfc: llcp: use centralized exiting of bind on errors
Krzysztof Kozlowski
1
-10
/
+15
2022-03-03
nfc: llcp: simplify llcp_sock_connect() error paths
Krzysztof Kozlowski
1
-4
/
+4
2022-03-03
nfc: llcp: nullify llcp_sock->dev on connect() error paths
Krzysztof Kozlowski
1
-0
/
+1
2022-01-20
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+5
2022-01-19
nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()
Krzysztof Kozlowski
1
-0
/
+5
2021-12-20
Merge 5.16-rc6 into tty-next
Greg Kroah-Hartman
1
-4
/
+8
2021-12-09
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
Krzysztof Kozlowski
1
-2
/
+4
2021-12-09
nfc: fix segfault in nfc_genl_dump_devices_done
Tadeusz Struk
1
-2
/
+4
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
1
-3
/
+2
2021-11-17
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-2
/
+17
2021-11-17
NFC: reorder the logic in nfc_{un,}register_device
Lin Ma
1
-14
/
+18
2021-11-17
NFC: reorganize the functions in nci_request
Lin Ma
1
-4
/
+7
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+15
2021-11-04
Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2021-11-03
NFC: add necessary privilege flags in netlink layer
Lin Ma
1
-0
/
+15
2021-10-18
Merge 5.15-rc6 into tty-next
Greg Kroah-Hartman
4
-4
/
+18
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+18
2021-10-13
NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
Ziyang Xuan
1
-2
/
+6
2021-10-13
NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
Ziyang Xuan
1
-2
/
+7
2021-10-13
nfc: fix error handling of nfc_proto_register()
Ziyang Xuan
1
-0
/
+3
2021-10-11
nfc: nci: replace GPLv2 boilerplate with SPDX
Krzysztof Kozlowski
1
-14
/
+2
2021-10-11
nfc: drop unneeded debug prints
Krzysztof Kozlowski
7
-57
/
+1
2021-10-08
nfc: nci: fix the UAF of rf_conn_info object
Lin Ma
1
-0
/
+2
2021-09-22
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
1
-1
/
+1
2021-09-13
nfc: do not break pr_debug() call into separate lines
Krzysztof Kozlowski
1
-14
/
+9
2021-08-13
net: in_irq() cleanup
Changbin Du
1
-1
/
+1
2021-08-02
nfc: hci: pass callback data param as pointer in nci_request()
Krzysztof Kozlowski
2
-70
/
+65
2021-07-30
nfc: hci: cleanup unneeded spaces
Krzysztof Kozlowski
4
-14
/
+14
2021-07-30
nfc: nci: constify several pointers to u8, sk_buff and other structs
Krzysztof Kozlowski
6
-97
/
+110
2021-07-30
nfc: constify local pointer variables
Krzysztof Kozlowski
3
-6
/
+6
2021-07-30
nfc: constify several pointers to u8, char and sk_buff
Krzysztof Kozlowski
6
-53
/
+61
2021-07-30
nfc: hci: annotate nfc_llc_init() as __init
Krzysztof Kozlowski
1
-1
/
+1
2021-07-30
nfc: annotate af_nfc_exit() as __exit
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nfc_digital_ops
Krzysztof Kozlowski
1
-1
/
+1
2021-07-25
nfc: constify nfc_llc_ops
Krzysztof Kozlowski
4
-6
/
+6
[next]