Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8b9ff4fd1fff62d6be14499fbe339a15b5acddf5
/
net
/
nfc
b4838d1
NFC: Fix the LLCP Tx fragmentation loop
by Samuel Ortiz
· 13 years ago
eb9bc6e
NFC: NCI code identation fixes
by Samuel Ortiz
· 13 years ago
0a40acb
NFC: Core code identation fixes
by Samuel Ortiz
· 13 years ago
427a2eb
NFC: LLCP code identation fixes
by Samuel Ortiz
· 13 years ago
40c75f8
NFC: Fix LLCP sockets releasing path
by Samuel Ortiz
· 13 years ago
47807d3
NFC: Remove the rf mode parameter from the DEP link up routine
by Samuel Ortiz
· 13 years ago
9dda50f
NFC: SN is not an invalid GT value
by Samuel Ortiz
· 13 years ago
0c31835
NFC: Unlink LLCP child sockets from llcp_sock_release
by Samuel Ortiz
· 13 years ago
e65b0f4
NFC: Fragment LLCP I frames
by Samuel Ortiz
· 13 years ago
eda21f1
NFC: Set MIU and RW values from CONNECT and CC LLCP frames
by Samuel Ortiz
· 13 years ago
d094afa
NFC: Send LLCP RR frames to acknowledge received I frames
by Samuel Ortiz
· 13 years ago
0767a7f
NFC: Set the right LLCP N(R) value for I frames
by Samuel Ortiz
· 13 years ago
b9a76f1
NFC: Clear LLCP SDPs whan MAC goes down
by Samuel Ortiz
· 13 years ago
1762c17
NFC: Fix bitops usage in LLCP
by Samuel Ortiz
· 13 years ago
53a0ac2
NFC: LLCP socket sendmsg implemetation
by Samuel Ortiz
· 13 years ago
53aef92
NFC: Handle Receiver Not Ready LLCP frame
by Samuel Ortiz
· 13 years ago
4722d2b
NFC: Factorize the I frame queueing routine
by Samuel Ortiz
· 13 years ago
c970a1a
NFC: Add device powered netlink attribute
by Samuel Ortiz
· 13 years ago
6269cc8
nfc: NULL vs zero in nci_activate_target()
by Dan Carpenter
· 13 years ago
019c4fb
NFC: Add NCI multiple targets support
by Ilan Elias
· 13 years ago
25a1d9d
NFC: NFC core layer should not set the target_idx
by Ilan Elias
· 13 years ago
8939e47
NFC: Clearly separate NCI states from flags
by Ilan Elias
· 13 years ago
c4bf98b
NFC: Add NCI data exchange timer
by Ilan Elias
· 13 years ago
d5a2ca6
NFC: Export new attributes sensb_res and sensf_res
by Ilan Elias
· 13 years ago
bd7e01b
NFC: Complete NCI deactivate in deactivate_ntf
by Ilan Elias
· 13 years ago
288e071
NFC: Export a new attribute nfcid1 in target info
by Ilan Elias
· 13 years ago
004161c
NFC: Handle error during NCI data exchange
by Ilan Elias
· 13 years ago
637d85a
NFC: Update names and structs to NCI spec 1.0 d22
by Ilan Elias
· 13 years ago
5b68a7c
NFC: use kfree_skb() for sk_buffs
by Dan Carpenter
· 13 years ago
341ee43
NFC: double unlock in nfc_llcp_recv_connect()
by Dan Carpenter
· 13 years ago
645d359
NFC: Fix LLCP related build failure
by Samuel Ortiz
· 13 years ago
d646960
NFC: Initial LLCP support
by Samuel Ortiz
· 13 years ago
541d920
NFC: Set and get DEP general bytes
by Samuel Ortiz
· 13 years ago
1ed28f6
NFC: Add a DEP link control netlink command
by Samuel Ortiz
· 13 years ago
db81a62
NFC: Atomic socket allocation
by Samuel Ortiz
· 13 years ago
94a098d
NFC: Do not take the genl mutex from the netlink release notifier
by Samuel Ortiz
· 13 years ago
7c7cd3b
NFC: Add tx skb allocation routine
by Samuel Ortiz
· 13 years ago
52858b5
NFC: Add function name to the NFC pr_fmt() routine
by Samuel Ortiz
· 13 years ago
5d22df2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
f8c141c
nfc: signedness bug in __nci_request()
by Dan Carpenter
· 13 years ago
24bf330
nfc: Remove function tracer like entry messages
by Joe Perches
· 13 years ago
538af13
nfc: Remove unused nfc_printk and nfc_<level> macros
by Joe Perches
· 13 years ago
20c239c
nfc: Convert nfc_dbg to pr_debug
by Joe Perches
· 13 years ago
ed1e0ad
nfc: Use standard logging styles
by Joe Perches
· 13 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 13 years ago
db98c82
NFC: Check if NCI data flow control is used
by Ilan Elias
· 13 years ago
ee4c64f
NFC: Removal of unused operations for NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
e8c0dac
NFC: Update names and structs to NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
8ebafde
NFC: use after free on error
by Dan Carpenter
· 13 years ago
38f04c6
NFC: protect nci_data_exchange transactions
by Ilan Elias
· 13 years ago
de05479
NFC: implicitly deactivate in nci_start_poll
by Ilan Elias
· 13 years ago
2eb1dc1
NFC: improve readability of an 'if' in nci core.c
by Ilan Elias
· 13 years ago
6a2968a
NFC: basic NCI protocol implementation
by Ilan Elias
· 13 years ago
55eb94f
NFC: move nfc.h from include/net to include/net/nfc
by Ilan Elias
· 13 years ago
8b3fe7b
NFC: Add dev_up and dev_down control operations
by Ilan Elias
· 13 years ago
e875304
NFC: Reserve tx head and tail room
by Samuel Ortiz
· 13 years ago
23b7869
NFC: add the NFC socket raw protocol
by Lauro Ramos Venancio
· 13 years ago
c7fe3b5
NFC: add NFC socket family
by Aloisio Almeida Jr
· 13 years ago
4d12b8b
NFC: add nfc generic netlink interface
by Lauro Ramos Venancio
· 13 years ago
3e256b8
NFC: add nfc subsystem core
by Lauro Ramos Venancio
· 13 years ago