Commit Graph

389 Commits (725b418b43d2ddcb94b413cd25c74c1175d1c5f0)

Author SHA1 Message Date
Thierry Escande 064f370c5f NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters 12 years ago
Thierry Escande abd18d4330 NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down 12 years ago
Thierry Escande 66cbfa10f3 NFC: llcp: Use localy stored remote_miu value if not set at socket level 12 years ago
Thierry Escande 098dafcfb4 NFC: llcp: Aggregated frames support 12 years ago
Olivier Guiter 0b23d666a8 NFC: llcp: Fix zero octets length SDU handling 12 years ago
Samuel Ortiz 00e856db49 NFC: llcp: Fall back to local values when getting socket options 12 years ago
Samuel Ortiz 5eef666975 NFC: llcp: Socket miux is a big endian field 12 years ago
Mathias Krause d26d6504f2 NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg() 12 years ago
Jacob Keller 8facd5fb73 net: fix smatch warnings inside datagram_poll 12 years ago
Keller, Jacob E 7d4c04fc17 net: add option to enable error queue packets waking select 12 years ago
Samuel Ortiz 39a352a5b5 NFC: llcp: Keep the connected socket parent pointer alive 12 years ago
Thierry Escande b315515544 NFC: llcp: Remove possible double call to kfree_skb 12 years ago
Samuel Ortiz bec964ed3b NFC: llcp: Detach socket from process context only when releasing the socket 12 years ago
Thierry Escande 40213fa851 NFC: llcp: Add cleanup support for unreplied SNL requests 12 years ago
Thierry Escande d9b8d8e19b NFC: llcp: Service Name Lookup netlink interface 12 years ago
Thierry Escande e0ae7bac06 NFC: llcp: Service Name Lookup SDRES aggregation 12 years ago
Thierry Escande 8af362d124 NFC: Add missing type policies for netlink attributes 12 years ago
Samuel Ortiz 8808edb1ec NFC: llcp: Remove redundant printk 12 years ago
Samuel Ortiz 06d44f806a NFC: llcp: Use socket specific link parameters before the local ones 12 years ago
Samuel Ortiz 26fd76cab2 NFC: llcp: Implement socket options 12 years ago
Samuel Ortiz e4306bec47 NFC: llcp: Rename socket rw and miu fields 12 years ago
Samuel Ortiz 3bbc0ceb7a NFC: llcp: Report error to pending sockets when a device is removed 12 years ago
Samuel Ortiz e6a3a4bb85 NFC: llcp: Clean raw sockets from nfc_llcp_socket_release 12 years ago
Samuel Ortiz 3536da06db NFC: llcp: Clean local timers and works when removing a device 12 years ago
Samuel Ortiz b141e811a0 NFC: llcp: Decrease socket ack log when accepting a connection 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Dan Carpenter e9a4aa3ba3 NFC: llcp: integer underflow in nfc_llcp_set_remote_gb() 12 years ago
Michał Mirosław 9f3b795a62 driver-core: constify data for class_find_device() 12 years ago
Samuel Ortiz fb97c3e80f NFC: Use skb_copy_datagram_iovec 12 years ago
Samuel Ortiz fad2e371bb NFC: Avoid memcpy on LLCP connection less Rx path 12 years ago
Samuel Ortiz 390a1bd853 NFC: Initial Secure Element API 12 years ago
Eric Lapuyade bf71ab8ba5 NFC: Add HCI quirks to support driver (non)standard implementations 12 years ago
Eric Lapuyade 924d4a023e NFC: Fixed skb leak in tm_send() nfc and hci ops implementations 12 years ago
Eric Lapuyade 40d06d3647 NFC: Changed event_received hci ops result semantic 12 years ago
Eric Lapuyade 27c31191b3 NFC: Added error handling in event_received hci ops 12 years ago
Eric Lapuyade f0c9103813 NFC: Fixed nfc core and hci unregistration and cleanup 12 years ago
Samuel Ortiz 1727cf9374 NFC: llcp: Fix Rx memory leak 12 years ago
Samuel Ortiz 2593c2c6ec NFC: llcp: Remove the tx backlog queue 12 years ago
Thierry Escande 2c2d45bdcb NFC: Add support for SO_TIMESTAMP LLCP socket option 12 years ago
Dave Jones 026e43def7 nfc: remove noisy message from llcp_sock_sendmsg 12 years ago
Waldemar Rymarkiewicz 289814918c NFC: Fix incorrect llcp pointer dereference 12 years ago
Thierry Escande 16a78e9fed NFC: Fix nfc_llcp_local chained list insertion 12 years ago
Samuel Ortiz be02b6b624 NFC: Queue a copy of the transmitted LLCP skb 12 years ago
Samuel Ortiz dd2bf43ffc NFC: Stop sending LLCP frames when tx queues are getting too deep 12 years ago
Samuel Ortiz 6e950fd214 NFC: Copy user space buffer when sending UI frames 12 years ago
Eric Lapuyade 9c5121a034 NFC: Export nfc_hci_sak_to_protocol() 12 years ago
Eric Lapuyade 84d4819033 NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers 12 years ago
Eric Lapuyade 74a5b96621 NFC: Dot not dispatch HCI event received on unopened pipe 12 years ago
Eric Lapuyade 23f7e6d0d0 NFC: Ignore err when chip doesn't implement HW/SW info registers 12 years ago
Eric Lapuyade 07887e9220 NFC: Fix hci_connect_gate() when a pre-opened pipe is passed 12 years ago