summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/llcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz1-1624/+0
2013-04-11NFC: llcp: Terminate connection when receiving a DISC on (0,0)Samuel Ortiz1-0/+6
2013-04-11NFC: llcp: Remove local_cleanup last argumentSamuel Ortiz1-4/+4
2013-04-11NFC: llcp: Only keep raw sockets alive when the LLCP local leavesSamuel Ortiz1-23/+3
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande1-0/+11
2013-04-11NFC: llcp: Aggregated frames supportThierry Escande1-12/+68
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+0
2013-03-20NFC: llcp: Remove possible double call to kfree_skbThierry Escande1-2/+0
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz1-6/+0
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-9/+53
2013-03-10NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande1-0/+47
2013-03-10NFC: llcp: Service Name Lookup netlink interfaceThierry Escande1-0/+32
2013-03-10NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande1-5/+18
2013-03-10NFC: llcp: Remove redundant printkSamuel Ortiz1-2/+0
2013-03-10NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz1-0/+2
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz1-3/+3
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz1-4/+12
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz1-0/+29
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz1-7/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+6
2013-02-08NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()Dan Carpenter1-3/+2
2013-01-10NFC: llcp: Fix Rx memory leakSamuel Ortiz1-10/+25
2013-01-10NFC: llcp: Remove the tx backlog queueSamuel Ortiz1-3/+2
2013-01-10NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande1-0/+4
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-1/+4
2012-11-28NFC: Fix incorrect llcp pointer dereferenceWaldemar Rymarkiewicz1-1/+4
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-11-20NFC: Fix nfc_llcp_local chained list insertionThierry Escande1-1/+1
2012-11-19NFC: Queue a copy of the transmitted LLCP skbSamuel Ortiz1-4/+13
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande1-7/+7
2012-10-26NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz1-0/+31
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc1-3/+4
2012-10-26NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz1-4/+6
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