summaryrefslogtreecommitdiff
path: root/net/nfc/llcp/commands.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz1-817/+0
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande1-2/+10
2013-04-11NFC: llcp: Fix zero octets length SDU handlingOlivier Guiter1-8/+8
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz1-2/+4
2013-03-11NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande1-0/+6
2013-03-11NFC: llcp: Service Name Lookup netlink interfaceThierry Escande1-0/+78
2013-03-11NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande1-21/+61
2013-03-11NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz1-8/+16
2013-03-11NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz1-8/+9
2013-01-10NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande1-0/+2
2012-11-20NFC: Stop sending LLCP frames when tx queues are getting too deepSamuel Ortiz1-0/+17
2012-11-20NFC: Copy user space buffer when sending UI framesSamuel Ortiz1-2/+13
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande1-12/+6
2012-10-26NFC: UI frame sending routine implementationSamuel Ortiz1-0/+46
2012-10-26NFC: Add SNL frame building routineSamuel Ortiz1-0/+46
2012-10-26NFC: Use llcp_allocate_pdu to build the DISC framesSamuel Ortiz1-9/+1
2012-09-27NFC: LLCP raw socket supportThierry Escande1-0/+2
2012-06-04NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz1-2/+2
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz1-2/+5
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz1-7/+38
2012-05-16NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz1-1/+1
2012-05-16NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz1-1/+1
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz1-2/+2
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz1-1/+1
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz1-1/+1
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-03-07NFC: LLCP code identation fixesSamuel Ortiz1-18/+21
2012-03-07NFC: SN is not an invalid GT valueSamuel Ortiz1-0/+2
2012-03-07NFC: Fragment LLCP I framesSamuel Ortiz1-14/+43
2012-03-07NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz1-3/+45
2012-03-07NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz1-0/+24
2012-03-07NFC: LLCP socket sendmsg implemetationSamuel Ortiz1-0/+31
2011-12-14NFC: Initial LLCP supportSamuel Ortiz1-0/+399