aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+6
2013-04-07NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause1-0/+3
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+2
2013-03-26NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz1-1/+3
2013-03-20NFC: llcp: Remove possible double call to kfree_skbThierry Escande1-2/+0
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz2-8/+0
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-9/+55
2013-03-10NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande3-0/+57
2013-03-10NFC: llcp: Service Name Lookup netlink interfaceThierry Escande5-0/+302
2013-03-10NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande3-27/+94
2013-03-10NFC: Add missing type policies for netlink attributesThierry Escande1-0/+3
2013-03-10NFC: llcp: Remove redundant printkSamuel Ortiz1-2/+0
2013-03-10NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz3-8/+23
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz2-2/+120
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz4-16/+19
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz1-4/+12
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz1-0/+29
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz1-7/+14
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2013-02-08NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()Dan Carpenter1-3/+2
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-01-11NFC: Use skb_copy_datagram_iovecSamuel Ortiz1-1/+1
2013-01-11NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz1-8/+8
2013-01-10NFC: Initial Secure Element APISamuel Ortiz4-1/+8
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade2-1/+9
2013-01-10NFC: Fixed skb leak in tm_send() nfc and hci ops implementationsEric Lapuyade1-2/+4
2013-01-10NFC: Changed event_received hci ops result semanticEric Lapuyade1-6/+8
2013-01-10NFC: Added error handling in event_received hci opsEric Lapuyade1-3/+5
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade3-32/+53
2013-01-10NFC: llcp: Fix Rx memory leakSamuel Ortiz1-10/+25
2013-01-10NFC: llcp: Remove the tx backlog queueSamuel Ortiz3-6/+2
2013-01-10NFC: Add support for SO_TIMESTAMP LLCP socket optionThierry Escande3-0/+8
2012-12-13nfc: remove noisy message from llcp_sock_sendmsgDave Jones1-4/+0
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0John W. Linville1-1/+4
2012-11-28NFC: Fix incorrect llcp pointer dereferenceWaldemar Rymarkiewicz1-1/+4
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-11-20NFC: Fix nfc_llcp_local chained list insertionThierry Escande1-1/+1
2012-11-19NFC: Queue a copy of the transmitted LLCP skbSamuel Ortiz1-4/+13
2012-11-19NFC: Stop sending LLCP frames when tx queues are getting too deepSamuel Ortiz1-0/+17
2012-11-19NFC: Copy user space buffer when sending UI framesSamuel Ortiz1-2/+13
2012-11-19NFC: Export nfc_hci_sak_to_protocol()Eric Lapuyade1-1/+2
2012-11-19NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversEric Lapuyade1-1/+2
2012-11-19NFC: Dot not dispatch HCI event received on unopened pipeEric Lapuyade1-5/+8
2012-11-19NFC: Ignore err when chip doesn't implement HW/SW info registersEric Lapuyade1-0/+6
2012-11-19NFC: Fix hci_connect_gate() when a pre-opened pipe is passedEric Lapuyade1-2/+2
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande5-19/+174
2012-10-26NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz1-0/+31