summaryrefslogtreecommitdiff
path: root/net/nfc/llcp
AgeCommit message (Expand)Author
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
2012-07-09NFC: Build LLCP general bytes upon requestSamuel Ortiz
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz
2012-07-09NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin
2012-06-04NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz
2012-06-04NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz
2012-06-04NFC: Requeue lost LLCP framesSamuel Ortiz
2012-06-04NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz
2012-06-04NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz
2012-06-04NFC: Socket linked listSamuel Ortiz
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz
2012-05-16NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz
2012-05-15NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz
2012-05-15NFC: Update the LLCP poll maskSamuel Ortiz
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz
2012-04-12NFC: Dump LLCP framesSamuel Ortiz
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz