index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2012-06-08
NFC: Fix possible NULL ptr deref when getting the name of a socket
Sasha Levin
1
-0
/
+3
2012-06-04
NFC: Destroy LLCP timout workqueue when releasing the link
Samuel Ortiz
1
-0
/
+1
2012-06-04
NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLS
Samuel Ortiz
1
-2
/
+2
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: Call the DEP link down ops even when in target mode
Samuel Ortiz
1
-5
/
+0
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
3
-0
/
+34
2012-06-04
NFC: Introduce target mode tx ops
Samuel Ortiz
3
-25
/
+28
2012-06-04
NFC: Set the NFC device RF mode appropriately
Samuel Ortiz
1
-4
/
+10
2012-06-04
NFC: Add target mode activation netlink event
Samuel Ortiz
3
-0
/
+100
2012-06-04
NFC: Add target mode protocols to the polling loop startup routine
Samuel Ortiz
6
-17
/
+32
2012-06-04
NFC: Export LLCP general bytes getter
Samuel Ortiz
1
-0
/
+8
2012-06-04
NFC: LLCP's MIUX is 10 bytes long, not 7
Samuel Ortiz
1
-2
/
+2
2012-06-04
NFC: Move LLCP MIU extension value to socket structure
Samuel Ortiz
4
-2
/
+9
2012-06-04
NFC: Move LLCP receiver window value to socket structure
Samuel Ortiz
4
-21
/
+55
2012-06-04
NFC: Socket linked list
Samuel Ortiz
3
-135
/
+158
2012-06-04
NFC: Take a reference on the LLCP local pointer when creating a socket
Samuel Ortiz
3
-24
/
+40
2012-05-16
NFC: Queue I frame fragments to the LLCP sockets queue tail
Samuel Ortiz
1
-1
/
+1
2012-05-15
NFC: HCI drivers don't have to keep track of polling state
Eric Lapuyade
1
-17
/
+4
2012-05-15
NFC: The NFC genl family structure should not be exposed globally
H Hartley Sweeten
1
-1
/
+1
2012-05-15
NFC: HCI ops should not be exposed globally
H Hartley Sweeten
1
-1
/
+1
2012-05-15
NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointer
H Hartley Sweeten
1
-1
/
+1
2012-05-15
NFC: Include nci_core.h to nci/lib.c
H Hartley Sweeten
1
-0
/
+1
2012-05-15
NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointer
H Hartley Sweeten
1
-4
/
+4
2012-05-15
NFC: Fix LLCP compilation warning
joseph daniel
1
-1
/
+1
2012-05-15
NFC: Return the amount of LLCP bytes queued to sock_sendmsg
Samuel Ortiz
1
-1
/
+1
2012-05-15
NFC: Update the LLCP poll mask
Samuel Ortiz
1
-1
/
+14
2012-05-15
NFC: LLCP connect must wait for a CC frame
Samuel Ortiz
2
-1
/
+48
2012-05-15
NFC: Add HCI/SHDLC support to let driver check for tag presence
Eric Lapuyade
2
-0
/
+24
2012-05-15
NFC: Specify usage for targets found and target lost events
Eric Lapuyade
2
-11
/
+28
2012-05-15
NFC: Remove useless HCI private nfc target table
Eric Lapuyade
1
-7
/
+0
2012-05-15
NFC: Cache the core NFC active target pointer instead of its index
Eric Lapuyade
3
-63
/
+81
2012-05-15
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-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
[next]