aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais1-8/+6
2017-09-25net: nfc: llcp_core: use setup_timer() helper.Allen Pais1-6/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-07-04NFC: llcp: Use dynamic debug for hex dumpThierry Escande1-5/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2014-11-28NFC: Fix a memory leakJulien Lefrique1-1/+4
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila1-2/+2
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel1-5/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-14NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Axel Lin1-2/+2
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin1-3/+5
2014-02-23NFC: Use LIST_HEAD() at appropriate placesAxel Lin1-3/+1
2014-01-04NFC: llcp: Use default MIU if none was specified on connectSzymon Janc1-1/+0
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-06-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz1-2/+2
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz1-0/+1
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz1-0/+3
2013-06-14NFC: Fix a potential memory leakThierry Escande1-0/+1
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande1-0/+7
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz1-0/+1624