summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 3c59x: Fix resource leaks in vortex_openJia-Ju Bai2015-08-031-9/+8
* rocker: free netdevice during netdevice removalIdo Schimmel2015-08-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-3127-292/+562
|\
| * stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood2015-07-311-0/+4
| * gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-07-313-13/+3
| * gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-07-311-68/+30
| * gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-07-311-0/+2
| * r8152: reset device when tx timeouthayeswang2015-07-301-4/+3
| * r8152: add pre_reset and post_resethayeswang2015-07-301-0/+54
| * qlcnic: Fix corruption while copyingShahed Shaikh2015-07-291-1/+1
| * net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-291-1/+4
| * net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-291-0/+6
| * net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-291-4/+5
| * net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-292-0/+10
| * net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham2015-07-293-15/+31
| * net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham2015-07-291-2/+4
| * net: thunderx: Fix TSO packet statisticSunil Goutham2015-07-291-0/+1
| * net: thunderx: Fix memory leak when changing queue countSunil Goutham2015-07-291-9/+14
| * net: thunderx: Fix RQ_DROP miscalculationSunil Goutham2015-07-291-3/+11
| * net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2015-07-292-3/+6
| * net: thunderx: Fix data integrity issues with LDWBSunil Goutham2015-07-291-1/+1
| * net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-292-28/+17
| * net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan2015-07-291-3/+2
| * net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-291-2/+11
| * macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera2015-07-271-0/+7
| * macb: Fix build with macro'ized readl/writel.David S. Miller2015-07-272-15/+15
| * net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
| * net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok2015-07-273-2/+47
| * net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko2015-07-271-8/+2
| * net/macb: suppress compiler warningsAndy Shevchenko2015-07-272-6/+5
| * net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko2015-07-271-2/+2
| * net/macb: check if macb_config presentAndy Shevchenko2015-07-271-2/+1
| * net/macb: improve big endian CPU supportAndy Shevchenko2015-07-272-44/+87
| * r8152: don't enable napi before rx readyhayeswang2015-07-271-2/+4
| * r8152: fix wakeup settingshayeswang2015-07-271-6/+22
| * r8152: fix the issue about U1/U2hayeswang2015-07-271-40/+54
| * net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-263-3/+13
| * net: fec: use managed DMA API functions to allocate BD ringLucas Stach2015-07-261-2/+2
| * niu: don't count tx error twice in case of headroom realloc failsJiri Pirko2015-07-261-3/+1
| * net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-261-1/+0
| * net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-261-2/+15
| * net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-261-2/+2
| * net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz2015-07-261-0/+5
* | Merge tag 'iommu-fixes-v4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-313-81/+51
|\ \
| * | iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel2015-07-311-1/+6
| * | iommu/amd: Set global dma_ops if swiotlb is disabledJoerg Roedel2015-07-301-0/+9
| * | iommu/amd: Use swiotlb in passthrough modeJoerg Roedel2015-07-301-5/+3
| * | iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domainsJoerg Roedel2015-07-301-7/+9
| * | iommu/amd: Use iommu core for passthrough modeJoerg Roedel2015-07-302-65/+3
| * | iommu/amd: Use iommu_attach_group()Joerg Roedel2015-07-301-3/+21