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