aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
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 Escande4-4/+137
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 Heo2-52/+8
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan1-3/+0
2012-07-09NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz1-0/+3
2012-07-09NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz1-2/+2
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 Ortiz2-77/+166
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz1-17/+5
2012-07-09NFC: Forbid LLCP service name reusingSamuel Ortiz1-1/+3
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz3-14/+11
2012-07-09NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz1-3/+8
2012-07-09NFC: Build LLCP general bytes upon requestSamuel Ortiz1-15/+17
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz1-4/+7
2012-07-09NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz1-0/+1
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin1-1/+1
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin1-0/+3
2012-06-04NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz1-0/+1
2012-06-04NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz1-1/+1
2012-06-04NFC: Requeue lost LLCP framesSamuel Ortiz1-31/+55
2012-06-04NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz1-3/+3
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz1-0/+15
2012-06-04NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz1-2/+2
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz4-2/+9
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz4-21/+55
2012-06-04NFC: Socket linked listSamuel Ortiz3-135/+158
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz3-24/+40
2012-05-16NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz1-1/+1
2012-05-15NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz1-1/+1
2012-05-15NFC: Update the LLCP poll maskSamuel Ortiz1-1/+14
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz2-1/+48
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz1-1/+1
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz1-0/+10
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz1-2/+2
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz1-1/+1
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2-2/+2
2012-04-12NFC: Dump LLCP framesSamuel Ortiz1-0/+7
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz4-93/+100
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz2-12/+26
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz1-1/+1
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz1-0/+2
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz1-13/+3