summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-24RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier3-13/+17
2016-08-24i40iw: Avoid writing to freed memoryMustafa Ismail1-2/+1
2016-08-24i40iw: Fix double free of allocated_bufferMustafa Ismail1-1/+0
2016-08-24IB/mlx5: Remove superfluous include of io-mapping.hChris Wilson1-1/+0
2016-08-24i40iw: Do not set self-referencing pointer to NULL after kfreeMustafa Ismail1-1/+4
2016-08-24i40iw: Add missing NULL check for MPA private dataShiraz Saleem1-2/+2
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König2-0/+10
2016-08-24nvme: Fix nvme_get/set_features() with a NULL result pointerAndy Lutomirski1-2/+2
2016-08-24drm/tegra: dsi: Enhance runtime power managementThierry Reding2-39/+67
2016-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2016-08-24clocksource/drivers/pxa: Fix include files for compilationBaoyou Xie1-0/+2
2016-08-23tun: fix transmit timestamp supportSoheil Hassas Yeganeh1-5/+1
2016-08-23net: ena: change the return type of ena_set_push_mode() to be void.Rami Rosen1-9/+3
2016-08-23net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun1-12/+4
2016-08-23cxgb4: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-08-23net: phy: xgmiitorgmii: Fix non static symbol warningWei Yongjun1-1/+1
2016-08-23qede: Add support for Tx/Rx-only queues.Sudarsana Reddy Kalluru3-157/+297
2016-08-23dwc_eth_qos: fix interrupt enable raceRabin Vincent1-7/+10
2016-08-23net: lpc_eth: Check clk_prepare_enable() errorFabio Estevam1-11/+9
2016-08-23cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2-31/+67
2016-08-23xen-netback: using kfree_rcu() to simplify the codeWei Yongjun1-11/+2
2016-08-23net: mv88e6xxx: Fix ingress rate removal for mv6131 chipsJamie Lentin1-2/+6
2016-08-23phy: micrel: Reenable interrupts during resume for ksz9031Xander Huff1-1/+1
2016-08-23liquidio: declare liquidio_set_rxcsum_command staticNicholas Mc Guire1-2/+2
2016-08-23gianfar: fix size of scatter-gathered framesZefir Kurtisi1-6/+14
2016-08-23gianfar: prevent fragmentation in DSA environmentsZefir Kurtisi1-1/+2
2016-08-23hv_netvsc: add ethtool statistics for tx packet issuesStephen Hemminger2-16/+79
2016-08-23hv_netvsc: report vmbus name in ethtoolStephen Hemminger1-0/+4
2016-08-23hv_netvsc: make variable localStephen Hemminger1-3/+3
2016-08-23hv_netvsc: make netvsc_destroy_buf voidStephen Hemminger1-8/+6
2016-08-23hv_netvsc: refactor completion functionStephen Hemminger1-47/+56
2016-08-23hv_netvsc: rearrange start_xmitStephen Hemminger1-55/+51
2016-08-23hv_netvsc: init completion during allocStephen Hemminger1-3/+1
2016-08-23hv_netvsc: make device_remove voidStephen Hemminger2-3/+2
2016-08-23hv_netvsc: use ARRAY_SIZE() for NDIS versionsStephen Hemminger1-3/+4
2016-08-23hv_netvsc: make inline functions staticStephen Hemminger1-1/+84
2016-08-23hv_netvsc: style cleanupsStephen Hemminger3-30/+3
2016-08-23hv_netvsc: use kcallocStephen Hemminger1-2/+2
2016-08-23hv_netvsc: make RSS hash key staticStephen Hemminger2-3/+2
2016-08-23hv_netvsc: fix rtnl locking in callbackStephen Hemminger1-4/+1
2016-08-23Merge tag 'shared-for-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller34-1682/+1249
2016-08-23iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri2-5/+10
2016-08-23i40iw: Add missing check for interface already openMustafa Ismail1-0/+4
2016-08-23i40iw: Protect req_resource_num updateMustafa Ismail1-1/+1
2016-08-23i40iw: Change mem_resources pointer to a u8Shiraz Saleem1-1/+1
2016-08-23IB/qib: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-21/+5
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington1-3/+3
2016-08-23net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk1-0/+180
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk4-19/+18
2016-08-23net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk3-105/+210