summaryrefslogtreecommitdiffstats
path: root/net/nfc/llcp/llcp.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz1-267/+0
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande1-0/+1
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande1-0/+1
2013-04-11NFC: llcp: Aggregated frames supportThierry Escande1-0/+1
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz1-1/+1
2013-03-10NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande1-0/+4
2013-03-10NFC: llcp: Service Name Lookup netlink interfaceThierry Escande1-0/+9
2013-03-10NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande1-1/+15
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz1-0/+3
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz1-2/+4
2013-01-10NFC: llcp: Remove the tx backlog queueSamuel Ortiz1-1/+0
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande1-0/+3
2012-10-26NFC: UI frame sending routine implementationSamuel Ortiz1-0/+2
2012-10-26NFC: Handle LLCP UI framesSamuel Ortiz1-0/+7
2012-10-26NFC: Add SNL frame building routineSamuel Ortiz1-0/+1
2012-09-27NFC: LLCP raw socket supportThierry Escande1-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo1-3/+0
2012-07-09NFC: LLCP late bindingSamuel Ortiz1-0/+2
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz1-0/+3
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz1-0/+1
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz1-3/+6
2012-06-04NFC: Socket linked listSamuel Ortiz1-3/+9
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz1-0/+4
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz1-3/+3
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz1-0/+4
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz1-1/+2
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz1-0/+2
2012-03-06NFC: Factorize the I frame queueing routineSamuel Ortiz1-0/+1
2011-12-14NFC: Initial LLCP supportSamuel Ortiz1-0/+193