aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2013-05-21NFC: Remove commented out LLCP related Makefile linePaul Bolle
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-27NFC: Add missing RFKILL dependency for KconfigMarcel Holtmann
2013-04-26NFC: Move LLCP code to the NFC top level diirectorySamuel Ortiz
2013-04-25NFC: llcp: two bugs in ->getname()Dan Carpenter
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-12NFC: RFKILL supportSamuel Ortiz
2013-04-11NFC: Prevent polling when device is downSamuel Ortiz
2013-04-11NFC: llcp: Terminate connection when receiving a DISC on (0,0)Samuel Ortiz
2013-04-11NFC: llcp: Remove local_cleanup last argumentSamuel Ortiz
2013-04-11NFC: llcp: Only keep raw sockets alive when the LLCP local leavesSamuel Ortiz
2013-04-11NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parametersThierry Escande
2013-04-11NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes downThierry Escande
2013-04-11NFC: llcp: Use localy stored remote_miu value if not set at socket levelThierry Escande
2013-04-11NFC: llcp: Aggregated frames supportThierry Escande
2013-04-11NFC: llcp: Fix zero octets length SDU handlingOlivier Guiter
2013-04-11NFC: llcp: Fall back to local values when getting socket optionsSamuel Ortiz
2013-04-11NFC: llcp: Socket miux is a big endian fieldSamuel Ortiz
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-07NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()Mathias Krause
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-26NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz
2013-03-20NFC: llcp: Remove possible double call to kfree_skbThierry Escande
2013-03-20NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-10NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande
2013-03-10NFC: llcp: Service Name Lookup netlink interfaceThierry Escande
2013-03-10NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande
2013-03-10NFC: Add missing type policies for netlink attributesThierry Escande
2013-03-10NFC: llcp: Remove redundant printkSamuel Ortiz
2013-03-10NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz
2013-03-10NFC: llcp: Implement socket optionsSamuel Ortiz
2013-03-10NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-08NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()Dan Carpenter
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-01-11NFC: Use skb_copy_datagram_iovecSamuel Ortiz
2013-01-11NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz
2013-01-10NFC: Initial Secure Element APISamuel Ortiz
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade
2013-01-10NFC: Fixed skb leak in tm_send() nfc and hci ops implementationsEric Lapuyade
2013-01-10NFC: Changed event_received hci ops result semanticEric Lapuyade