summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/sock.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10NFC: llcp: Remove the tx backlog queueSamuel Ortiz1-2/+0
2013-01-10NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande1-0/+2
2012-12-13nfc: remove noisy message from llcp_sock_sendmsgDave Jones1-4/+0
2012-10-26NFC: Implement LLCP connection less Tx pathSamuel Ortiz1-0/+19
2012-10-26NFC: Forward LLCP datagrams to userspaceSamuel Ortiz1-1/+18
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc1-2/+2
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
2012-09-27NFC: LLCP raw socket supportThierry Escande1-4/+86
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: Forbid LLCP service name reusingSamuel Ortiz1-1/+3
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz1-1/+8
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz1-4/+7
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John 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/linvil...John 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: Move LLCP MIU extension value to socket structureSamuel Ortiz1-0/+2
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz1-0/+1
2012-06-04NFC: Socket linked listSamuel Ortiz1-20/+12
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz1-9/+5
2012-05-15NFC: Update the LLCP poll maskSamuel Ortiz1-1/+14
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz1-1/+41
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz1-26/+29
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz1-8/+15
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz1-13/+3
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz1-1/+29
2011-12-14NFC: Initial LLCP supportSamuel Ortiz1-0/+675