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
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-2
/
+8
2016-02-25
NFC: Close a race condition in llcp_sock_getname()
Cong Wang
1
-0
/
+6
2016-02-25
NFC: Use GFP_USER for user-controlled kmalloc
Cong Wang
1
-2
/
+2
2016-01-27
NFC: nci: Remove dead code
Peter Hurley
1
-8
/
+1
2016-01-04
Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
6
-5
/
+57
2015-12-29
NFC: nci: memory leak in nci_core_conn_create()
Dan Carpenter
1
-3
/
+3
2015-12-29
nfc: netlink: HCI event connectivity implementation
Christophe Ricard
3
-0
/
+51
2015-12-29
NFC: nci: Fix error check of nci_hci_create_pipe() result
Christophe Ricard
1
-1
/
+1
2015-12-29
NFC: digital: Add Type4A tags support
Shikha Singh
1
-1
/
+2
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-1
/
+1
2015-10-28
NFC: nci: non-static functions can not be inline
Robert Dolca
1
-8
/
+8
2015-10-27
NFC: NCI: allow spi driver to choose transfer clock
Vincent Cuissard
1
-1
/
+6
2015-10-27
NFC: NCI: move generic spi driver to a module
Vincent Cuissard
3
-2
/
+7
2015-10-27
NFC: NCI: export nci_send_frame and nci_send_cmd function
Vincent Cuissard
1
-1
/
+3
2015-10-27
NFC: st21nfca: Add support for proprietary commands
Christophe Ricard
1
-0
/
+2
2015-10-27
NFC: st-nci: Add few code style fixes
Christophe Ricard
1
-1
/
+1
2015-10-27
NFC: netlink: Add mode parameter to deactivate_target functions
Christophe Ricard
7
-11
/
+24
2015-10-26
NFC: nci: Create pipe on specific gate in nci_hci_connect_gate
Christophe Ricard
1
-1
/
+55
2015-10-26
NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.
Christophe Ricard
1
-0
/
+4
2015-10-26
NFC: nci: add nci_hci_clear_all_pipes functions
Christophe Ricard
1
-0
/
+15
2015-10-26
NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE
Christophe Ricard
1
-2
/
+2
2015-10-26
NFC: nci: Fix improper management of HCI return code
Christophe Ricard
1
-17
/
+49
2015-10-26
NFC: nci: Fix incorrect data chaining when sending data
Christophe Ricard
1
-7
/
+13
2015-10-25
NFC: nci: add nci_get_conn_info_by_id function
Robert Dolca
1
-0
/
+13
2015-10-25
NFC: nci: fix possible crash in nci_core_conn_create
Robert Dolca
1
-1
/
+8
2015-10-25
NFC: nci: rename nci_prop_ops to nci_driver_ops
Robert Dolca
1
-8
/
+8
2015-10-25
NFC: nci: Allow the driver to set handler for core nci ops
Robert Dolca
3
-21
/
+54
2015-10-25
NFC: nci: Introduce nci_core_cmd
Robert Dolca
1
-5
/
+19
2015-10-25
NFC: nci: Do not call post_setup when setup fails
Robert Dolca
1
-2
/
+1
2015-10-25
NFC: nci: Add function to get max packet size for conn
Robert Dolca
1
-0
/
+12
2015-10-25
NFC: nci: Export nci data send API
Robert Dolca
1
-0
/
+1
2015-10-19
NFC: delete null dereference
Julia Lawall
1
-4
/
+2
2015-10-03
NFC: nci: Use __nci_request for exported routines
Samuel Ortiz
1
-5
/
+6
2015-08-20
nfc: netlink: Add capability to reply to vendor_cmd with data
Christophe Ricard
1
-2
/
+84
2015-08-20
nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter
Christophe Ricard
1
-1
/
+1
2015-08-20
NFC: nci: export nci_core_reset and nci_core_init
Robert Baldyga
1
-0
/
+14
2015-08-20
NFC: nci: Add post_setup handler
Robert Baldyga
1
-0
/
+4
2015-08-17
nfc: netlink: Warning fix
Christophe Ricard
1
-0
/
+1
2015-08-17
nfc: netlink: Add check on NFC_ATTR_VENDOR_DATA
Christophe Ricard
1
-2
/
+2
2015-06-15
NFC: nci: fix mistake in uart generic driver
Vincent Cuissard
1
-1
/
+1
2015-06-13
NFC: nci: remove current SLEEP mode management
Vincent Cuissard
1
-1
/
+1
2015-06-11
NFC: nfcmrvl: add UART driver
Vincent Cuissard
1
-1
/
+0
2015-06-11
NFC: nci: add generic uart support
Vincent Cuissard
3
-0
/
+505
2015-06-10
NFC: nci: Export nci_req_complete
Samuel Ortiz
1
-0
/
+1
2015-06-09
NFC: netlink: Implement vendor command support
Samuel Ortiz
1
-0
/
+55
2015-06-09
NFC: nci: Move close ops call in nci_close_device
Christophe Ricard
1
-4
/
+6
2015-06-09
NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd
Christophe Ricard
1
-0
/
+26
2015-06-09
NFC: nci: Add nci init ops for early device initialization
Christophe Ricard
1
-2
/
+7
2015-06-09
NFC: nci: Add NCI_RESET return code check before setup
Christophe Ricard
1
-2
/
+3
2015-06-09
NFC: nci: Handle proprietary response and notifications
Samuel Ortiz
3
-0
/
+72
[next]