summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-03Merge tag 'pci-v4.5-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+16
2016-03-03Merge tag 'usb-serial-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman6-1025/+11
2016-03-03fsl/fman: Initialize fman->dev earlierIgal Liberman1-2/+2
2016-03-03stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez2-11/+9
2016-03-03Merge tag 'gpio-v4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-0/+42
2016-03-03Merge tag 'iommu-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-16/+60
2016-03-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-5/+12
2016-03-03Merge tag 'vfio-v4.5-rc7' of git://github.com/awilliam/linux-vfioLinus Torvalds3-8/+16
2016-03-03Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2016-03-03IB/core: Use GRH when the path hop-limit > 0Or Gerlitz1-1/+1
2016-03-03dmaengine: pxa_dma: fix cyclic transfersRobert Jarzmik1-1/+7
2016-03-03IB/{core, mlx5}: Fix input len in vendor part of create_qp/srqMajd Dibbiny2-11/+9
2016-03-03IB/mlx5: Avoid using user-index for SRQsMajd Dibbiny1-11/+19
2016-03-03Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie10-17/+34
2016-03-02ethernet/atl1c: remove left over dead codeEric Engestrom1-4/+0
2016-03-02dwc_eth_qos: do phy_start before resetting hardwareLars Persson1-3/+20
2016-03-02dwc_eth_qos: use DWCEQOS_MSG_DEFAULTRabin Vincent1-1/+1
2016-03-02dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent()Rabin Vincent1-2/+2
2016-03-02dwc_eth_qos: release descriptors outside netif_tx_lockLars Persson1-4/+6
2016-03-02dwc_eth_qos: fix race condition in dwceqos_start_xmitRabin Vincent1-4/+2
2016-03-02cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrsHariprasad Shenai1-46/+0
2016-03-02cxgb4vf: Remove redundant adapter ready check during probeHariprasad Shenai1-10/+0
2016-03-02cxgb4vf: Make sge init code more readableHariprasad Shenai3-37/+59
2016-03-02cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai3-2/+24
2016-03-02cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2-2/+2
2016-03-02net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein1-1/+1
2016-03-02net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua1-3/+11
2016-03-02net/mlx4_core: Fix lockdep warning in handling of mac/vlan tablesJack Morgenstein1-10/+10
2016-03-02net/mlx5e: Provide correct packet/bytes statisticsGal Pressman1-17/+8
2016-03-02net/mlx5e: Add rx/tx bytes software countersGal Pressman3-5/+13
2016-03-02net/mlx5e: Correctly handle RSS indirection table when changing number of cha...Tariq Toukan3-4/+15
2016-03-02net/mlx5e: Fix ethtool RX hash func configuration changeTariq Toukan3-21/+43
2016-03-02net/mlx5e: Fix soft lockup when HW Timestamping is enabledEran Ben Elisha1-10/+15
2016-03-02net/mlx5e: Fix LRO modifyTariq Toukan1-4/+11
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan4-22/+1
2016-03-02stmmac: update version to Oct_2015Giuseppe Cavallaro1-1/+1
2016-03-02stmmac: tune rx copy via threshold.Giuseppe Cavallaro2-2/+25
2016-03-02stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro3-15/+86
2016-03-02stmmac: fix phy init when attached to a phyFabrice Gasnier1-2/+3
2016-03-02stmmac: do not poll phy handler when attach a switchGiuseppe Cavallaro1-0/+5
2016-03-02stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro6-78/+95
2016-03-02stmmac: set dirty index out of the loopGiuseppe Cavallaro1-4/+1
2016-03-02stmmac: optimize tx clean functionFabrice Gasnier4-18/+42
2016-03-02stmmac: optimize tx desc managementGiuseppe Cavallaro6-36/+42
2016-03-02stmmac: merge get_rx_owner into rx_status routine.Fabrice Gasnier4-21/+16
2016-03-02stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro4-2/+14
2016-03-02stmmac: add last_segment field to dma dataGiuseppe Cavallaro3-2/+7
2016-03-02stmmac: add length field to dma dataGiuseppe Cavallaro4-4/+16
2016-03-02stmmac: review RX/TX ring managementGiuseppe Cavallaro5-117/+111
2016-03-02stmmac: change descriptor layoutGiuseppe Cavallaro4-363/+355