summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/llcp.c
Commit message (Expand)AuthorAgeFilesLines
* NFC: Reserve LLCP ssap when replying to an SNL frameSamuel Ortiz2012-10-261-6/+40
* NFC: Remove unneeded LLCP function return callsSzymon Janc2012-10-261-9/+0Star
* NFC: Initial SNL supportSamuel Ortiz2012-10-261-0/+65
* NFC: Avoid falling back to SYMM when sk is NULLSamuel Ortiz2012-10-261-3/+4
* workqueue: avoid using deprecated functionsLinus Torvalds2012-10-031-5/+5
* NFC: Fix sleeping in atomic when releasing socketSzymon Janc2012-09-271-5/+5
* NFC: LLCP raw socket supportThierry Escande2012-09-271-0/+46
* NFC: Use dynamic initialization for rwlocksSzymon Janc2012-09-271-2/+2
* NFC: Fix possible LLCP memory leakWei Yongjun2012-09-251-5/+9
* NFC: Use system_nrt_wq instead of custom onesTejun Heo2012-09-251-49/+8Star
* NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz2012-07-091-2/+0Star
* NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz2012-07-091-0/+44
* NFC: LLCP late bindingSamuel Ortiz2012-07-091-77/+164
* NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz2012-07-091-17/+5Star
* NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz2012-07-091-13/+0Star
* NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz2012-07-091-3/+8
* NFC: Build LLCP general bytes upon requestSamuel Ortiz2012-07-091-15/+17
* NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz2012-07-091-0/+1
* NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz2012-06-041-0/+1
* NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz2012-06-041-1/+1
* NFC: Requeue lost LLCP framesSamuel Ortiz2012-06-041-31/+55
* NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz2012-06-041-3/+3
* NFC: Introduce target mode rx data callbackSamuel Ortiz2012-06-041-0/+15
* NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz2012-06-041-0/+1
* NFC: Move LLCP receiver window value to socket structureSamuel Ortiz2012-06-041-11/+10Star
* NFC: Socket linked listSamuel Ortiz2012-06-041-112/+137
* NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz2012-06-041-15/+31
* NFC: LLCP connect must wait for a CC frameSamuel Ortiz2012-05-151-0/+7
* NFC: Fix LLCP link timeout typoSamuel Ortiz2012-04-121-1/+1
* NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz2012-04-121-0/+10
* NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2012-04-121-1/+1
* NFC: Dump LLCP framesSamuel Ortiz2012-04-121-0/+7
* NFC: LLCP code identation fixesSamuel Ortiz2012-03-061-46/+47
* NFC: Fix LLCP sockets releasing pathSamuel Ortiz2012-03-061-4/+11
* NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz2012-03-061-1/+1
* NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz2012-03-061-2/+7
* NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz2012-03-061-1/+1
* NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz2012-03-061-0/+13
* NFC: Fix bitops usage in LLCPSamuel Ortiz2012-03-061-10/+10
* NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz2012-03-061-5/+11
* NFC: Factorize the I frame queueing routineSamuel Ortiz2012-03-061-17/+28
* NFC: use kfree_skb() for sk_buffsDan Carpenter2011-12-191-1/+1
* NFC: double unlock in nfc_llcp_recv_connect()Dan Carpenter2011-12-191-3/+1Star
* NFC: Initial LLCP supportSamuel Ortiz2011-12-141-0/+973