summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-13net: 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-07-27NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk1-2/+4
2017-07-27nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk1-2/+1
2017-07-27nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk1-1/+3
2017-07-27NFC: fix broken device allocationJohan Hovold2-15/+19
2016-07-11NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande1-2/+24
2016-07-11NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande2-16/+56
2016-07-11NFC: digital: Free supervisor PDUsThierry Escande1-5/+3
2016-07-10NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande1-13/+27
2016-07-10NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande1-28/+43
2016-07-10NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande1-12/+33
2016-07-10NFC: digital: Remove useless call to skb_reserve()Thierry Escande1-2/+0
2016-07-10NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande2-31/+29
2016-07-06NFC: digital: Abort last command when dep link goes downThierry Escande1-0/+2
2016-07-06NFC: digital: Set the command pending flagThierry Escande1-0/+2
2016-07-06NFC: digital: Call pending command callbacks at device unregisterThierry Escande1-0/+8
2016-07-06NFC: digital: Rework error handling in DEP_RES responseThierry Escande1-1/+1
2016-07-06NFC: digital: Fix a memory leak in NFC-F listening modeThierry Escande1-10/+1
2016-07-06NFC: llcp: Fix 2 memory leaksThierry Escande1-4/+6
2016-07-06NFC: llcp: Fix usage of llcp_add_tlv()Thierry Escande1-8/+5
2016-07-04NFC: llcp: Use dynamic debug for hex dumpThierry Escande1-5/+4
2016-07-04NFC: digital: Add a delay between poll cyclesThierry Escande2-7/+11
2016-07-04NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Denys Vlasenko2-16/+5
2016-05-03nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard2-0/+79
2016-05-03nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard6-17/+54
2016-05-03nfc: nci: Fix nci_core_conn_closeChristophe Ricard2-1/+3
2016-05-03nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard1-9/+9
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1281-33900/+78920
2016-02-25NFC: Close a race condition in llcp_sock_getname()Cong Wang1-0/+6
2016-02-25NFC: Use GFP_USER for user-controlled kmallocCong Wang1-2/+2
2016-01-27NFC: nci: Remove dead codePeter Hurley1-8/+1
2016-01-05Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller34-181/+1862
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter1-3/+3
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard4-0/+52
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard1-1/+1
2015-12-29NFC: digital: Add Type4A tags supportShikha Singh1-1/+2
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet22-52/+60
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca2-12/+12
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2-1/+12
2015-10-27NFC: NCI: move generic spi driver to a moduleVincent Cuissard3-2/+7
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2-1/+4
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard6-3/+437
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard3-3/+3
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard10-14/+27
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard1-0/+4
[next]