summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp
AgeCommit message (Expand)AuthorLines
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz-3740/+0
2013-04-11NFC: llcp: Terminate connection when receiving a DISC on (0,0)Samuel Ortiz-0/+6
2013-04-11NFC: llcp: Remove local_cleanup last argumentSamuel Ortiz-4/+4
2013-04-11NFC: llcp: Only keep raw sockets alive when the LLCP local leavesSamuel Ortiz-23/+3
2013-04-11NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parametersThierry Escande-1/+22
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande-2/+13
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande-3/+12
2013-04-11NFC: llcp: Aggregated frames supportThierry Escande-12/+69
2013-04-11NFC: llcp: Fix zero octets length SDU handlingOlivier Guiter-8/+8
2013-04-11NFC: llcp: Fall back to local values when getting socket optionsSamuel Ortiz-3/+13
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz-6/+9
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-11/+3
2013-03-26NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz-1/+3
2013-03-20NFC: llcp: Remove possible double call to kfree_skbThierry Escande-2/+0
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz-8/+0
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-9/+55
2013-03-10NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande-0/+57
2013-03-10NFC: llcp: Service Name Lookup netlink interfaceThierry Escande-0/+119
2013-03-10NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande-27/+94
2013-03-10NFC: llcp: Remove redundant printkSamuel Ortiz-2/+0
2013-03-10NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz-8/+23
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz-2/+120
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz-16/+19
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz-4/+12
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz-0/+29
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz-7/+14
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-10/+6
2013-02-08NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()Dan Carpenter-3/+2
2013-01-11NFC: Use skb_copy_datagram_iovecSamuel Ortiz-1/+1
2013-01-11NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz-8/+8
2013-01-10NFC: llcp: Fix Rx memory leakSamuel Ortiz-10/+25
2013-01-10NFC: llcp: Remove the tx backlog queueSamuel Ortiz-6/+2
2013-01-10NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande-0/+8
2012-12-13nfc: remove noisy message from llcp_sock_sendmsgDave Jones-4/+0
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-1/+4
2012-11-28NFC: Fix incorrect llcp pointer dereferenceWaldemar Rymarkiewicz-1/+4
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+1
2012-11-20NFC: Fix nfc_llcp_local chained list insertionThierry Escande-1/+1
2012-11-19NFC: Queue a copy of the transmitted LLCP skbSamuel Ortiz-4/+13
2012-11-19NFC: Stop sending LLCP frames when tx queues are getting too deepSamuel Ortiz-0/+17
2012-11-19NFC: Copy user space buffer when sending UI framesSamuel Ortiz-2/+13
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande-19/+16
2012-10-26NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz-0/+31
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the LLCP MakefileKees Cook-2/+2
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc-3/+4
2012-10-26NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz-4/+6
2012-10-26NFC: Implement LLCP connection less Tx pathSamuel Ortiz-0/+19
2012-10-26NFC: UI frame sending routine implementationSamuel Ortiz-0/+48
2012-10-26NFC: Forward LLCP datagrams to userspaceSamuel Ortiz-1/+18