aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/nfc/hci/llc_shdlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski1-12/+0
2021-09-13nfc: do not break pr_debug() call into separate linesKrzysztof Kozlowski1-14/+9
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-5/+5
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski1-1/+1
2021-05-31nfc: hci: Fix spelling mistakesZheng Yongjun1-1/+1
2021-01-12hci: llc_shdlc: style: Simplify bool comparisonYANG LI1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner1-12/+1
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