aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/llcp/sock.c
AgeCommit message (Expand)Author
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz
2013-04-11NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parametersThierry Escande
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande
2013-04-11NFC: llcp: Fall back to local values when getting socket optionsSamuel Ortiz
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-26NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-10NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz
2013-01-11NFC: Use skb_copy_datagram_iovecSamuel Ortiz
2013-01-11NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz
2013-01-10NFC: llcp: Remove the tx backlog queueSamuel Ortiz
2013-01-10NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande
2012-12-13nfc: remove noisy message from llcp_sock_sendmsgDave Jones
2012-10-26NFC: Implement LLCP connection less Tx pathSamuel Ortiz
2012-10-26NFC: Forward LLCP datagrams to userspaceSamuel Ortiz
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones
2012-09-27NFC: LLCP raw socket supportThierry Escande
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan
2012-07-09NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz
2012-07-09NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz
2012-07-09NFC: Forbid LLCP service name reusingSamuel Ortiz
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz
2012-06-04NFC: Socket linked listSamuel Ortiz
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz
2012-05-15NFC: Update the LLCP poll maskSamuel Ortiz
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz
2011-12-14NFC: Initial LLCP supportSamuel Ortiz