index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
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
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
2014-03-14
NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gb
Axel Lin
2
-6
/
+5
2014-03-14
NFC: Remove redundant test for dev->n_targets in nfc_find_target
Axel Lin
1
-3
/
+0
2014-03-11
NFC: digital: Rename Type V tags to Type 5 tags
Mark A. Greer
1
-1
/
+1
2014-02-23
NFC: Use LIST_HEAD() at appropriate places
Axel Lin
2
-6
/
+2
2014-02-23
NFC: digital: Use matching_[im|tm]_protocols to check with NFC protocols masks
Axel Lin
1
-2
/
+2
2014-02-23
NFC: Use list_for_each_entry in nfc_find_se()
Axel Lin
1
-2
/
+2
2014-02-23
NFC: NCI: Use reinit_completion() at appropriate places
Axel Lin
2
-2
/
+4
2014-02-23
NFC: NCI: Fix NULL pointer dereference
Amitkumar Karwar
1
-1
/
+1
2014-02-16
NFC: digital: Fix a possible memory leak
Thierry Escande
1
-5
/
+13
2014-02-16
NFC: digital: Add missing break in switch statement
Thierry Escande
1
-0
/
+1
2014-02-16
NFC: digital: Add ISO-DEP support for data exchange
Thierry Escande
3
-4
/
+83
2014-02-16
NFC: digital: Add poll support for type 4A tag platform
Thierry Escande
2
-2
/
+86
2014-02-16
NFC: Add netlink support for ISO/IEC 15693
Mark A. Greer
1
-0
/
+8
2014-02-16
NFC: digital: Add Digital Layer support for ISO/IEC 15693
Mark A. Greer
3
-0
/
+124
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
24
-105
/
+117
2014-01-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2014-01-18
net: add build-time checks for msg->msg_name size
Steffen Hurrle
1
-4
/
+4
2014-01-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
8
-40
/
+91
2014-01-14
net: Spelling s/transmition/transmission/
Geert Uytterhoeven
1
-1
/
+1
2014-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-01-07
NFC: digital: Set rf tech and crc functions when receiving a PSL_REQ
Thierry Escande
1
-13
/
+31
2014-01-07
NFC: digital: Set current target active on activate_target() call
Thierry Escande
2
-2
/
+28
2014-01-07
treewide: fix comments and printk msgs
Masanari Iida
1
-1
/
+1
2014-01-07
NFC: NCI: Add set_config API
Amitkumar Karwar
1
-0
/
+16
2014-01-07
NFC: NCI: Add setup handler
Amitkumar Karwar
1
-0
/
+3
2014-01-07
NFC: NCI: Don't reverse local general bytes
Amitkumar Karwar
1
-6
/
+0
2014-01-05
NFC: NCI: Cancel cmd_timer in nci_close_device()
Amitkumar Karwar
1
-0
/
+2
2014-01-04
NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.h
Thierry Escande
1
-4
/
+2
2014-01-04
NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macros
Thierry Escande
1
-2
/
+2
2014-01-04
NFC: Only warn on SE discovery error
Samuel Ortiz
1
-5
/
+2
2014-01-04
NFC: llcp: Use default MIU if none was specified on connect
Szymon Janc
3
-3
/
+1
2014-01-04
NFC: llcp: Fix possible memory leak while sending I frames
Szymon Janc
1
-1
/
+3
2014-01-04
NFC: Return driver failure upon unknown event reception
Samuel Ortiz
1
-5
/
+2
2014-01-04
NFC: Fix target mode p2p link establishment
Arron Wang
1
-1
/
+1
2013-12-19
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2013-12-11
nfc: Fix FSF address in file headers
Jeff Kirsher
22
-61
/
+22
2013-11-20
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2
-4
/
+0
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
1
-32
/
+19
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
1
-13
/
+26
2013-11-19
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
1
-2
/
+1
2013-11-14
genetlink: make all genl_ops users const
Johannes Berg
1
-1
/
+1
2013-10-07
NFC: Fix SE API related sparse warning
Samuel Ortiz
1
-1
/
+1
2013-09-25
NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec
Eric Lapuyade
1
-22
/
+31
2013-09-25
NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame
Eric Lapuyade
1
-16
/
+10
2013-09-25
NFC: NCI: zero struct spi_transfer variables before usage
Eric Lapuyade
1
-0
/
+9
2013-09-25
NFC: netlink: SE API implementation
Samuel Ortiz
1
-0
/
+91
2013-09-25
NFC: digital: Fix sens_res endiannes handling
Thierry Escande
1
-9
/
+6
[next]