aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/llcp_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-03nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Gravatar Krzysztof Kozlowski 1-7/+0
2022-03-03nfc: llcp: use test_bit()Gravatar Krzysztof Kozlowski 1-1/+1
2021-10-11nfc: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-4/+1
2021-07-30nfc: constify several pointers to u8, char and sk_buffGravatar Krzysztof Kozlowski 1-20/+24
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-4/+20
2017-11-06NFC: Convert timers to use timer_setup()Gravatar Allen Pais 1-8/+6
2017-09-25net: nfc: llcp_core: use setup_timer() helper.Gravatar Allen Pais 1-6/+4
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2016-07-04NFC: llcp: Use dynamic debug for hex dumpGravatar Thierry Escande 1-5/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2014-11-28NFC: Fix a memory leakGravatar Julien Lefrique 1-1/+4
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneGravatar Octavian Purdila 1-2/+2
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWGravatar Hiren Tandel 1-5/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-1/+1
2014-03-14NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Gravatar Axel Lin 1-2/+2
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbGravatar Axel Lin 1-3/+5
2014-02-23NFC: Use LIST_HEAD() at appropriate placesGravatar Axel Lin 1-3/+1
2014-01-04NFC: llcp: Use default MIU if none was specified on connectGravatar Szymon Janc 1-1/+0
2013-12-11nfc: Fix FSF address in file headersGravatar Jeff Kirsher 1-3/+1
2013-06-14NFC: llcp: Fix the well known services endiannessGravatar Samuel Ortiz 1-2/+2
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitGravatar Samuel Ortiz 1-0/+1
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readyGravatar Samuel Ortiz 1-0/+3
2013-06-14NFC: Fix a potential memory leakGravatar Thierry Escande 1-0/+1
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentGravatar Thierry Escande 1-0/+7
2013-04-26NFC: Move LLCP code to the NFC top level diirectoryGravatar Samuel Ortiz 1-0/+1624