Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12NFC: NCI module license 'unspecified' taints kernelDave Jones
2012-07-12NFC: Set target nfcid1 for all HCI reader A targetsEric Lapuyade
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10NFC: Fix order of arguments to list_add_tail() when queueing HCP framesMathias Jeppsson
2012-07-10NFC: Fix empty HCI message list checkMathias Jeppsson
2012-07-10NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz
2012-07-10NFC: Add ISO 14443 type B protocolSamuel Ortiz
2012-07-10NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz
2012-07-10NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz
2012-07-10NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz
2012-07-10NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz
2012-07-10NFC: LLCP late bindingSamuel Ortiz
2012-07-10NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz
2012-07-10NFC: Forbid LLCP service name reusingSamuel Ortiz
2012-07-10NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz
2012-07-10NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz
2012-07-10NFC: Build LLCP general bytes upon requestSamuel Ortiz
2012-07-10NFC: Fix LLCP getname socket opSamuel Ortiz
2012-07-10NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz
2012-07-10NFC: Add netlink module alias for NFCSamuel Ortiz
2012-07-10NFC: Add modules alias for NFC socketsSamuel Ortiz
2012-07-10NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade
2012-07-10NFC: nfc_driver_failure() implementationEric Lapuyade
2012-07-10NFC: nfc_targets_found() should accept zero target foundEric Lapuyade
2012-07-10NFC: Core must test the device polling state inside the device lockEric Lapuyade
2012-07-10NFC: Implement HCI driver or internal error managementEric Lapuyade
2012-07-10NFC: Factorize HCI cmd completionEric Lapuyade
2012-07-10NFC: Driver failure APIEric Lapuyade
2012-07-10NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade
2012-07-10NFC: Implement HCP reaggregation allocation error caseEric Lapuyade
2012-07-10NFC: Remove an impossible HCI error caseEric Lapuyade
2012-07-10NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade
2012-07-10NFC: Removed addressed shdlc TODOsEric Lapuyade
2012-07-10NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade
2012-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin
2012-06-29net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-26NFC: Return from rawsock_release when sk is NULLEric Dumazet
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin
2012-06-04NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz
2012-06-04NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz
2012-06-04NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz
2012-06-04NFC: Requeue lost LLCP framesSamuel Ortiz