Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / nfc /
2012-04-11 Samuel OrtizNFC: Fix the LLCP Tx fragmentation loop
2012-03-06 Samuel OrtizNFC: NCI code identation fixes
2012-03-06 Samuel OrtizNFC: Core code identation fixes
2012-03-06 Samuel OrtizNFC: LLCP code identation fixes
2012-03-06 Samuel OrtizNFC: Fix LLCP sockets releasing path
2012-03-06 Samuel OrtizNFC: Remove the rf mode parameter from the DEP link...
2012-03-06 Samuel OrtizNFC: SN is not an invalid GT value
2012-03-06 Samuel OrtizNFC: Unlink LLCP child sockets from llcp_sock_release
2012-03-06 Samuel OrtizNFC: Fragment LLCP I frames
2012-03-06 Samuel OrtizNFC: Set MIU and RW values from CONNECT and CC LLCP...
2012-03-06 Samuel OrtizNFC: Send LLCP RR frames to acknowledge received I...
2012-03-06 Samuel OrtizNFC: Set the right LLCP N(R) value for I frames
2012-03-06 Samuel OrtizNFC: Clear LLCP SDPs whan MAC goes down
2012-03-06 Samuel OrtizNFC: Fix bitops usage in LLCP
2012-03-06 Samuel OrtizNFC: LLCP socket sendmsg implemetation
2012-03-06 Samuel OrtizNFC: Handle Receiver Not Ready LLCP frame
2012-03-06 Samuel OrtizNFC: Factorize the I frame queueing routine
2012-03-06 Samuel OrtizNFC: Add device powered netlink attribute
2012-01-27 Dan Carpenternfc: NULL vs zero in nci_activate_target()
2012-01-24 Ilan EliasNFC: Add NCI multiple targets support
2012-01-24 Ilan EliasNFC: NFC core layer should not set the target_idx
2012-01-24 Ilan EliasNFC: Clearly separate NCI states from flags
2012-01-24 Ilan EliasNFC: Add NCI data exchange timer
2012-01-24 Ilan EliasNFC: Export new attributes sensb_res and sensf_res
2012-01-24 Ilan EliasNFC: Complete NCI deactivate in deactivate_ntf
2012-01-04 Ilan EliasNFC: Export a new attribute nfcid1 in target info
2012-01-04 Ilan EliasNFC: Handle error during NCI data exchange
2012-01-04 Ilan EliasNFC: Update names and structs to NCI spec 1.0 d22
2011-12-19 Dan CarpenterNFC: use kfree_skb() for sk_buffs
2011-12-19 Dan CarpenterNFC: double unlock in nfc_llcp_recv_connect()
2011-12-19 Samuel OrtizNFC: Fix LLCP related build failure
2011-12-15 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-14 Samuel OrtizNFC: Initial LLCP support
2011-12-14 Samuel OrtizNFC: Set and get DEP general bytes
2011-12-14 Samuel OrtizNFC: Add a DEP link control netlink command
2011-12-14 Samuel OrtizNFC: Atomic socket allocation
2011-12-14 Samuel OrtizNFC: Do not take the genl mutex from the netlink releas...
2011-12-14 Samuel OrtizNFC: Add tx skb allocation routine
2011-12-14 Samuel OrtizNFC: Add function name to the NFC pr_fmt() routine
2011-12-14 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-12 Dan Carpenternfc: signedness bug in __nci_request()
2011-11-30 Joe Perchesnfc: Remove function tracer like entry messages
2011-11-30 Joe Perchesnfc: Remove unused nfc_printk and nfc_<level> macros
2011-11-30 Joe Perchesnfc: Convert nfc_dbg to pr_debug
2011-11-30 Joe Perchesnfc: Use standard logging styles
2011-11-22 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-17 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-11-11 Ilan EliasNFC: Check if NCI data flow control is used
2011-11-11 Ilan EliasNFC: Removal of unused operations for NCI spec 1.0 d18
2011-11-11 Ilan EliasNFC: Update names and structs to NCI spec 1.0 d18
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-09-27 Dan CarpenterNFC: use after free on error
2011-09-27 Ilan EliasNFC: protect nci_data_exchange transactions
2011-09-27 Ilan EliasNFC: implicitly deactivate in nci_start_poll
2011-09-27 Ilan EliasNFC: improve readability of an 'if' in nci core.c
2011-09-20 Ilan EliasNFC: basic NCI protocol implementation
2011-09-20 Ilan EliasNFC: move nfc.h from include/net to include/net/nfc
2011-09-20 Ilan EliasNFC: Add dev_up and dev_down control operations
2011-08-24 Samuel OrtizNFC: Reserve tx head and tail room
2011-07-05 Lauro Ramos VenancioNFC: add the NFC socket raw protocol
2011-07-05 Aloisio Almeida JrNFC: add NFC socket family
2011-07-05 Lauro Ramos VenancioNFC: add nfc generic netlink interface
2011-07-05 Lauro Ramos VenancioNFC: add nfc subsystem core