summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada2-3/+3
2015-08-07treewide: Fix typo compatability -> compatibilityLaurent Pinchart1-1/+1
2015-08-07virtio-net: drop NETIF_F_FRAGLISTJason Wang1-2/+2
2015-08-07stmmac: dwmac-ipq806x: fix static checker warningMathieu Olivari1-2/+2
2015-08-07net: netcp: fix unused interface rx buffer size configurationWingMan Kwok2-23/+13
2015-08-07net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=yIan Campbell1-3/+0
2015-08-07r8169: enforce RX_MULTI_EN on rtl8168ep/8111ep chipsIvan Vecera1-1/+3
2015-08-06Merge tag 'wireless-drivers-for-davem-2015-08-04' of git://git.kernel.org/pub...David S. Miller8-10/+51
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall2-1/+6
2015-08-06net: fec: fix initial runtime PM refcountLucas Stach1-0/+1
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-3/+1
2015-08-03xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall1-28/+33
2015-08-033c59x: Fix resource leaks in vortex_openJia-Ju Bai1-9/+8
2015-08-03rtlwifi: rtl8723be: Add module parameter for MSI interruptsLarry Finger1-0/+1
2015-08-02rocker: free netdevice during netdevice removalIdo Schimmel1-0/+1
2015-07-31stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood1-0/+4
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil3-13/+3
2015-07-31gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-07-31gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar73-746/+696
2015-07-31rtlwifi: Fix NULL dereference when PCI driver used as an APLuis Felipe Dominguez Vega1-2/+5
2015-07-31b43: fix extpa_gain check for 2GHzHauke Mehrtens1-1/+1
2015-07-31rsi: Fix failure to load firmware after memory leak fix and fix the leakMike Looijmans2-1/+11
2015-07-31Merge tag 'iwlwifi-for-kalle-2015-07-30' of https://git.kernel.org/pub/scm/li...Kalle Valo3-6/+33
2015-07-30r8152: reset device when tx timeouthayeswang1-4/+3
2015-07-30r8152: add pre_reset and post_resethayeswang1-0/+54
2015-07-30iwlwifi: pcie: fix stuck queue detection for sleeping clientsEmmanuel Grumbach1-2/+13
2015-07-29qlcnic: Fix corruption while copyingShahed Shaikh1-1/+1
2015-07-29net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu1-1/+4
2015-07-29net: thunderx: Add PCI driver shutdown routineSunil Goutham1-0/+6
2015-07-29net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham1-4/+5
2015-07-29net: thunderx: Set watchdog timeout valueSunil Goutham2-0/+10
2015-07-29net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham3-15/+31
2015-07-29net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham1-2/+4
2015-07-29net: thunderx: Fix TSO packet statisticSunil Goutham1-0/+1
2015-07-29net: thunderx: Fix memory leak when changing queue countSunil Goutham1-9/+14
2015-07-29net: thunderx: Fix RQ_DROP miscalculationSunil Goutham1-3/+11
2015-07-29net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2-3/+6
2015-07-29net: thunderx: Fix data integrity issues with LDWBSunil Goutham1-1/+1
2015-07-29net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2-28/+17
2015-07-29net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan1-3/+2
2015-07-29net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan1-2/+11
2015-07-29nohz: Prevent tilegx network driver interruptsChris Metcalf1-1/+3
2015-07-28iwlwifi: mvm: Fix regular scan priorityAvraham Stern1-1/+1
2015-07-28iwlwifi: pcie: fix prepare card flowEmmanuel Grumbach1-3/+19
2015-07-27macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera1-0/+7
2015-07-27macb: Fix build with macro'ized readl/writel.David S. Miller2-15/+15
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+76
2015-07-27net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok3-2/+47
2015-07-27net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko1-8/+2