summaryrefslogtreecommitdiff
path: root/net/nfc/llcp_core.c
AgeCommit message (Expand)Author
2023-12-25nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant
2023-10-10net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet
2023-10-03net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-06-26net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-01-13net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang
2022-03-03nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Krzysztof Kozlowski
2022-03-03nfc: llcp: use test_bit()Krzysztof Kozlowski
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-02-27net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais
2017-09-25net: nfc: llcp_core: use setup_timer() helper.Allen Pais
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-07-04NFC: llcp: Use dynamic debug for hex dumpThierry Escande
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2014-11-28NFC: Fix a memory leakJulien Lefrique
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-14NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Axel Lin
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin
2014-02-23NFC: Use LIST_HEAD() at appropriate placesAxel Lin
2014-01-04NFC: llcp: Use default MIU if none was specified on connectSzymon Janc
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher
2013-06-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz
2013-06-14NFC: Fix a potential memory leakThierry Escande
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz