aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/llcp
AgeCommit message (Expand)Author
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-08NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()Dan Carpenter
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: Fix Rx memory leakSamuel 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-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2012-11-28NFC: Fix incorrect llcp pointer dereferenceWaldemar Rymarkiewicz
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-11-20NFC: Fix nfc_llcp_local chained list insertionThierry Escande
2012-11-19NFC: Queue a copy of the transmitted LLCP skbSamuel Ortiz
2012-11-19NFC: Stop sending LLCP frames when tx queues are getting too deepSamuel Ortiz
2012-11-19NFC: Copy user space buffer when sending UI framesSamuel Ortiz
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande
2012-10-26NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the LLCP MakefileKees Cook
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc
2012-10-26NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz
2012-10-26NFC: Implement LLCP connection less Tx pathSamuel Ortiz
2012-10-26NFC: UI frame sending routine implementationSamuel Ortiz
2012-10-26NFC: Forward LLCP datagrams to userspaceSamuel Ortiz
2012-10-26NFC: Handle LLCP UI framesSamuel Ortiz
2012-10-26NFC: Keep connection less bound sockets alive when DEP link goes downSamuel Ortiz
2012-10-26NFC: Check for connection less sockets when looking for a service nameSamuel Ortiz
2012-10-26NFC: Reserve LLCP ssap when replying to an SNL frameSamuel Ortiz
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc
2012-10-26NFC: Remove unneeded LLCP function return callsSzymon Janc
2012-10-26NFC: Initial SNL supportSamuel Ortiz
2012-10-26NFC: Add SNL frame building routineSamuel Ortiz
2012-10-26NFC: Use llcp_allocate_pdu to build the DISC framesSamuel Ortiz
2012-10-26NFC: Avoid falling back to SYMM when sk is NULLSamuel Ortiz
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc
2012-09-27NFC: LLCP raw socket supportThierry Escande
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc
2012-09-25NFC: Fix possible LLCP memory leakWei Yongjun
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo
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: Remove warning from nfc_llcp_local_putSamuel Ortiz
2012-07-09NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz
2012-07-09NFC: LLCP late bindingSamuel Ortiz
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel 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: Close listening LLCP sockets when the device is goneSamuel Ortiz