Commit Graph

389 Commits (725b418b43d2ddcb94b413cd25c74c1175d1c5f0)

Author SHA1 Message Date
Eric Lapuyade 67cccfe17d NFC: Add an LLC Core layer to HCI 13 years ago
Eric Lapuyade f3e8fb5527 NFC: Modified hci_transceive to become an asynchronous operation 13 years ago
Eric Lapuyade e4c4789e55 NFC: Add a public nfc_hci_send_cmd_async method 13 years ago
Eric Lapuyade b5faa648fa NFC: Changed the HCI cmd execution callback prototype 13 years ago
Waldemar Rymarkiewicz c1be211727 NFC: Correct outgoing frame before requeueing 13 years ago
Waldemar Rymarkiewicz ade672082d NFC: Remove crc generation from shdlc layer 13 years ago
Wei Yongjun 52da2449e1 NFC: Fix possible LLCP memory leak 13 years ago
Wei Yongjun 33e5971358 NFC: Remove pointless conditional before HCI kfree_skb() 13 years ago
Tejun Heo 474fee3db1 NFC: Use system_nrt_wq instead of custom ones 13 years ago
Syam Sidhardhan 5db327f96d NFC: Remove repeated code for NULL check 13 years ago
Ilan Elias 767f19ae69 NFC: Implement NCI dep_link_up and dep_link_down 13 years ago
Ilan Elias ac20683840 NFC: Parse NCI NFC-DEP activation params 13 years ago
Ilan Elias 7e0352306f NFC: Set local general bytes in nci_start_poll 13 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Dave Jones 8a70e7f8f3 NFC: NCI module license 'unspecified' taints kernel 13 years ago
Eric Lapuyade 81b3039557 NFC: Set target nfcid1 for all HCI reader A targets 13 years ago
Mathias Jeppsson f8bf65bf36 NFC: Fix order of arguments to list_add_tail() when queueing HCP frames 13 years ago
Mathias Jeppsson 1913e57cf9 NFC: Fix empty HCI message list check 13 years ago
Samuel Ortiz fe3c094abc NFC: Check for llcp_sock and its device from llcp_sock_getname 13 years ago
Samuel Ortiz 01d719a228 NFC: Add ISO 14443 type B protocol 13 years ago
Samuel Ortiz c66433dc5d NFC: Dereference LLCP bind socket address after checking for it to be NULL 13 years ago
Samuel Ortiz a831b91320 NFC: Do not return EBUSY when stopping a poll that's already stopped 13 years ago
Samuel Ortiz 1550bf2d59 NFC: Remove warning from nfc_llcp_local_put 13 years ago
Samuel Ortiz 5c0560b7a5 NFC: Handle LLCP Disconnected Mode frames 13 years ago
Samuel Ortiz 8f50020ed9 NFC: LLCP late binding 13 years ago
Samuel Ortiz ebbb16d9eb NFC: Forbid SSAP binding to a not well known LLCP service 13 years ago
Samuel Ortiz 8b7e8eda58 NFC: Forbid LLCP service name reusing 13 years ago
Samuel Ortiz cbbf472181 NFC: Release LLCP SAP when the owner is released 13 years ago
Samuel Ortiz 4d22ea1532 NFC: Close listening LLCP sockets when the device is gone 13 years ago
Samuel Ortiz b8e7a06d9c NFC: Build LLCP general bytes upon request 13 years ago
Samuel Ortiz 12e5bdfefa NFC: Fix LLCP getname socket op 13 years ago
Samuel Ortiz 025f152046 NFC: Update LLCP socket target index when getting a connection 13 years ago
Samuel Ortiz 5df16cad44 NFC: Add netlink module alias for NFC 13 years ago
Samuel Ortiz 1155bb617a NFC: Add modules alias for NFC sockets 13 years ago
Eric Lapuyade a10d595b10 NFC: Allow HCI driver to pre-open pipes to some gates 13 years ago
Eric Lapuyade 9eb334ac17 NFC: nfc_driver_failure() implementation 13 years ago
Eric Lapuyade d94f9c55ff NFC: nfc_targets_found() should accept zero target found 13 years ago
Eric Lapuyade 8668fdd6ef NFC: Core must test the device polling state inside the device lock 13 years ago
Eric Lapuyade a070c8591a NFC: Implement HCI driver or internal error management 13 years ago
Eric Lapuyade ccca0d6e88 NFC: Factorize HCI cmd completion 13 years ago
Eric Lapuyade 456411ca81 NFC: Driver failure API 13 years ago
Eric Lapuyade 6c1c5b9e1d NFC: Changed HCI cmd execution completion result to std linux errno 13 years ago
Eric Lapuyade 72b06f75fe NFC: Implement HCP reaggregation allocation error case 13 years ago
Eric Lapuyade 1c215d79a1 NFC: Remove an impossible HCI error case 13 years ago
Eric Lapuyade 5018e490c3 NFC: Handle SHDLC RSET frames from an SHDLC connected chip 13 years ago
Eric Lapuyade d3b4044531 NFC: Removed addressed shdlc TODOs 13 years ago
Eric Lapuyade a9a741a7e2 NFC: Prepare asynchronous error management for driver and shdlc 13 years ago
Sasha Levin 147f20e316 NFC: Prevent NULL deref when getting socket name 13 years ago
Thomas Graf 58050fce35 net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() 13 years ago
Eric Dumazet 03e934f620 NFC: Return from rawsock_release when sk is NULL 13 years ago