summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-06-03NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-22net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-05-22net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen1-0/+4
2021-04-16nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-04-16nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni1-0/+2
2021-02-04NFC: fix possible resource leakPan Bian1-0/+1
2021-02-04NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-08-21net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-03-20nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-20nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-20net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2019-12-31net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-11-12nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-07NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2019-10-07nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-05nfc: enforce CAP_NET_RAW for raw socketsOri Nimron1-2/+5
2019-07-31nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-05-16NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-03-14net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook2-1/+6
2017-11-30NFC: fix device-allocation error returnJohan Hovold1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-06-23NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk1-2/+4
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva1-5/+4
2017-06-23nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk1-1/+3
2017-06-23nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk1-2/+1
2017-06-23NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer1-1/+1
2017-06-23NFC: digital: NFC-A SEL_RES must be one byteMark Greer1-1/+2
2017-06-23NFC: digital: Delete an error message for memory allocation failureMarkus Elfring1-3/+1
2017-06-23NFC: digital: Improve a size determination in four functionsMarkus Elfring1-4/+4
2017-06-19NFC: fix broken device allocationJohan Hovold2-15/+19
2017-06-16networking: add and use skb_put_u8()Johannes Berg8-18/+18
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg8-14/+14
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg9-23/+21
2017-06-16networking: introduce and use skb_put_data()Johannes Berg8-30/+25
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang1-1/+1
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-10/+14
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+3
2017-04-05NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko1-1/+1
2017-04-02nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi1-9/+13
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1