summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande2012-10-293-19/+16
* NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz2012-10-261-0/+31
* NFC: Remove CONFIG_EXPERIMENTAL from the LLCP MakefileKees Cook2012-10-261-2/+2
* 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: Implement LLCP connection less Tx pathSamuel Ortiz2012-10-261-0/+19
* NFC: UI frame sending routine implementationSamuel Ortiz2012-10-262-0/+48
* NFC: Forward LLCP datagrams to userspaceSamuel Ortiz2012-10-261-1/+18
* NFC: Handle LLCP UI framesSamuel Ortiz2012-10-262-0/+45
* 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: Fix style issues with logical operationsSzymon Janc2012-10-261-2/+2
* NFC: Remove unneeded LLCP function return callsSzymon Janc2012-10-261-9/+0
* NFC: Initial SNL supportSamuel Ortiz2012-10-261-0/+65
* NFC: Add SNL frame building routineSamuel Ortiz2012-10-262-0/+47
* NFC: Use llcp_allocate_pdu to build the DISC framesSamuel Ortiz2012-10-261-9/+1
* NFC: Avoid falling back to SYMM when sk is NULLSamuel Ortiz2012-10-261-3/+4
* Remove noisy printks from llcp_sock_connectDave Jones2012-10-041-6/+2
* 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-274-4/+137
* 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-252-52/+8
* NFC: Remove repeated code for NULL checkSyam Sidhardhan2012-09-251-3/+0
* NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz2012-07-091-0/+3
* NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz2012-07-091-2/+2
* 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-092-77/+166
* NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz2012-07-091-17/+5
* NFC: Forbid LLCP service name reusingSamuel Ortiz2012-07-091-1/+3
* NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz2012-07-093-14/+11
* 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: Fix LLCP getname socket opSamuel Ortiz2012-07-091-4/+7
* NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz2012-07-091-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-091-1/+1
|\
| * NFC: Prevent NULL deref when getting socket nameSasha Levin2012-07-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-0/+3
|\|
| * NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin2012-06-081-0/+3
* | 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: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz2012-06-041-2/+2
* | NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz2012-06-044-2/+9
* | NFC: Move LLCP receiver window value to socket structureSamuel Ortiz2012-06-044-21/+55