summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-25can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj3-0/+911
2017-04-25can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel1-29/+159
2017-04-25can: m_can: Configuration for TX and TX event FIFOsMario Huettel1-5/+34
2017-04-25can: m_can: Enable M_CAN version dependent initializationMario Huettel1-71/+269
2017-04-25can: m_can: Updated register defines to newest versionMario Huettel1-65/+125
2017-04-25can: m_can: Removed virtual address from printMario Huettel1-2/+2
2017-04-25can: m_can: Removed initialization of FIFO water marksMario Huettel1-2/+2
2017-04-25can: m_can: Disabled Interrupt Line 1Mario Huettel1-1/+2
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean7-0/+1718
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean2-244/+1
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean1-8/+8
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean2-14/+14
2017-04-24qlcnic: fix unchecked return valuePan Bian1-0/+2
2017-04-24wan: pc300too: abort path on failurePan Bian1-0/+1
2017-04-24nfp: remove the refresh of all ports optimizationJakub Kicinski3-25/+58
2017-04-24nfp: fix free list buffer size reportingJakub Kicinski1-3/+4
2017-04-24nfp: add NSP routine to get static informationDavid Brunecz6-0/+129
2017-04-24nfp: parse metadata prepend before XDP runsJakub Kicinski2-33/+40
2017-04-24nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski1-18/+35
2017-04-24Merge tag 'mlx5-updates-2017-04-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller7-33/+135
2017-04-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-6/+16
2017-04-24net: netcp: fix spelling mistake: "memomry" -> "memory"Colin Ian King1-2/+1
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang1-6/+5
2017-04-24bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configurationDeepak Khungar2-5/+12
2017-04-24bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent.Michael Chan1-1/+2
2017-04-24bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar3-3/+18
2017-04-24bnxt_en: Fix VF attributes reporting.Michael Chan1-3/+5
2017-04-24bnxt_en: Pass DCB RoCE app priority to firmware.Michael Chan2-1/+108
2017-04-24ibmvnic: Free skb's in cases of failure in transmitThomas Falcon1-3/+15
2017-04-24ibmvnic: Validate napi exist before disabling themNathan Fontenot1-2/+4
2017-04-24ibmvnic: Add set_link_state routine for setting adapter link stateNathan Fontenot2-14/+58
2017-04-24ibmvnic: Move initialization of the stats token to ibmvnic_openNathan Fontenot1-6/+4
2017-04-24ibmvnic: Only retrieve error info if presentNathan Fontenot1-20/+51
2017-04-24ibmvnic: Insert header on VLAN tagged received frameMurilo Fossa Vicentini2-1/+22
2017-04-24ibmvnic: Set real number of rx queuesThomas Falcon1-5/+21
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros2-0/+54
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia1-0/+8
2017-04-24VSOCK: Add vsockmon deviceGerard Garcia3-0/+179
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller122-2176/+8765
2017-04-24qed: Add support for static dcbx.sudarsana.kalluru@cavium.com1-5/+19
2017-04-24qed: Support dcbnl IEEE selector field.sudarsana.kalluru@cavium.com2-9/+49
2017-04-24qed: Add additional DCBx debug messages.sudarsana.kalluru@cavium.com1-6/+11
2017-04-24qed: Separate RoCE DCBx support for V2.sudarsana.kalluru@cavium.com1-8/+3
2017-04-24qed: Cleanup DCBx unnecessary parameters.sudarsana.kalluru@cavium.com3-25/+17
2017-04-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller12-134/+499
2017-04-22mlx5: fix warning about missing prototypeStephen Hemminger2-0/+2
2017-04-22mlx5: hide unused functionsStephen Hemminger1-11/+13
2017-04-22net/mlx5: E-Switch, Add control for encapsulationRoi Dayan4-2/+71
2017-04-22net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz1-20/+49
2017-04-22Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READYDean Jenkins1-0/+1