summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul-1/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro-0/+1
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+10
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang-4/+2
2018-09-18NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan-0/+10
2018-07-30net: simplify sock_poll_waitChristoph Hellwig-1/+1
2018-07-18net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa-3/+6
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-5/+8
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-17/+0
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing-17/+0
2018-05-26net/nfc: convert to ->poll_maskChristoph Hellwig-6/+3
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-2/+2
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+6
2018-02-16NFC: llcp: Limit size of SDP URIKees Cook-1/+6
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-8/+8
2017-11-27net: annotate ->poll() instancesAl Viro-4/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-8/+6
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek-3/+3
2017-11-10NFC: Add NFC_CMD_DEACTIVATE_TARGET supportMark Greer-0/+29
2017-11-10NFC: digital: Abort cmd when deactivating targetMark Greer-0/+1
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais-31/+21
2017-11-06NFC: fix device-allocation error returnJohan Hovold-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-09-25net: nfc: llcp_core: use setup_timer() helper.Allen Pais-6/+4
2017-09-25net: nfc: hci: llc_shdlc: use setup_timer() helper.Allen Pais-9/+6
2017-09-25net: nfc: hci: use setup_timer() helper.Allen Pais-3/+2
2017-09-21net:nfc: use setup_timerAllen Pais-3/+2
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