index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
nfc
/
llcp
/
llcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-26
NFC: Handle LLCP UI frames
Samuel Ortiz
1
-0
/
+38
2012-10-26
NFC: Keep connection less bound sockets alive when DEP link goes down
Samuel Ortiz
1
-0
/
+10
2012-10-26
NFC: Check for connection less sockets when looking for a service name
Samuel Ortiz
1
-1
/
+6
2012-10-26
NFC: Reserve LLCP ssap when replying to an SNL frame
Samuel Ortiz
1
-6
/
+40
2012-10-26
NFC: Remove unneeded LLCP function return calls
Szymon Janc
1
-9
/
+0
2012-10-26
NFC: Initial SNL support
Samuel Ortiz
1
-0
/
+65
2012-10-26
NFC: Avoid falling back to SYMM when sk is NULL
Samuel Ortiz
1
-3
/
+4
2012-10-02
workqueue: avoid using deprecated functions
Linus Torvalds
1
-5
/
+5
2012-09-27
NFC: Fix sleeping in atomic when releasing socket
Szymon Janc
1
-5
/
+5
2012-09-27
NFC: LLCP raw socket support
Thierry Escande
1
-0
/
+46
2012-09-27
NFC: Use dynamic initialization for rwlocks
Szymon Janc
1
-2
/
+2
2012-09-25
NFC: Fix possible LLCP memory leak
Wei Yongjun
1
-5
/
+9
2012-09-25
NFC: Use system_nrt_wq instead of custom ones
Tejun Heo
1
-49
/
+8
2012-07-09
NFC: Remove warning from nfc_llcp_local_put
Samuel Ortiz
1
-2
/
+0
2012-07-09
NFC: Handle LLCP Disconnected Mode frames
Samuel Ortiz
1
-0
/
+44
2012-07-09
NFC: LLCP late binding
Samuel Ortiz
1
-77
/
+164
2012-07-09
NFC: Forbid SSAP binding to a not well known LLCP service
Samuel Ortiz
1
-17
/
+5
2012-07-09
NFC: Release LLCP SAP when the owner is released
Samuel Ortiz
1
-13
/
+0
2012-07-09
NFC: Close listening LLCP sockets when the device is gone
Samuel Ortiz
1
-3
/
+8
2012-07-09
NFC: Build LLCP general bytes upon request
Samuel Ortiz
1
-15
/
+17
2012-07-09
NFC: Update LLCP socket target index when getting a connection
Samuel Ortiz
1
-0
/
+1
2012-06-04
NFC: Destroy LLCP timout workqueue when releasing the link
Samuel Ortiz
1
-0
/
+1
2012-06-04
NFC: Send a receiver ready frame only to reply to an I frame
Samuel Ortiz
1
-1
/
+1
2012-06-04
NFC: Requeue lost LLCP frames
Samuel Ortiz
1
-31
/
+55
2012-06-04
NFC: Don't hold a NULL connecting LLCP socket lock
Samuel Ortiz
1
-3
/
+3
2012-06-04
NFC: Introduce target mode rx data callback
Samuel Ortiz
1
-0
/
+15
2012-06-04
NFC: Move LLCP MIU extension value to socket structure
Samuel Ortiz
1
-0
/
+1
2012-06-04
NFC: Move LLCP receiver window value to socket structure
Samuel Ortiz
1
-11
/
+10
2012-06-04
NFC: Socket linked list
Samuel Ortiz
1
-112
/
+137
2012-06-04
NFC: Take a reference on the LLCP local pointer when creating a socket
Samuel Ortiz
1
-15
/
+31
2012-05-15
NFC: LLCP connect must wait for a CC frame
Samuel Ortiz
1
-0
/
+7
2012-04-12
NFC: Fix LLCP link timeout typo
Samuel Ortiz
1
-1
/
+1
2012-04-12
NFC: Add MIUX to the local LLCP general bytes
Samuel Ortiz
1
-0
/
+10
2012-04-12
NFC: No need to apply twice the modulo op to LLCP's recv_n
Samuel Ortiz
1
-1
/
+1
2012-04-12
NFC: Dump LLCP frames
Samuel Ortiz
1
-0
/
+7
2012-03-06
NFC: LLCP code identation fixes
Samuel Ortiz
1
-46
/
+47
2012-03-06
NFC: Fix LLCP sockets releasing path
Samuel Ortiz
1
-4
/
+11
2012-03-06
NFC: Remove the rf mode parameter from the DEP link up routine
Samuel Ortiz
1
-1
/
+1
2012-03-06
NFC: Send LLCP RR frames to acknowledge received I frames
Samuel Ortiz
1
-2
/
+7
2012-03-06
NFC: Set the right LLCP N(R) value for I frames
Samuel Ortiz
1
-1
/
+1
2012-03-06
NFC: Clear LLCP SDPs whan MAC goes down
Samuel Ortiz
1
-0
/
+13
2012-03-06
NFC: Fix bitops usage in LLCP
Samuel Ortiz
1
-10
/
+10
2012-03-06
NFC: Handle Receiver Not Ready LLCP frame
Samuel Ortiz
1
-5
/
+11
2012-03-06
NFC: Factorize the I frame queueing routine
Samuel Ortiz
1
-17
/
+28
2011-12-19
NFC: use kfree_skb() for sk_buffs
Dan Carpenter
1
-1
/
+1
2011-12-19
NFC: double unlock in nfc_llcp_recv_connect()
Dan Carpenter
1
-3
/
+1
2011-12-14
NFC: Initial LLCP support
Samuel Ortiz
1
-0
/
+973