summaryrefslogtreecommitdiffstats
path: root/net/nfc/hci/llc_shdlc.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-111-12/+0
* nfc: do not break pr_debug() call into separate linesKrzysztof Kozlowski2021-09-131-14/+9
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-301-5/+5
* nfc: constify nfc_llc_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: hci: Fix spelling mistakesZheng Yongjun2021-05-311-1/+1
* hci: llc_shdlc: style: Simplify bool comparisonYANG LI2021-01-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1
* NFC: Convert timers to use timer_setup()Allen Pais2017-11-061-14/+9
* net: nfc: hci: llc_shdlc: use setup_timer() helper.Allen Pais2017-09-251-9/+6
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-2/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-4/+4
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* net: Spelling s/transmition/transmission/Geert Uytterhoeven2014-01-141-1/+1
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-261-4/+3
* workqueue: avoid using deprecated functionsLinus Torvalds2012-10-021-8/+8
* NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz2012-09-251-5/+5
* NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz2012-09-251-7/+31
* NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz2012-09-251-1/+2
* NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade2012-09-251-1/+1
* NFC: Remove unneeded LLC symbols exportSamuel Ortiz2012-09-251-2/+0
* NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2012-09-251-1/+1
* NFC: Add an shdlc llc module to llc coreEric Lapuyade2012-09-251-0/+834