summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-29nfc: microread: Remove useless irq fieldChristophe Ricard1-2/+0
2015-12-29nfc: fdp: Move i2c client irq checkingChristophe Ricard1-6/+6
2015-12-29MAINTAINERS: nfc: Add missing platform_data files referencesChristophe Ricard1-0/+5
2015-12-29nfc: st21nfca: Add support for HCI event connectivityChristophe Ricard1-0/+1
2015-12-29nfc: st-nci: Add support for HCI event connectivityChristophe Ricard1-1/+1
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard4-0/+52
2015-12-29NFC: st21nfca: Auto-select core moduleChristophe Ricard1-9/+4
2015-12-29NFC: st-nci: Auto-select core moduleChristophe Ricard1-11/+7
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard1-1/+1
2015-12-29nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disableChristophe Ricard1-1/+0
2015-12-29nfc: st21nfca: Code cleanupChristophe Ricard2-3/+2
2015-12-29nfc: st-nci: Code cleanupChristophe Ricard3-4/+1
2015-12-29nfc: st21nfca: Add support for acpi probing for i2c device.Christophe Ricard1-1/+50
2015-12-29nfc: st-nci: Add support for acpi probing for spi device.Christophe Ricard1-0/+52
2015-12-29nfc: st-nci: Add support for acpi probing for i2c device.Christophe Ricard1-0/+53
2015-12-29nfc: st21nfca: Add macro for gpio nameChristophe Ricard1-2/+5
2015-12-29nfc: st-nci: Add macro for gpio nameChristophe Ricard2-4/+9
2015-12-29nfc: st21nfca: Group device table togetherChristophe Ricard1-7/+6
2015-12-29nfc: st-nci: Group device table togetherChristophe Ricard2-11/+12
2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0
2015-12-29nfc: nxp-nci: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0
2015-12-29nfc: st21nfca: Remove unneeded CONFIG_OF switchesChristophe Ricard1-9/+0
2015-12-29nfc: st-nci: Remove unneeded CONFIG_OF switchesChristophe Ricard2-18/+0
2015-12-29nfc: st-nci: Remove useless #include "ndlc.h"Christophe Ricard1-1/+0
2015-12-29NFC: trf7970a: use to_spi_deviceGeliang Tang1-4/+4
2015-12-29NFC: st95hf: Fix build errorShikha Singh1-4/+4
2015-12-29DT: bindings: net: nfc: Add ST95HF binding docShikha Singh1-0/+50
2015-12-29NFC: Add STMicroelectronics ST95HF driverShikha Singh7-0/+1522
2015-12-29NFC: digital: Add Type4A tags supportShikha Singh1-1/+2
2015-12-21NFC: add rx delay sysfs parameter for nfcsim workqueueSaurabh Sengar1-3/+7
2015-12-20nfc: s3fwrn5: constify s3fwrn5_phy_ops structuresJulia Lawall3-4/+4
2015-11-18nxp-nci: i2c: Do not check specifically for -EREMOTEIO errorFabio Estevam1-1/+1
2015-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds84-3650/+1036
2015-11-17MAINTAINERS: Update Mellanox's Eth NIC driver entriesOr Gerlitz1-1/+9
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser1-2/+2
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn1-0/+3
2015-11-17phy: marvell: Add support for 88E1540 PHYAndrew Lunn2-0/+17
2015-11-17arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCSYang Shi1-5/+39
2015-11-17macvlan: fix leak in macvlan_handle_frameSabrina Dubroca1-0/+2
2015-11-17ipvlan: fix use after free of skbSabrina Dubroca1-1/+1
2015-11-17ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca1-5/+7
2015-11-17Merge branch 'vlan-reorder'David S. Miller3-2/+10
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2-1/+8
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-17via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs1-21/+3