index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
nfc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2014-04-11
1
-1
/
+1
*
Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2014-03-17
9
-33
/
+331
|
\
|
*
NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()
Axel Lin
2014-03-14
1
-2
/
+2
|
*
NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gb
Axel Lin
2014-03-14
2
-6
/
+5
|
*
NFC: Remove redundant test for dev->n_targets in nfc_find_target
Axel Lin
2014-03-14
1
-3
/
+0
|
*
NFC: digital: Rename Type V tags to Type 5 tags
Mark A. Greer
2014-03-11
1
-1
/
+1
|
*
NFC: Use LIST_HEAD() at appropriate places
Axel Lin
2014-02-23
2
-6
/
+2
|
*
NFC: digital: Use matching_[im|tm]_protocols to check with NFC protocols masks
Axel Lin
2014-02-23
1
-2
/
+2
|
*
NFC: Use list_for_each_entry in nfc_find_se()
Axel Lin
2014-02-23
1
-2
/
+2
|
*
NFC: NCI: Use reinit_completion() at appropriate places
Axel Lin
2014-02-23
2
-2
/
+4
|
*
NFC: digital: Fix a possible memory leak
Thierry Escande
2014-02-16
1
-5
/
+13
|
*
NFC: digital: Add missing break in switch statement
Thierry Escande
2014-02-16
1
-0
/
+1
|
*
NFC: digital: Add ISO-DEP support for data exchange
Thierry Escande
2014-02-16
3
-4
/
+83
|
*
NFC: digital: Add poll support for type 4A tag platform
Thierry Escande
2014-02-16
2
-2
/
+86
|
*
NFC: Add netlink support for ISO/IEC 15693
Mark A. Greer
2014-02-16
1
-0
/
+8
|
*
NFC: digital: Add Digital Layer support for ISO/IEC 15693
Mark A. Greer
2014-02-16
3
-0
/
+124
*
|
NFC: NCI: Fix NULL pointer dereference
Amitkumar Karwar
2014-02-23
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-01-25
24
-105
/
+117
|
\
|
*
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2014-01-18
1
-4
/
+4
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-01-17
8
-40
/
+91
|
|
\
|
|
*
NFC: digital: Set rf tech and crc functions when receiving a PSL_REQ
Thierry Escande
2014-01-07
1
-13
/
+31
|
|
*
NFC: digital: Set current target active on activate_target() call
Thierry Escande
2014-01-07
2
-2
/
+28
|
|
*
NFC: NCI: Add set_config API
Amitkumar Karwar
2014-01-07
1
-0
/
+16
|
|
*
NFC: NCI: Add setup handler
Amitkumar Karwar
2014-01-07
1
-0
/
+3
|
|
*
NFC: NCI: Don't reverse local general bytes
Amitkumar Karwar
2014-01-07
1
-6
/
+0
|
|
*
NFC: NCI: Cancel cmd_timer in nci_close_device()
Amitkumar Karwar
2014-01-05
1
-0
/
+2
|
|
*
NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.h
Thierry Escande
2014-01-04
1
-4
/
+2
|
|
*
NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macros
Thierry Escande
2014-01-04
1
-2
/
+2
|
|
*
NFC: Only warn on SE discovery error
Samuel Ortiz
2014-01-04
1
-5
/
+2
|
|
*
NFC: llcp: Use default MIU if none was specified on connect
Szymon Janc
2014-01-04
3
-3
/
+1
|
|
*
NFC: llcp: Fix possible memory leak while sending I frames
Szymon Janc
2014-01-04
1
-1
/
+3
|
|
*
NFC: Return driver failure upon unknown event reception
Samuel Ortiz
2014-01-04
1
-5
/
+2
|
*
|
net: Spelling s/transmition/transmission/
Geert Uytterhoeven
2014-01-14
1
-1
/
+1
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-14
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
nfc: Fix FSF address in file headers
Jeff Kirsher
2013-12-11
22
-61
/
+22
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-01-22
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: fix comments and printk msgs
Masanari Iida
2014-01-07
1
-1
/
+1
|
*
|
treewide: Fix typos in printk
Masanari Iida
2013-12-19
1
-1
/
+1
|
|
/
*
|
NFC: Fix target mode p2p link establishment
Arron Wang
2014-01-04
1
-1
/
+1
|
/
*
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2013-11-20
2
-4
/
+0
*
genetlink: make multicast groups const, prevent abuse
Johannes Berg
2013-11-19
1
-32
/
+19
*
genetlink: pass family to functions using groups
Johannes Berg
2013-11-19
1
-13
/
+26
*
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
2013-11-19
1
-2
/
+1
*
genetlink: make all genl_ops users const
Johannes Berg
2013-11-14
1
-1
/
+1
*
NFC: Fix SE API related sparse warning
Samuel Ortiz
2013-10-07
1
-1
/
+1
*
NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec
Eric Lapuyade
2013-09-25
1
-22
/
+31
*
NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame
Eric Lapuyade
2013-09-25
1
-16
/
+10
*
NFC: NCI: zero struct spi_transfer variables before usage
Eric Lapuyade
2013-09-25
1
-0
/
+9
*
NFC: netlink: SE API implementation
Samuel Ortiz
2013-09-25
1
-0
/
+91
*
NFC: digital: Fix sens_res endiannes handling
Thierry Escande
2013-09-25
1
-9
/
+6
[next]