index
:
kernel_goldelico_gta04.git
android-3.0-gta04
for-cmair
jack-working+v2
neil-rebase-3.7
replicant-2.3
replicant-4.0
replicant-4.0+3.10+not-compilation-tested
replicant-4.0+3.7+WIP
replicant-4.0+3.8+WIP
replicant-4.0+jack-working
replicant-4.0+suspend
replicant-4.2
kernel/goldelico/gta04
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
nfc
/
llcp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Check for llcp_sock and its device from llcp_sock_getname
Samuel Ortiz
2012-07-09
1
-0
/
+3
*
NFC: Dereference LLCP bind socket address after checking for it to be NULL
Samuel Ortiz
2012-07-09
1
-2
/
+2
*
NFC: Remove warning from nfc_llcp_local_put
Samuel Ortiz
2012-07-09
1
-2
/
+0
*
NFC: Handle LLCP Disconnected Mode frames
Samuel Ortiz
2012-07-09
1
-0
/
+44
*
NFC: LLCP late binding
Samuel Ortiz
2012-07-09
2
-77
/
+166
*
NFC: Forbid SSAP binding to a not well known LLCP service
Samuel Ortiz
2012-07-09
1
-17
/
+5
*
NFC: Forbid LLCP service name reusing
Samuel Ortiz
2012-07-09
1
-1
/
+3
*
NFC: Release LLCP SAP when the owner is released
Samuel Ortiz
2012-07-09
3
-14
/
+11
*
NFC: Close listening LLCP sockets when the device is gone
Samuel Ortiz
2012-07-09
1
-3
/
+8
*
NFC: Build LLCP general bytes upon request
Samuel Ortiz
2012-07-09
1
-15
/
+17
*
NFC: Fix LLCP getname socket op
Samuel Ortiz
2012-07-09
1
-4
/
+7
*
NFC: Update LLCP socket target index when getting a connection
Samuel Ortiz
2012-07-09
1
-0
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-07-09
1
-1
/
+1
|
\
|
*
NFC: Prevent NULL deref when getting socket name
Sasha Levin
2012-07-09
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-06-12
1
-0
/
+3
|
\
\
|
|
/
|
*
NFC: Fix possible NULL ptr deref when getting the name of a socket
Sasha Levin
2012-06-08
1
-0
/
+3
*
|
NFC: Destroy LLCP timout workqueue when releasing the link
Samuel Ortiz
2012-06-04
1
-0
/
+1
*
|
NFC: Send a receiver ready frame only to reply to an I frame
Samuel Ortiz
2012-06-04
1
-1
/
+1
*
|
NFC: Requeue lost LLCP frames
Samuel Ortiz
2012-06-04
1
-31
/
+55
*
|
NFC: Don't hold a NULL connecting LLCP socket lock
Samuel Ortiz
2012-06-04
1
-3
/
+3
*
|
NFC: Introduce target mode rx data callback
Samuel Ortiz
2012-06-04
1
-0
/
+15
*
|
NFC: LLCP's MIUX is 10 bytes long, not 7
Samuel Ortiz
2012-06-04
1
-2
/
+2
*
|
NFC: Move LLCP MIU extension value to socket structure
Samuel Ortiz
2012-06-04
4
-2
/
+9
*
|
NFC: Move LLCP receiver window value to socket structure
Samuel Ortiz
2012-06-04
4
-21
/
+55
*
|
NFC: Socket linked list
Samuel Ortiz
2012-06-04
3
-135
/
+158
*
|
NFC: Take a reference on the LLCP local pointer when creating a socket
Samuel Ortiz
2012-06-04
3
-24
/
+40
|
/
*
NFC: Queue I frame fragments to the LLCP sockets queue tail
Samuel Ortiz
2012-05-16
1
-1
/
+1
*
NFC: Return the amount of LLCP bytes queued to sock_sendmsg
Samuel Ortiz
2012-05-15
1
-1
/
+1
*
NFC: Update the LLCP poll mask
Samuel Ortiz
2012-05-15
1
-1
/
+14
*
NFC: LLCP connect must wait for a CC frame
Samuel Ortiz
2012-05-15
2
-1
/
+48
*
NFC: Fix LLCP link timeout typo
Samuel Ortiz
2012-04-12
1
-1
/
+1
*
NFC: Add MIUX to the local LLCP general bytes
Samuel Ortiz
2012-04-12
1
-0
/
+10
*
NFC: Call llcp_add_header properly when sending LLCP DM or DISC
Samuel Ortiz
2012-04-12
1
-2
/
+2
*
NFC: Fix LLCP TLV building routine
Samuel Ortiz
2012-04-12
1
-1
/
+1
*
NFC: No need to apply twice the modulo op to LLCP's recv_n
Samuel Ortiz
2012-04-12
2
-2
/
+2
*
NFC: Dump LLCP frames
Samuel Ortiz
2012-04-12
1
-0
/
+7
*
NFC: Fix the LLCP Tx fragmentation loop
Samuel Ortiz
2012-04-11
1
-2
/
+2
*
NFC: LLCP code identation fixes
Samuel Ortiz
2012-03-06
4
-93
/
+100
*
NFC: Fix LLCP sockets releasing path
Samuel Ortiz
2012-03-06
2
-12
/
+26
*
NFC: Remove the rf mode parameter from the DEP link up routine
Samuel Ortiz
2012-03-06
1
-1
/
+1
*
NFC: SN is not an invalid GT value
Samuel Ortiz
2012-03-06
1
-0
/
+2
*
NFC: Unlink LLCP child sockets from llcp_sock_release
Samuel Ortiz
2012-03-06
1
-13
/
+3
*
NFC: Fragment LLCP I frames
Samuel Ortiz
2012-03-06
1
-14
/
+43
*
NFC: Set MIU and RW values from CONNECT and CC LLCP frames
Samuel Ortiz
2012-03-06
2
-3
/
+49
*
NFC: Send LLCP RR frames to acknowledge received I frames
Samuel Ortiz
2012-03-06
3
-3
/
+33
*
NFC: Set the right LLCP N(R) value for I frames
Samuel Ortiz
2012-03-06
1
-1
/
+1
*
NFC: Clear LLCP SDPs whan MAC goes down
Samuel Ortiz
2012-03-06
1
-0
/
+13
*
NFC: Fix bitops usage in LLCP
Samuel Ortiz
2012-03-06
1
-10
/
+10
*
NFC: LLCP socket sendmsg implemetation
Samuel Ortiz
2012-03-06
3
-1
/
+62
*
NFC: Handle Receiver Not Ready LLCP frame
Samuel Ortiz
2012-03-06
1
-5
/
+11
[next]