summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp_core.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant2023-12-251-3/+36
* net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet2023-10-101-18/+12
* net: nfc: llcp: Add lock when modifying device listJeremy Cline2023-10-031-0/+2
* net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-261-7/+42
* net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-01-131-0/+1
* nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Krzysztof Kozlowski2022-03-031-7/+0
* nfc: llcp: use test_bit()Krzysztof Kozlowski2022-03-031-1/+1
* nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-111-4/+1
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-301-20/+24
* 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-4/+20
* NFC: Convert timers to use timer_setup()Allen Pais2017-11-061-8/+6
* net: nfc: llcp_core: use setup_timer() helper.Allen Pais2017-09-251-6/+4
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* NFC: llcp: Use dynamic debug for hex dumpThierry Escande2016-07-041-5/+4
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* NFC: Fix a memory leakJulien Lefrique2014-11-281-1/+4
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-2/+2
* NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel2014-05-201-5/+6
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Axel Lin2014-03-141-2/+2
* NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin2014-03-141-3/+5
* NFC: Use LIST_HEAD() at appropriate placesAxel Lin2014-02-231-3/+1
* NFC: llcp: Use default MIU if none was specified on connectSzymon Janc2014-01-041-1/+0
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* NFC: llcp: Fix the well known services endiannessSamuel Ortiz2013-06-141-2/+2
* NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz2013-06-141-0/+1
* NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz2013-06-141-0/+3
* NFC: Fix a potential memory leakThierry Escande2013-06-141-0/+1
* NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande2013-06-141-0/+7
* NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz2013-04-261-0/+1624