aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook1-2/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the LLCP MakefileKees Cook1-2/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc8-17/+17
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz1-7/+16
2012-10-26NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz1-4/+6
2012-10-26NFC: Implement LLCP connection less Tx pathSamuel Ortiz1-0/+19
2012-10-26NFC: UI frame sending routine implementationSamuel Ortiz2-0/+48
2012-10-26NFC: Forward LLCP datagrams to userspaceSamuel Ortiz1-1/+18
2012-10-26NFC: Handle LLCP UI framesSamuel Ortiz2-0/+45
2012-10-26NFC: Keep connection less bound sockets alive when DEP link goes downSamuel Ortiz1-0/+10
2012-10-26NFC: Check for connection less sockets when looking for a service nameSamuel Ortiz1-1/+6
2012-10-26NFC: Reserve LLCP ssap when replying to an SNL frameSamuel Ortiz1-6/+40
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang1-1/+1
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc2-10/+10
2012-10-26NFC: Fix not propagating return code in nfc_hci_clear_all_pipesSzymon Janc1-6/+2
2012-10-26NFC: Small nfc_hci_create_pipe refactoringSzymon Janc1-8/+8
2012-10-26NFC: Remove unneeded LLCP function return callsSzymon Janc1-9/+0
2012-10-26NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc1-6/+4
2012-10-26NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc1-1/+1
2012-10-26NFC: Add NFC_ATTR_RF_MODE when sending device netlink propertiesThierry Escande1-1/+2
2012-10-26NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande1-0/+5
2012-10-26NFC: Initial SNL supportSamuel Ortiz1-0/+65
2012-10-26NFC: Add SNL frame building routineSamuel Ortiz2-0/+47
2012-10-26NFC: Use llcp_allocate_pdu to build the DISC framesSamuel Ortiz1-9/+1
2012-10-26NFC: Avoid falling back to SYMM when sk is NULLSamuel Ortiz1-3/+4
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade1-0/+3
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang1-4/+15
2012-10-26NFC: Implement HCI DEP link up and downArron Wang1-0/+24
2012-10-26NFC: Handle pn544 continue activationArron Wang1-1/+3
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang1-3/+9
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds5-18/+18
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville18-579/+1157
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc1-5/+5
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc1-7/+39
2012-09-27NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville1-0/+8
2012-09-27NFC: LLCP raw socket supportThierry Escande4-4/+137
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc1-2/+2
2012-09-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz1-5/+5
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz1-7/+31
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz1-1/+2
2012-09-25NFC: Add HCI module descriptionEric Lapuyade1-0/+1
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade2-2/+2
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz3-17/+1
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade4-1009/+123
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade4-2/+851
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade4-2/+105