aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/llcp_commands.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-11nfc: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-8/+0
2021-07-30nfc: constify several pointers to u8, char and sk_buffGravatar Krzysztof Kozlowski 1-21/+25
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-02-27net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsGravatar YueHaibing 1-0/+20
2018-07-18net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Gravatar Tetsuo Handa 1-3/+6
2018-02-16NFC: llcp: Limit size of SDP URIGravatar Kees Cook 1-0/+4
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-8/+7
2016-07-06NFC: llcp: Fix 2 memory leaksGravatar Thierry Escande 1-4/+6
2016-07-06NFC: llcp: Fix usage of llcp_add_tlv()Gravatar Thierry Escande 1-8/+5
2016-02-25NFC: Use GFP_USER for user-controlled kmallocGravatar Cong Wang 1-2/+2
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar David S. Miller 1-2/+4
2014-12-02NFC: Fix warning "warning: incorrect type in assignment"Gravatar Christophe Ricard 1-2/+4
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 1-2/+2
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWGravatar Hiren Tandel 1-1/+1
2014-01-04NFC: llcp: Use default MIU if none was specified on connectGravatar Szymon Janc 1-1/+1
2014-01-04NFC: llcp: Fix possible memory leak while sending I framesGravatar Szymon Janc 1-1/+3
2013-12-11nfc: Fix FSF address in file headersGravatar Jeff Kirsher 1-3/+1
2013-06-14NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Gravatar Thierry Escande 1-21/+1
2013-04-26NFC: Move LLCP code to the NFC top level diirectoryGravatar Samuel Ortiz 1-0/+817