summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-1/+3
|\
| * nohz: Prevent tilegx network driver interruptsChris Metcalf2015-07-291-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-286-10/+51
|\ \
| * | sfc: only use vadaptor stats if firmware is capableBert Kenward2015-08-271-1/+26
| * | drivers: net: xgene: fix: Oops in linkwatch_fire_eventIyappan Subramanian2015-08-262-2/+6
| * | net: fec: use reinit_completion() in mdio accessor functionsRussell King2015-08-261-2/+2
| * | net: compile renesas directory if NET_VENDOR_RENESAS is configuredKazuya Mizuguchi2015-08-261-1/+1
| * | net: bcmgenet: fix uncleaned dma flagsJaedon Shin2015-08-241-0/+16
| * | net: bcmgenet: Avoid sleeping in bcmgenet_timeoutFlorian Fainelli2015-08-241-4/+0Star
* | | mm: make page pfmemalloc check more robustMichal Hocko2015-08-214-4/+4
|/ /
* | be2net: avoid vxlan offloading on multichannel configsIvan Vecera2015-08-171-2/+2
* | net: ethernet: micrel: fix an error codeDan Carpenter2015-08-171-3/+2Star
* | gianfar: Restore link state settings after MAC resetClaudiu Manoil2015-08-141-0/+5
* | gianfar: remove faulty filer optimizerJakub Kicinski2015-08-121-337/+0Star
* | gianfar: correct list membership accountingJakub Kicinski2015-08-121-1/+2
* | gianfar: correct filer table writingJakub Kicinski2015-08-121-3/+2Star
* | net: fs_enet: mask interrupts for TX partial frames.LEROY Christophe2015-08-111-1/+1
* | net: fs_enet: explicitly remove I flag on TX partial framesLEROY Christophe2015-08-111-1/+2
* | bnx2x: Free NVRAM lock at end of each pageYuval Mintz2015-08-101-0/+16
* | bnx2x: Prevent null pointer dereference on SKB releaseYuval Mintz2015-08-101-1/+1
* | cxgb4: missing curly braces in t4_setup_debugfs()Dan Carpenter2015-08-101-1/+2
* | bna: fix interrupts storm caused by erroneous packetsIvan Vecera2015-08-101-1/+1
* | net: mvpp2: replace TX coalescing interrupts with hrtimerMarcin Wojtas2015-08-101-47/+130
* | net: mvpp2: enable proper per-CPU TX buffers unmappingMarcin Wojtas2015-08-101-15/+37
* | net: mvpp2: remove excessive spinlocks from driver initializationMarcin Wojtas2015-08-101-15/+0Star
* | net/mlx5_core: Set log_uar_page_sz for non 4K page size architectureCarol L Soto2015-08-081-0/+2
* | be2net: protect eqo->affinity_mask from getting freed twiceKalesh AP2015-08-071-8/+10
* | be2net: post buffers before destroying RXQs in LancerKalesh AP2015-08-071-12/+30
* | be2net: enable IFACE filters only after creating RXQsKalesh AP2015-08-072-47/+85
* | stmmac: dwmac-ipq806x: fix static checker warningMathieu Olivari2015-08-071-2/+2
* | net: netcp: fix unused interface rx buffer size configurationWingMan Kwok2015-08-072-23/+13Star
* | net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=yIan Campbell2015-08-071-3/+0Star
* | r8169: enforce RX_MULTI_EN on rtl8168ep/8111ep chipsIvan Vecera2015-08-071-1/+3
* | net: fec: fix initial runtime PM refcountLucas Stach2015-08-071-0/+1
* | 3c59x: Fix resource leaks in vortex_openJia-Ju Bai2015-08-041-9/+8Star
* | rocker: free netdevice during netdevice removalIdo Schimmel2015-08-031-0/+1
* | stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood2015-08-011-0/+4
* | gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-08-013-13/+3Star
* | gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-08-011-68/+30Star
* | gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-08-011-0/+2
* | qlcnic: Fix corruption while copyingShahed Shaikh2015-07-301-1/+1
* | net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-301-1/+4
* | net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-301-0/+6
* | net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-301-4/+5
* | net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-302-0/+10
* | net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham2015-07-303-15/+31
* | net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham2015-07-301-2/+4
* | net: thunderx: Fix TSO packet statisticSunil Goutham2015-07-301-0/+1
* | net: thunderx: Fix memory leak when changing queue countSunil Goutham2015-07-301-9/+14
* | net: thunderx: Fix RQ_DROP miscalculationSunil Goutham2015-07-301-3/+11