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