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
2014-11-28
NFC: NCI: Configure ATR_RES general bytes
Julien Lefrique
1
-1
/
+9
2014-11-28
NFC: NCI: Handle Target mode activation
Julien Lefrique
1
-24
/
+109
2014-11-28
NFC: NCI: Enable NFC-DEP in Listen A and Listen F
Julien Lefrique
1
-0
/
+29
2014-11-28
NFC: NCI: Add passive Listen modes in discover request
Julien Lefrique
1
-10
/
+32
2014-11-28
NFC: llcp: Use list_for_each_entry in llcp_accept_poll
Axel Lin
1
-3
/
+3
2014-11-28
NFC: digital: Add NFC-DEP Target-side ATN Support
Mark A. Greer
1
-5
/
+83
2014-11-28
NFC: digital: Add NFC-DEP Initiator-side ATN Support
Mark A. Greer
1
-6
/
+98
2014-11-28
NFC: digital: Add NFC-DEP Target-side NACK Support
Mark A. Greer
1
-11
/
+51
2014-11-28
NFC: digital: Add NFC-DEP Initiator-side NACK Support
Mark A. Greer
1
-5
/
+64
2014-11-28
NFC: digital: Add NFC-DEP Receive Chaining Support
Mark A. Greer
1
-6
/
+174
2014-11-28
NFC: digital: Add NFC-DEP Send Chaining Support
Mark A. Greer
1
-17
/
+109
2014-11-28
NFC: digital: Implement NFC-DEP max payload lengths
Mark A. Greer
1
-10
/
+98
2014-11-28
NFC: digital: Enforce NFC-DEP PNI sequencing
Mark A. Greer
1
-3
/
+33
2014-11-28
NFC: digital: Ensure no NAD byte in DEP_REQ and DEP_RES frames
Mark A. Greer
1
-0
/
+10
2014-11-28
NFC: digital: Add Target-mode NFC-DEP DID Support
Mark A. Greer
1
-4
/
+26
2014-11-28
NFC: digital: Ensure no DID in NFC-DEP responses
Mark A. Greer
1
-2
/
+5
2014-11-28
NFC: digital: Rearrange NFC-DEP DEP_REQ/DEP_RES Code
Mark A. Greer
1
-21
/
+22
2014-11-28
NFC: digital: Fix potential skb leaks in NFC-DEP code
Mark A. Greer
1
-8
/
+17
2014-11-24
new helper: memcpy_from_msg()
Al Viro
2
-3
/
+3
2014-11-05
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2
-2
/
+2
2014-09-24
NFC: nci: Add support for proprietary RF Protocols
Christophe Ricard
1
-1
/
+8
2014-09-01
NFC: NCI: Fix NCI RF FRAME interface usage
Vincent Cuissard
1
-2
/
+5
2014-09-01
NFC: NCI: Fix nci_register_device init sequence
Vincent Cuissard
1
-8
/
+5
2014-09-01
NFC: NCI: Add support of ISO15693
Vincent Cuissard
2
-0
/
+39
2014-08-31
NFC: digital: Add Inititor-side PSL support
Mark A. Greer
1
-0
/
+101
2014-08-05
Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
6
-20
/
+128
2014-07-23
NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooks
Mark A. Greer
3
-9
/
+81
2014-07-23
NFC: hci: Add stop_poll HCI operand.
Christophe Ricard
1
-2
/
+5
2014-07-23
NFC: nci: Add T1T support notification
Christophe Ricard
1
-1
/
+3
2014-07-21
NFC: digital: Add digital framing calls when in target mode
Mark A. Greer
1
-0
/
+21
2014-07-21
NFC: digital: Clear poll_tech_count before activating target
Mark A. Greer
2
-6
/
+16
2014-07-21
NFC: digital: Check for NFC-DEP before checking for Type 4 tag
Mark A. Greer
1
-2
/
+2
2014-07-15
NFC: remove unnecessary break after goto
Fabian Frederick
1
-2
/
+0
2014-06-11
net: add __pskb_copy_fclone and pskb_copy_for_clone
Octavian Purdila
2
-4
/
+4
2014-05-26
NFC: nfc_sock_link() can be static
Fengguang Wu
1
-2
/
+2
2014-05-26
NFC: digital: digital_in_send_attrib_req() can be static
Fengguang Wu
1
-1
/
+1
2014-05-26
NFC: digital: Randomize poll cycles
Thierry Escande
1
-2
/
+4
2014-05-26
NFC: digital: Return proper error code when sending ATR_REQ
Thierry Escande
1
-3
/
+2
2014-05-20
NFC: NCI: Send all NCI frames to raw sockets
Hiren Tandel
1
-0
/
+9
2014-05-20
NFC: Add RAW socket type support for SOCKPROTO_RAW
Hiren Tandel
4
-11
/
+102
2014-05-19
NFC: NCI: No need to reverse ATR_RES Response
Hiren Tandel
1
-5
/
+2
2014-05-19
NFC: digital: Handle multiple SENSF_REQ frames
Mark A. Greer
1
-1
/
+13
2014-05-19
NFC: digital: SENSF_RES excludes RD when SENSF_REQ RC is zero
Mark A. Greer
1
-1
/
+1
2014-04-22
NFC: hci: Fix sparse: cast to restricted __be16
Christophe Ricard
1
-1
/
+1
2014-04-22
NFC: digital: Add support for ISO/IEC 14443-B Protocol
Mark A. Greer
3
-2
/
+233
2014-04-22
NFC: hci: Add load_session HCI operand
Christophe Ricard
1
-24
/
+21
2014-04-22
NFC: hci: Extend command execution delay
Christophe Ricard
1
-2
/
+4
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
1
-1
/
+1
2014-03-17
Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
9
-33
/
+331
2014-03-14
NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()
Axel Lin
1
-2
/
+2
[prev]
[next]