summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/llcp.c
Commit message (Expand)AuthorAgeFilesLines
* NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz2013-04-261-1624/+0
* NFC: llcp: Terminate connection when receiving a DISC on (0,0)Samuel Ortiz2013-04-111-0/+6
* NFC: llcp: Remove local_cleanup last argumentSamuel Ortiz2013-04-111-4/+4
* NFC: llcp: Only keep raw sockets alive when the LLCP local leavesSamuel Ortiz2013-04-111-23/+3
* NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande2013-04-111-0/+11
* NFC: llcp: Aggregated frames supportThierry Escande2013-04-111-12/+68
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-8/+0
|\
| * NFC: llcp: Remove possible double call to kfree_skbThierry Escande2013-03-201-2/+0
| * NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz2013-03-201-6/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-181-9/+53
|\ \ | |/
| * NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz2013-03-081-4/+12
| * NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz2013-03-081-0/+29
| * NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz2013-03-081-7/+14
* | NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande2013-03-101-0/+47
* | NFC: llcp: Service Name Lookup netlink interfaceThierry Escande2013-03-101-0/+32
* | NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande2013-03-101-5/+18
* | NFC: llcp: Remove redundant printkSamuel Ortiz2013-03-101-2/+0
* | NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz2013-03-101-0/+2
* | NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz2013-03-101-3/+3
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-10/+6
* NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()Dan Carpenter2013-02-081-3/+2
* NFC: llcp: Fix Rx memory leakSamuel Ortiz2013-01-101-10/+25
* NFC: llcp: Remove the tx backlog queueSamuel Ortiz2013-01-101-3/+2
* NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande2013-01-101-0/+4
* 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
OpenPOWER on IntegriCloud