summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/sock.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz1-1025/+0
2013-04-11NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parametersThierry Escande1-1/+22
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande1-2/+1
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande1-1/+1
2013-04-11NFC: llcp: Fall back to local values when getting socket optionsSamuel Ortiz1-3/+13
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz1-3/+4
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2013-03-26NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz1-1/+3
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz1-2/+0
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2013-03-10NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz1-0/+5
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz1-2/+117
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz1-3/+3
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz1-0/+2
2013-01-11NFC: Use skb_copy_datagram_iovecSamuel Ortiz1-1/+1
2013-01-11NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz1-8/+8
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