summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-311-1/+1
* nfc: netlink: fix double device reference dropPan Bian2019-11-121-2/+0
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-10-071-2/+4
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-071-1/+6
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-2/+5
* nfc: fix potential illegal memory accessYang Wei2019-07-311-1/+1
* NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-05-161-0/+8
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-03-132-4/+40
* NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-291-0/+10
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-221-3/+6
* NFC: llcp: Limit size of SDP URIKees Cook2018-05-302-1/+6
* NFC: fix device-allocation error returnJohan Hovold2017-11-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk2017-06-231-2/+4
* nfc: nci: remove unnecessary null checkGustavo A. R. Silva2017-06-231-5/+4
* nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk2017-06-231-1/+3
* nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk2017-06-231-2/+1
* NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer2017-06-231-1/+1
* NFC: digital: NFC-A SEL_RES must be one byteMark Greer2017-06-231-1/+2
* NFC: digital: Delete an error message for memory allocation failureMarkus Elfring2017-06-231-3/+1
* NFC: digital: Improve a size determination in four functionsMarkus Elfring2017-06-231-4/+4
* NFC: fix broken device allocationJohan Hovold2017-06-182-15/+19
* networking: add and use skb_put_u8()Johannes Berg2017-06-168-18/+18
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-168-14/+14
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-169-23/+21
* networking: introduce and use skb_put_data()Johannes Berg2017-06-168-30/+25
* net: socket: mark socket protocol handler structs as constlinzhang2017-05-161-1/+1
* Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-211-10/+14
|\
| * NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko2017-04-051-1/+1
| * nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi2017-04-011-9/+13
* | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+3
|/
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-10/+14
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-5/+4
* NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande2016-07-111-2/+24
* NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande2016-07-111-16/+55
* NFC: digital: Free supervisor PDUsThierry Escande2016-07-111-5/+3
* NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande2016-07-111-13/+27
* NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande2016-07-111-28/+43
* NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande2016-07-111-12/+33
* NFC: digital: Remove useless call to skb_reserve()Thierry Escande2016-07-111-2/+0
* NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande2016-07-111-30/+29
* NFC: digital: Abort last command when dep link goes downThierry Escande2016-07-061-0/+2
* NFC: digital: Set the command pending flagThierry Escande2016-07-061-0/+2
* NFC: digital: Call pending command callbacks at device unregisterThierry Escande2016-07-061-0/+8