summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp_commands.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-3/+9
|\
| * net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-261-3/+9
* | nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski2023-05-151-1/+2
|/
* nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-111-8/+0
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-301-21/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-02-271-0/+20
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-181-3/+6
* NFC: llcp: Limit size of SDP URIKees Cook2018-02-161-0/+4
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-8/+7
* NFC: llcp: Fix 2 memory leaksThierry Escande2016-07-061-4/+6
* NFC: llcp: Fix usage of llcp_add_tlv()Thierry Escande2016-07-061-8/+5
* NFC: Use GFP_USER for user-controlled kmallocCong Wang2016-02-251-2/+2
* Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-091-2/+4
|\
| * NFC: Fix warning "warning: incorrect type in assignment"Christophe Ricard2014-12-021-2/+4
* | new helper: memcpy_from_msg()Al Viro2014-11-241-2/+2
|/
* NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel2014-05-201-1/+1
* NFC: llcp: Use default MIU if none was specified on connectSzymon Janc2014-01-041-1/+1
* NFC: llcp: Fix possible memory leak while sending I framesSzymon Janc2014-01-041-1/+3
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande2013-06-141-21/+1
* NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz2013-04-261-0/+817