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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
17
-16
/
+2654
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
2
-3
/
+3
2012-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
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: Call llcp_add_header properly when sending LLCP DM or DISC
Samuel Ortiz
1
-2
/
+2
2012-04-12
NFC: Fix LLCP TLV building routine
Samuel Ortiz
1
-1
/
+1
2012-04-12
NFC: No need to apply twice the modulo op to LLCP's recv_n
Samuel Ortiz
2
-2
/
+2
2012-04-12
NFC: Dump LLCP frames
Samuel Ortiz
1
-0
/
+7
2012-04-12
NFC: Add Core support to generate tag lost event
Eric Lapuyade
1
-1
/
+71
2012-04-12
NFC: Changed target activated state logic
Eric Lapuyade
1
-3
/
+21
2012-04-12
NFC: Fix next target_idx type and rename for clarity
Eric Lapuyade
2
-3
/
+3
2012-04-12
NFC: The core part should generate the target index
Samuel Ortiz
4
-6
/
+18
2012-04-12
NFC: SHDLC implementation
Eric Lapuyade
3
-0
/
+954
2012-04-12
NFC: HCI support
Eric Lapuyade
8
-0
/
+1496
2012-04-12
NFC: Export target lost function
Eric Lapuyade
1
-0
/
+39
2012-04-12
NFC: Add a target lost netlink event
Samuel Ortiz
2
-0
/
+31
2012-04-11
NFC: Fix the LLCP Tx fragmentation loop
Samuel Ortiz
1
-2
/
+2
2012-04-01
nfc: Stop using NLA_PUT*().
David S. Miller
1
-29
/
+41
2012-03-06
NFC: NCI code identation fixes
Samuel Ortiz
4
-122
/
+111
2012-03-06
NFC: Core code identation fixes
Samuel Ortiz
5
-62
/
+54
2012-03-06
NFC: LLCP code identation fixes
Samuel Ortiz
4
-93
/
+100
2012-03-06
NFC: Fix LLCP sockets releasing path
Samuel Ortiz
2
-12
/
+26
2012-03-06
NFC: Remove the rf mode parameter from the DEP link up routine
Samuel Ortiz
4
-23
/
+17
2012-03-06
NFC: SN is not an invalid GT value
Samuel Ortiz
1
-0
/
+2
2012-03-06
NFC: Unlink LLCP child sockets from llcp_sock_release
Samuel Ortiz
1
-13
/
+3
2012-03-06
NFC: Fragment LLCP I frames
Samuel Ortiz
1
-14
/
+43
2012-03-06
NFC: Set MIU and RW values from CONNECT and CC LLCP frames
Samuel Ortiz
2
-3
/
+49
2012-03-06
NFC: Send LLCP RR frames to acknowledge received I frames
Samuel Ortiz
3
-3
/
+33
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: LLCP socket sendmsg implemetation
Samuel Ortiz
3
-1
/
+62
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
2
-17
/
+29
2012-03-06
NFC: Add device powered netlink attribute
Samuel Ortiz
1
-0
/
+3
2012-01-27
nfc: NULL vs zero in nci_activate_target()
Dan Carpenter
1
-1
/
+1
2012-01-24
NFC: Add NCI multiple targets support
Ilan Elias
3
-94
/
+337
2012-01-24
NFC: NFC core layer should not set the target_idx
Ilan Elias
2
-17
/
+0
2012-01-24
NFC: Clearly separate NCI states from flags
Ilan Elias
3
-12
/
+12
2012-01-24
NFC: Add NCI data exchange timer
Ilan Elias
2
-0
/
+28
2012-01-24
NFC: Export new attributes sensb_res and sensf_res
Ilan Elias
2
-13
/
+104
2012-01-24
NFC: Complete NCI deactivate in deactivate_ntf
Ilan Elias
2
-1
/
+6
2012-01-04
NFC: Export a new attribute nfcid1 in target info
Ilan Elias
2
-0
/
+9
2012-01-04
NFC: Handle error during NCI data exchange
Ilan Elias
1
-0
/
+18
2012-01-04
NFC: Update names and structs to NCI spec 1.0 d22
Ilan Elias
4
-31
/
+30
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-19
NFC: Fix LLCP related build failure
Samuel Ortiz
1
-2
/
+2
2011-12-14
NFC: Initial LLCP support
Samuel Ortiz
9
-2
/
+2321
[next]