aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/hci/llc_shdlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais1-14/+9
2017-09-25net: nfc: hci: llc_shdlc: use setup_timer() helper.Allen Pais1-9/+6
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2014-01-14net: Spelling s/transmition/transmission/Geert Uytterhoeven1-1/+1
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-3/+1
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc1-4/+3
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds1-8/+8
2012-09-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz1-5/+5
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz1-7/+31
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz1-1/+2
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade1-1/+1
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz1-2/+0
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade1-1/+1
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade1-0/+834