summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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