Commit Graph

389 Commits (725b418b43d2ddcb94b413cd25c74c1175d1c5f0)

Author SHA1 Message Date
Dan Rosenberg 67de956ff5 NFC: Prevent multiple buffer overflows in NCI 13 years ago
Sasha Levin 58d1eab7ef NFC: Fix possible NULL ptr deref when getting the name of a socket 13 years ago
Samuel Ortiz 07922bb1e0 NFC: Destroy LLCP timout workqueue when releasing the link 13 years ago
Samuel Ortiz 5e50ee3ae6 NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLS 13 years ago
Samuel Ortiz 56af2568c2 NFC: Send a receiver ready frame only to reply to an I frame 13 years ago
Samuel Ortiz 8445796038 NFC: Requeue lost LLCP frames 13 years ago
Samuel Ortiz cb3a4503f4 NFC: Call the DEP link down ops even when in target mode 13 years ago
Samuel Ortiz 5a0f6f3b46 NFC: Don't hold a NULL connecting LLCP socket lock 13 years ago
Samuel Ortiz 73167ced31 NFC: Introduce target mode rx data callback 13 years ago
Samuel Ortiz be9ae4ce4e NFC: Introduce target mode tx ops 13 years ago
Samuel Ortiz f212ad5e99 NFC: Set the NFC device RF mode appropriately 13 years ago
Samuel Ortiz fc40a8c1a0 NFC: Add target mode activation netlink event 13 years ago
Samuel Ortiz fe7c580073 NFC: Add target mode protocols to the polling loop startup routine 13 years ago
Samuel Ortiz ab73b75130 NFC: Export LLCP general bytes getter 13 years ago
Samuel Ortiz 76762b7369 NFC: LLCP's MIUX is 10 bytes long, not 7 13 years ago
Samuel Ortiz 93d7e490b7 NFC: Move LLCP MIU extension value to socket structure 13 years ago
Samuel Ortiz 7a06e586b9 NFC: Move LLCP receiver window value to socket structure 13 years ago
Samuel Ortiz a69f32af86 NFC: Socket linked list 13 years ago
Samuel Ortiz c7aa12252f NFC: Take a reference on the LLCP local pointer when creating a socket 13 years ago
Samuel Ortiz bdbc59b35f NFC: Queue I frame fragments to the LLCP sockets queue tail 13 years ago
Eric Lapuyade 03bed29e05 NFC: HCI drivers don't have to keep track of polling state 13 years ago
H Hartley Sweeten e5fe4cf8ee NFC: The NFC genl family structure should not be exposed globally 13 years ago
H Hartley Sweeten bd007bea21 NFC: HCI ops should not be exposed globally 13 years ago
H Hartley Sweeten 799030b75a NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointer 13 years ago
H Hartley Sweeten 502b424082 NFC: Include nci_core.h to nci/lib.c 13 years ago
H Hartley Sweeten 040487f364 NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointer 13 years ago
joseph daniel 51c25be857 NFC: Fix LLCP compilation warning 13 years ago
Samuel Ortiz 43472fffb4 NFC: Return the amount of LLCP bytes queued to sock_sendmsg 13 years ago
Samuel Ortiz 4260c13ba9 NFC: Update the LLCP poll mask 13 years ago
Samuel Ortiz ff353d86a9 NFC: LLCP connect must wait for a CC frame 13 years ago
Eric Lapuyade 1676f75159 NFC: Add HCI/SHDLC support to let driver check for tag presence 13 years ago
Eric Lapuyade d4ccb13280 NFC: Specify usage for targets found and target lost events 13 years ago
Eric Lapuyade addfabf98d NFC: Remove useless HCI private nfc target table 13 years ago
Eric Lapuyade 9009943326 NFC: Cache the core NFC active target pointer instead of its index 13 years ago
Marcel Holtmann f3a138c10b NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
Samuel Ortiz 91b0ade112 NFC: Fix LLCP link timeout typo 13 years ago
Samuel Ortiz 56d5876a22 NFC: Add MIUX to the local LLCP general bytes 13 years ago
Samuel Ortiz ffc29315e5 NFC: Call llcp_add_header properly when sending LLCP DM or DISC 13 years ago
Samuel Ortiz 324b0af6f5 NFC: Fix LLCP TLV building routine 13 years ago
Samuel Ortiz 279cf174ae NFC: No need to apply twice the modulo op to LLCP's recv_n 13 years ago
Samuel Ortiz 4be646ecc9 NFC: Dump LLCP frames 13 years ago
Eric Lapuyade c8d56ae786 NFC: Add Core support to generate tag lost event 13 years ago
Eric Lapuyade 144612cacc NFC: Changed target activated state logic 13 years ago
Eric Lapuyade 01ae0eea9b NFC: Fix next target_idx type and rename for clarity 13 years ago
Samuel Ortiz c4fbb6515a NFC: The core part should generate the target index 13 years ago
Eric Lapuyade eb738fe535 NFC: SHDLC implementation 13 years ago
Eric Lapuyade 8b8d2e08bf NFC: HCI support 13 years ago
Eric Lapuyade e1da0efa2e NFC: Export target lost function 13 years ago
Samuel Ortiz 8112a5c91d NFC: Add a target lost netlink event 13 years ago