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