index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-08
NFC: Fix possible NULL ptr deref when getting the name of a socket
Sasha Levin
1
-0
/
+3
2012-05-16
NFC: Queue I frame fragments to the LLCP sockets queue tail
Samuel Ortiz
1
-1
/
+1
2012-05-16
NFC: HCI drivers don't have to keep track of polling state
Eric Lapuyade
1
-17
/
+4
2012-05-16
NFC: The NFC genl family structure should not be exposed globally
H Hartley Sweeten
1
-1
/
+1
2012-05-16
NFC: HCI ops should not be exposed globally
H Hartley Sweeten
1
-1
/
+1
2012-05-16
NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointer
H Hartley Sweeten
1
-1
/
+1
2012-05-16
NFC: Include nci_core.h to nci/lib.c
H Hartley Sweeten
1
-0
/
+1
2012-05-16
NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointer
H Hartley Sweeten
1
-4
/
+4
2012-05-16
NFC: Fix LLCP compilation warning
joseph daniel
1
-1
/
+1
2012-05-16
NFC: Return the amount of LLCP bytes queued to sock_sendmsg
Samuel Ortiz
1
-1
/
+1
2012-05-16
NFC: Update the LLCP poll mask
Samuel Ortiz
1
-1
/
+14
2012-05-16
NFC: LLCP connect must wait for a CC frame
Samuel Ortiz
2
-1
/
+48
2012-05-16
NFC: Add HCI/SHDLC support to let driver check for tag presence
Eric Lapuyade
2
-0
/
+24
2012-05-16
NFC: Specify usage for targets found and target lost events
Eric Lapuyade
2
-11
/
+28
2012-05-16
NFC: Remove useless HCI private nfc target table
Eric Lapuyade
1
-7
/
+0
2012-05-16
NFC: Cache the core NFC active target pointer instead of its index
Eric Lapuyade
3
-63
/
+81
2012-05-16
NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers
Marcel Holtmann
1
-0
/
+1
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-13
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-02
nfc: Stop using NLA_PUT*().
David S. Miller
1
-29
/
+41
2012-03-07
NFC: NCI code identation fixes
Samuel Ortiz
4
-122
/
+111
2012-03-07
NFC: Core code identation fixes
Samuel Ortiz
5
-62
/
+54
2012-03-07
NFC: LLCP code identation fixes
Samuel Ortiz
4
-93
/
+100
2012-03-07
NFC: Fix LLCP sockets releasing path
Samuel Ortiz
2
-12
/
+26
2012-03-07
NFC: Remove the rf mode parameter from the DEP link up routine
Samuel Ortiz
4
-23
/
+17
2012-03-07
NFC: SN is not an invalid GT value
Samuel Ortiz
1
-0
/
+2
2012-03-07
NFC: Unlink LLCP child sockets from llcp_sock_release
Samuel Ortiz
1
-13
/
+3
2012-03-07
NFC: Fragment LLCP I frames
Samuel Ortiz
1
-14
/
+43
2012-03-07
NFC: Set MIU and RW values from CONNECT and CC LLCP frames
Samuel Ortiz
2
-3
/
+49
2012-03-07
NFC: Send LLCP RR frames to acknowledge received I frames
Samuel Ortiz
3
-3
/
+33
2012-03-07
NFC: Set the right LLCP N(R) value for I frames
Samuel Ortiz
1
-1
/
+1
2012-03-07
NFC: Clear LLCP SDPs whan MAC goes down
Samuel Ortiz
1
-0
/
+13
2012-03-07
NFC: Fix bitops usage in LLCP
Samuel Ortiz
1
-10
/
+10
2012-03-07
NFC: LLCP socket sendmsg implemetation
Samuel Ortiz
3
-1
/
+62
[next]