aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-0/+1
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-01-27NFC: nci: Remove dead codePeter Hurley1-8/+1
2015-06-15NFC: nci: fix mistake in uart generic driverVincent Cuissard1-1/+1
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard1-1/+0
2015-06-11NFC: nci: add generic uart supportVincent Cuissard1-0/+495