summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp
Commit message (Expand)AuthorAgeFilesLines
* nfc: remove noisy message from llcp_sock_sendmsgDave Jones2012-12-131-4/+0
* 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: Stop sending LLCP frames when tx queues are getting too deepSamuel Ortiz2012-11-191-0/+17
* | NFC: Copy user space buffer when sending UI framesSamuel Ortiz2012-11-191-2/+13
* | 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-021-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