summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
2017-06-23NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk-2/+4
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva-5/+4
2017-06-23nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk-1/+3
2017-06-23nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk-2/+1
2017-06-23NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer-1/+1
2017-06-23NFC: digital: NFC-A SEL_RES must be one byteMark Greer-1/+2
2017-06-23NFC: digital: Delete an error message for memory allocation failureMarkus Elfring-3/+1
2017-06-23NFC: digital: Improve a size determination in four functionsMarkus Elfring-4/+4
2017-06-18NFC: fix broken device allocationJohan Hovold-15/+19
2017-06-16networking: add and use skb_put_u8()Johannes Berg-18/+18
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-14/+14
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-23/+21
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-30/+25
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang-1/+1
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-10/+14
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-2/+3
2017-04-05NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko-1/+1
2017-04-01nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi-9/+13
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg-10/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-1/+0
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg-5/+4
2016-07-11NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande-2/+24
2016-07-11NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande-16/+55
2016-07-11NFC: digital: Free supervisor PDUsThierry Escande-5/+3
2016-07-11NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande-13/+27
2016-07-11NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande-28/+43
2016-07-11NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande-12/+33
2016-07-11NFC: digital: Remove useless call to skb_reserve()Thierry Escande-2/+0
2016-07-11NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande-30/+29
2016-07-06NFC: digital: Abort last command when dep link goes downThierry Escande-0/+2
2016-07-06NFC: digital: Set the command pending flagThierry Escande-0/+2
2016-07-06NFC: digital: Call pending command callbacks at device unregisterThierry Escande-0/+8
2016-07-06NFC: digital: Rework error handling in DEP_RES responseThierry Escande-1/+1
2016-07-06NFC: digital: Fix a memory leak in NFC-F listening modeThierry Escande-10/+1
2016-07-06NFC: llcp: Fix 2 memory leaksThierry Escande-4/+6
2016-07-06NFC: llcp: Fix usage of llcp_add_tlv()Thierry Escande-8/+5
2016-07-04NFC: llcp: Use dynamic debug for hex dumpThierry Escande-5/+4
2016-07-04NFC: digital: Add a delay between poll cyclesThierry Escande-6/+10
2016-07-04NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Denys Vlasenko-12/+5
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard-0/+77
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard-11/+36
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard-1/+3
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard-9/+9
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+8
2016-02-25NFC: Close a race condition in llcp_sock_getname()Cong Wang-0/+6
2016-02-25NFC: Use GFP_USER for user-controlled kmallocCong Wang-2/+2