summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-02-17net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev1-4/+5
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen6-20/+66
2016-02-17net/mlx4_core: Do not BUG_ON during reset when PCI is offlineDaniel Jurgens1-2/+9
2016-02-17net/mlx4_core: Fix potential corruption in counters databaseEran Ben Elisha1-4/+6
2016-02-17net/mlx4_en: Choose time-stamping shift value according to HW frequencyEugenia Emantayev1-6/+19
2016-02-17net/mlx4_en: Count HW buffer overrun only onceAmir Vadai1-2/+2
2016-02-17pcnet_cs: add new idKen Kawasaki1-0/+1
2016-02-16bnxt_en: Reduce default ring sizes.Michael Chan1-2/+2
2016-02-16bnxt_en: Fix implementation of tx push operation.Michael Chan2-19/+34
2016-02-16bnxt_en: Remove 20G support and advertise only 40GbaseCR4.Michael Chan1-16/+5
2016-02-16bnxt_en: Cleanup and Fix flow control setup logicMichael Chan2-26/+9
2016-02-16bnxt_en: Fix ethtool autoneg logic.Michael Chan1-4/+6
2016-02-16cxgb4: Add pci device id for chelsio t540 lom adapterHariprasad Shenai1-0/+1
2016-02-16net: arc_emac: fix sk_buff leakAlexander Kochetkov1-0/+62
2016-02-16net: arc_emac: reset txbd_curr and txbd_dirty pointers to zeroAlexander Kochetkov1-0/+3
2016-02-16net: arc_emac: fix koops caused by sk_buff freeAlexander Kochetkov1-2/+7
2016-02-16net/mlx5e: Use static constant netdevice ndosSaeed Mahameed1-13/+28
2016-02-16net/mlx5e: Remove select queue ndo initializationSaeed Mahameed1-3/+0
2016-02-16net: am79c961a: avoid %? in inline assemblyArnd Bergmann1-32/+32
2016-02-16net: smc91x: propagate irq return codeRobert Jarzmik1-2/+2
2016-02-16ravb: skip gPTP start/stop on R-Car gen3Sergei Shtylyov1-4/+8
2016-02-16ravb: kill duplicate setting of CCC.CSELSergei Shtylyov1-4/+0
2016-02-13net: cavium: liquidio: fix check for in progress flagColin Ian King1-1/+1
2016-02-13net: mvneta: Fix race condition during stoppingGregory CLEMENT1-8/+28
2016-02-13net: mvneta: The mvneta_percpu_elect function should be atomicGregory CLEMENT1-0/+16
2016-02-13net: mvneta: Modify the queue related fields from each cpuGregory CLEMENT1-54/+46
2016-02-13net: mvneta: Remove unused codeGregory CLEMENT1-8/+0
2016-02-13net: mvneta: Use on_each_cpu when possibleGregory CLEMENT1-11/+6
2016-02-13net: mvneta: Fix the CPU choice in mvneta_percpu_electGregory CLEMENT1-4/+9
2016-02-13net: mvneta: Fix for_each_present_cpu usageGregory CLEMENT1-5/+3
2016-02-13r8169:fix system hange problem.Chun-Hao Lin1-7/+7
2016-02-13net: mvpp2: Return correct error codesAmitoj Kaur Chawla1-2/+2
2016-02-13net: cavium: liquidio: Return correct error codeAmitoj Kaur Chawla2-2/+2
2016-02-09enic: increment devcmd2 result ring in case of timeoutSandeep Pillai2-8/+13
2016-02-09tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam1-6/+19
2016-02-06dwc_eth_qos: Reset hardware before PHY startRabin Vincent1-1/+1
2016-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds36-266/+555
2016-01-30net: tg3: avoid uninitialized variable warningArnd Bergmann1-1/+1
2016-01-30net: nb8800: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-01-30net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2016-01-30net: bgmac: clarify CONFIG_BCMA dependencyArnd Bergmann1-1/+4
2016-01-30net: hp100: remove unnecessary #ifdefsArnd Bergmann1-18/+0
2016-01-30net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann1-6/+6
2016-01-30net: moxart: use correct accessors for DMA memoryArnd Bergmann2-18/+32
2016-01-30bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.Michael Chan1-2/+3
2016-01-30bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.Michael Chan1-2/+0
2016-01-30bnxt_en: Ring free response from close path should use completion ringPrashant Sreedharan1-1/+1
2016-01-29net: cavium: liquidio: use helpers ns_to_timespec64()Kefeng Wang1-3/+1
2016-01-29switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel3-6/+5
2016-01-29net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan1-2/+2