summaryrefslogtreecommitdiff
path: root/net/nfc/llcp/llcp.c
AgeCommit message (Expand)Author
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc
2012-09-27NFC: LLCP raw socket supportThierry Escande
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc
2012-09-24NFC: Fix possible LLCP memory leakWei Yongjun
2012-09-24NFC: Use system_nrt_wq instead of custom onesTejun Heo
2012-07-09NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz
2012-07-09NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz
2012-07-09NFC: LLCP late bindingSamuel Ortiz
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz
2012-07-09NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz
2012-07-09NFC: Build LLCP general bytes upon requestSamuel Ortiz
2012-07-09NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz
2012-06-04NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz
2012-06-04NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz
2012-06-04NFC: Requeue lost LLCP framesSamuel Ortiz
2012-06-04NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz
2012-06-04NFC: Socket linked listSamuel Ortiz
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz
2012-04-12NFC: Dump LLCP framesSamuel Ortiz
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz
2012-03-06NFC: Factorize the I frame queueing routineSamuel Ortiz
2011-12-19NFC: use kfree_skb() for sk_buffsDan Carpenter
2011-12-19NFC: double unlock in nfc_llcp_recv_connect()Dan Carpenter
2011-12-14NFC: Initial LLCP supportSamuel Ortiz