summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/llcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-12-061-1/+4
|\
| * NFC: Fix incorrect llcp pointer dereferenceWaldemar Rymarkiewicz2012-11-281-1/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-1/+1
|\|
| * NFC: Fix nfc_llcp_local chained list insertionThierry Escande2012-11-201-1/+1
* | NFC: Queue a copy of the transmitted LLCP skbSamuel Ortiz2012-11-191-4/+13
* | NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande2012-10-291-7/+7
* | NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz2012-10-261-0/+31
* | NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-261-3/+4
* | NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz2012-10-261-4/+6
* | NFC: Handle LLCP UI framesSamuel Ortiz2012-10-261-0/+38
* | NFC: Keep connection less bound sockets alive when DEP link goes downSamuel Ortiz2012-10-261-0/+10
* | NFC: Check for connection less sockets when looking for a service nameSamuel Ortiz2012-10-261-1/+6
* | 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/+0
* | 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-021-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/+8
* NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz2012-07-091-2/+0
* 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/+5
* NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz2012-07-091-13/+0
* 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/+10
* 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