Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6966fe8add4d47a2d55cab197925165e772f1197
/
net
/
nfc
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
e9a4aa3
NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()
by Dan Carpenter
· 12 years ago
9f3b795
driver-core: constify data for class_find_device()
by Michał Mirosław
· 12 years ago
fb97c3e
NFC: Use skb_copy_datagram_iovec
by Samuel Ortiz
· 12 years ago
fad2e37
NFC: Avoid memcpy on LLCP connection less Rx path
by Samuel Ortiz
· 12 years ago
390a1bd
NFC: Initial Secure Element API
by Samuel Ortiz
· 12 years ago
bf71ab8
NFC: Add HCI quirks to support driver (non)standard implementations
by Eric Lapuyade
· 12 years ago
924d4a0
NFC: Fixed skb leak in tm_send() nfc and hci ops implementations
by Eric Lapuyade
· 12 years ago
40d06d3
NFC: Changed event_received hci ops result semantic
by Eric Lapuyade
· 12 years ago
27c3119
NFC: Added error handling in event_received hci ops
by Eric Lapuyade
· 12 years ago
f0c9103
NFC: Fixed nfc core and hci unregistration and cleanup
by Eric Lapuyade
· 12 years ago
1727cf9
NFC: llcp: Fix Rx memory leak
by Samuel Ortiz
· 12 years ago
2593c2c
NFC: llcp: Remove the tx backlog queue
by Samuel Ortiz
· 12 years ago
2c2d45b
NFC: Add support for SO_TIMESTAMP LLCP socket option
by Thierry Escande
· 12 years ago
026e43d
nfc: remove noisy message from llcp_sock_sendmsg
by Dave Jones
· 12 years ago
55cb079
Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0
by John W. Linville
· 12 years ago
2898149
NFC: Fix incorrect llcp pointer dereference
by Waldemar Rymarkiewicz
· 12 years ago
b311749
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
16a78e9
NFC: Fix nfc_llcp_local chained list insertion
by Thierry Escande
· 12 years ago
be02b6b
NFC: Queue a copy of the transmitted LLCP skb
by Samuel Ortiz
· 12 years ago
dd2bf43
NFC: Stop sending LLCP frames when tx queues are getting too deep
by Samuel Ortiz
· 12 years ago
6e950fd
NFC: Copy user space buffer when sending UI frames
by Samuel Ortiz
· 12 years ago
9c5121a
NFC: Export nfc_hci_sak_to_protocol()
by Eric Lapuyade
· 12 years ago
84d4819
NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers
by Eric Lapuyade
· 12 years ago
74a5b96
NFC: Dot not dispatch HCI event received on unopened pipe
by Eric Lapuyade
· 12 years ago
23f7e6d
NFC: Ignore err when chip doesn't implement HW/SW info registers
by Eric Lapuyade
· 12 years ago
07887e9
NFC: Fix hci_connect_gate() when a pre-opened pipe is passed
by Eric Lapuyade
· 12 years ago
52feb44
NFC: Extend netlink interface for LTO, RW, and MIUX parameters support
by Thierry Escande
· 12 years ago
f31652a
NFC: Purge LLCP socket Tx queues when being disconnected
by Samuel Ortiz
· 12 years ago
f152218
NFC: Remove CONFIG_EXPERIMENTAL from the NCI Makefile
by Kees Cook
· 12 years ago
54720c3
NFC: Remove CONFIG_EXPERIMENTAL from the LLCP Makefile
by Kees Cook
· 12 years ago
deccb2a
NFC: Remove CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
0f45077
NFC: Fix some code style and whitespace issues
by Szymon Janc
· 12 years ago
7eda8b8e9
NFC: Use IDR library to assing NFC devices IDs
by Samuel Ortiz
· 12 years ago
a8df0f3
NFC: Return NULL when no LLCP socket for a dsap,ssap couple is found
by Samuel Ortiz
· 12 years ago
b874dec
NFC: Implement LLCP connection less Tx path
by Samuel Ortiz
· 12 years ago
94f418a
NFC: UI frame sending routine implementation
by Samuel Ortiz
· 12 years ago
31ca61a
NFC: Forward LLCP datagrams to userspace
by Samuel Ortiz
· 12 years ago
968272b
NFC: Handle LLCP UI frames
by Samuel Ortiz
· 12 years ago
c8512be
NFC: Keep connection less bound sockets alive when DEP link goes down
by Samuel Ortiz
· 12 years ago
54292d6
NFC: Check for connection less sockets when looking for a service name
by Samuel Ortiz
· 12 years ago
e690408
NFC: Reserve LLCP ssap when replying to an SNL frame
by Samuel Ortiz
· 12 years ago
984d334
NFC: Fix sparse warnings due to missing static
by Arron Wang
· 12 years ago
874934f
NFC: Fix style issues with logical operations
by Szymon Janc
· 12 years ago
0250ffc
NFC: Fix not propagating return code in nfc_hci_clear_all_pipes
by Szymon Janc
· 12 years ago
80e4232
NFC: Small nfc_hci_create_pipe refactoring
by Szymon Janc
· 12 years ago
36b0511
NFC: Remove unneeded LLCP function return calls
by Szymon Janc
· 12 years ago
f9fc36f
NFC: Remove not needed local variable in nci_set_local_general_bytes
by Szymon Janc
· 12 years ago
460d8f9
NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytes
by Szymon Janc
· 12 years ago
7ad3939
NFC: Add NFC_ATTR_RF_MODE when sending device netlink properties
by Thierry Escande
· 12 years ago
5bcf099
NFC: Set rf_mode to NFC_RF_NONE where necessary
by Thierry Escande
· 12 years ago
19cfe58
NFC: Initial SNL support
by Samuel Ortiz
· 12 years ago
c43bb03
NFC: Add SNL frame building routine
by Samuel Ortiz
· 12 years ago
9222390
NFC: Use llcp_allocate_pdu to build the DISC frames
by Samuel Ortiz
· 12 years ago
a6a0915
NFC: Avoid falling back to SYMM when sk is NULL
by Samuel Ortiz
· 12 years ago
632c016
NFC: HCI check presence must not fail when driver doesn't support it
by Eric Lapuyade
· 12 years ago
e810762
NFC: Implement HCI DEP send and receive data
by Arron Wang
· 12 years ago
c40d174
NFC: Implement HCI DEP link up and down
by Arron Wang
· 12 years ago
928326f
NFC: Handle pn544 continue activation
by Arron Wang
· 12 years ago
f7a5f6c
NFC: Pass hardware specific HCI event to driver
by Arron Wang
· 12 years ago
32418cf
Remove noisy printks from llcp_sock_connect
by Dave Jones
· 12 years ago
916082b
workqueue: avoid using deprecated functions
by Linus Torvalds
· 12 years ago
c487606
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
50b78b2
NFC: Fix sleeping in atomic when releasing socket
by Szymon Janc
· 12 years ago
3c0cc8a
NFC: Fix sleeping in invalid context when netlink socket is closed
by Szymon Janc
· 12 years ago
7d777c3
NFC: Add dummy nfc_llc_shdlc_register definition
by John W. Linville
· 12 years ago
4463523b
NFC: LLCP raw socket support
by Thierry Escande
· 12 years ago
fe235b5
NFC: Use dynamic initialization for rwlocks
by Szymon Janc
· 12 years ago
4c0ba9a
NFC: Fix typo negociating -> negotiating
by Waldemar Rymarkiewicz
· 12 years ago
12bfd1e
NFC: Don't handle consequent RSET frames after UA
by Waldemar Rymarkiewicz
· 12 years ago
9010e39
NFC: Handle RSET in SHDLC_CONNECTING state
by Waldemar Rymarkiewicz
· 12 years ago
80faa59
NFC: Add HCI module description
by Eric Lapuyade
· 12 years ago
a7d0281
NFC: Fix LLC registration definitions for ANSI compliance
by Eric Lapuyade
· 12 years ago
f4f20d0
NFC: Remove unneeded LLC symbols export
by Samuel Ortiz
· 12 years ago
412fda5
NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core
by Eric Lapuyade
· 12 years ago
4a61cd6
NFC: Add an shdlc llc module to llc core
by Eric Lapuyade
· 12 years ago
8af00d4
NFC: Add a nop (passthrough) llc module to llc core
by Eric Lapuyade
· 12 years ago
67cccfe
NFC: Add an LLC Core layer to HCI
by Eric Lapuyade
· 12 years ago
f3e8fb5
NFC: Modified hci_transceive to become an asynchronous operation
by Eric Lapuyade
· 12 years ago
e4c4789
NFC: Add a public nfc_hci_send_cmd_async method
by Eric Lapuyade
· 12 years ago
b5faa64
NFC: Changed the HCI cmd execution callback prototype
by Eric Lapuyade
· 12 years ago
c1be211
NFC: Correct outgoing frame before requeueing
by Waldemar Rymarkiewicz
· 12 years ago
ade67208
NFC: Remove crc generation from shdlc layer
by Waldemar Rymarkiewicz
· 12 years ago
52da244
NFC: Fix possible LLCP memory leak
by Wei Yongjun
· 12 years ago
33e5971
NFC: Remove pointless conditional before HCI kfree_skb()
by Wei Yongjun
· 12 years ago
474fee3
NFC: Use system_nrt_wq instead of custom ones
by Tejun Heo
· 12 years ago
5db327f
NFC: Remove repeated code for NULL check
by Syam Sidhardhan
· 12 years ago
767f19a
NFC: Implement NCI dep_link_up and dep_link_down
by Ilan Elias
· 12 years ago
ac20683
NFC: Parse NCI NFC-DEP activation params
by Ilan Elias
· 12 years ago
7e03523
NFC: Set local general bytes in nci_start_poll
by Ilan Elias
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
90b90f6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
d369f7b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
8a70e7f
NFC: NCI module license 'unspecified' taints kernel
by Dave Jones
· 12 years ago
81b3039
NFC: Set target nfcid1 for all HCI reader A targets
by Eric Lapuyade
· 12 years ago
38a0084
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f8bf65b
NFC: Fix order of arguments to list_add_tail() when queueing HCP frames
by Mathias Jeppsson
· 12 years ago
1913e57
NFC: Fix empty HCI message list check
by Mathias Jeppsson
· 12 years ago
Next »