aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville17-16/+2654
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet2-3/+3
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz1-1/+1
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz1-0/+10
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz1-2/+2
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz1-1/+1
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2-2/+2
2012-04-12NFC: Dump LLCP framesSamuel Ortiz1-0/+7
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade1-1/+71
2012-04-12NFC: Changed target activated state logicEric Lapuyade1-3/+21
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade2-3/+3
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz4-6/+18
2012-04-12NFC: SHDLC implementationEric Lapuyade3-0/+954
2012-04-12NFC: HCI supportEric Lapuyade8-0/+1496
2012-04-12NFC: Export target lost functionEric Lapuyade1-0/+39
2012-04-12NFC: Add a target lost netlink eventSamuel Ortiz2-0/+31
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-04-01nfc: Stop using NLA_PUT*().David S. Miller1-29/+41
2012-03-06NFC: NCI code identation fixesSamuel Ortiz4-122/+111
2012-03-06NFC: Core code identation fixesSamuel Ortiz5-62/+54
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz4-93/+100
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz2-12/+26
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz4-23/+17
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz1-0/+2
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz1-13/+3
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz1-14/+43
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz2-3/+49
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz3-3/+33
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz1-1/+1
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz1-0/+13
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz1-10/+10
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz3-1/+62
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz1-5/+11
2012-03-06NFC: Factorize the I frame queueing routineSamuel Ortiz2-17/+29
2012-03-06NFC: Add device powered netlink attributeSamuel Ortiz1-0/+3
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter1-1/+1
2012-01-24NFC: Add NCI multiple targets supportIlan Elias3-94/+337
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias2-17/+0
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias3-12/+12
2012-01-24NFC: Add NCI data exchange timerIlan Elias2-0/+28
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias2-13/+104
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias2-1/+6
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias2-0/+9
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias1-0/+18
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias4-31/+30
2011-12-19NFC: use kfree_skb() for sk_buffsDan Carpenter1-1/+1
2011-12-19NFC: double unlock in nfc_llcp_recv_connect()Dan Carpenter1-3/+1
2011-12-19NFC: Fix LLCP related build failureSamuel Ortiz1-2/+2
2011-12-14NFC: Initial LLCP supportSamuel Ortiz9-2/+2321