index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
/
llcp
Age
Commit message (
Expand
)
Author
2012-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-09
NFC: Prevent NULL deref when getting socket name
Sasha Levin
2012-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-08
NFC: Fix possible NULL ptr deref when getting the name of a socket
Sasha Levin
2012-06-04
NFC: Destroy LLCP timout workqueue when releasing the link
Samuel Ortiz
2012-06-04
NFC: Send a receiver ready frame only to reply to an I frame
Samuel Ortiz
2012-06-04
NFC: Requeue lost LLCP frames
Samuel Ortiz
2012-06-04
NFC: Don't hold a NULL connecting LLCP socket lock
Samuel Ortiz
2012-06-04
NFC: Introduce target mode rx data callback
Samuel Ortiz
2012-06-04
NFC: LLCP's MIUX is 10 bytes long, not 7
Samuel Ortiz
2012-06-04
NFC: Move LLCP MIU extension value to socket structure
Samuel Ortiz
2012-06-04
NFC: Move LLCP receiver window value to socket structure
Samuel Ortiz
2012-06-04
NFC: Socket linked list
Samuel Ortiz
2012-06-04
NFC: Take a reference on the LLCP local pointer when creating a socket
Samuel Ortiz
2012-05-16
NFC: Queue I frame fragments to the LLCP sockets queue tail
Samuel Ortiz
2012-05-15
NFC: Return the amount of LLCP bytes queued to sock_sendmsg
Samuel Ortiz
2012-05-15
NFC: Update the LLCP poll mask
Samuel Ortiz
2012-05-15
NFC: LLCP connect must wait for a CC frame
Samuel Ortiz
2012-04-12
NFC: Fix LLCP link timeout typo
Samuel Ortiz
2012-04-12
NFC: Add MIUX to the local LLCP general bytes
Samuel Ortiz
2012-04-12
NFC: Call llcp_add_header properly when sending LLCP DM or DISC
Samuel Ortiz
2012-04-12
NFC: Fix LLCP TLV building routine
Samuel Ortiz
2012-04-12
NFC: No need to apply twice the modulo op to LLCP's recv_n
Samuel Ortiz
2012-04-12
NFC: Dump LLCP frames
Samuel Ortiz
2012-04-11
NFC: Fix the LLCP Tx fragmentation loop
Samuel Ortiz
2012-03-06
NFC: LLCP code identation fixes
Samuel Ortiz
2012-03-06
NFC: Fix LLCP sockets releasing path
Samuel Ortiz
2012-03-06
NFC: Remove the rf mode parameter from the DEP link up routine
Samuel Ortiz
2012-03-06
NFC: SN is not an invalid GT value
Samuel Ortiz
2012-03-06
NFC: Unlink LLCP child sockets from llcp_sock_release
Samuel Ortiz
2012-03-06
NFC: Fragment LLCP I frames
Samuel Ortiz
2012-03-06
NFC: Set MIU and RW values from CONNECT and CC LLCP frames
Samuel Ortiz
2012-03-06
NFC: Send LLCP RR frames to acknowledge received I frames
Samuel Ortiz
2012-03-06
NFC: Set the right LLCP N(R) value for I frames
Samuel Ortiz
2012-03-06
NFC: Clear LLCP SDPs whan MAC goes down
Samuel Ortiz
2012-03-06
NFC: Fix bitops usage in LLCP
Samuel Ortiz
2012-03-06
NFC: LLCP socket sendmsg implemetation
Samuel Ortiz
2012-03-06
NFC: Handle Receiver Not Ready LLCP frame
Samuel Ortiz
2012-03-06
NFC: Factorize the I frame queueing routine
Samuel Ortiz
2011-12-19
NFC: use kfree_skb() for sk_buffs
Dan Carpenter
2011-12-19
NFC: double unlock in nfc_llcp_recv_connect()
Dan Carpenter
2011-12-14
NFC: Initial LLCP support
Samuel Ortiz