summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: mvneta: Fix race condition during stoppingGregory CLEMENT2016-02-131-8/+28
* net: mvneta: The mvneta_percpu_elect function should be atomicGregory CLEMENT2016-02-131-0/+16
* net: mvneta: Modify the queue related fields from each cpuGregory CLEMENT2016-02-131-54/+46Star
* net: mvneta: Remove unused codeGregory CLEMENT2016-02-131-8/+0Star
* net: mvneta: Use on_each_cpu when possibleGregory CLEMENT2016-02-131-11/+6Star
* net: mvneta: Fix the CPU choice in mvneta_percpu_electGregory CLEMENT2016-02-131-4/+9
* net: mvneta: Fix for_each_present_cpu usageGregory CLEMENT2016-02-131-5/+3Star
* r8169:fix system hange problem.Chun-Hao Lin2016-02-131-7/+7
* net: mvpp2: Return correct error codesAmitoj Kaur Chawla2016-02-131-2/+2
* net: cavium: liquidio: Return correct error codeAmitoj Kaur Chawla2016-02-132-2/+2
* enic: increment devcmd2 result ring in case of timeoutSandeep Pillai2016-02-092-8/+13
* tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam2016-02-091-6/+19
* dwc_eth_qos: Reset hardware before PHY startRabin Vincent2016-02-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-0236-266/+555
|\
| * net: tg3: avoid uninitialized variable warningArnd Bergmann2016-01-301-1/+1
| * net: nb8800: avoid uninitialized variable warningArnd Bergmann2016-01-301-2/+2
| * net: vxge: avoid unused function warningsArnd Bergmann2016-01-301-19/+12Star
| * net: bgmac: clarify CONFIG_BCMA dependencyArnd Bergmann2016-01-301-1/+4
| * net: hp100: remove unnecessary #ifdefsArnd Bergmann2016-01-301-18/+0Star
| * net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann2016-01-301-6/+6
| * net: moxart: use correct accessors for DMA memoryArnd Bergmann2016-01-302-18/+32
| * bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.Michael Chan2016-01-301-2/+3
| * bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.Michael Chan2016-01-301-2/+0Star
| * bnxt_en: Ring free response from close path should use completion ringPrashant Sreedharan2016-01-301-1/+1
| * net: cavium: liquidio: use helpers ns_to_timespec64()Kefeng Wang2016-01-291-3/+1Star
| * switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-01-293-6/+5Star
| * net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan2016-01-291-2/+2
| * net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-291-0/+1
| * mlxsw: reg: Use correct offset in field definitonIdo Schimmel2016-01-291-3/+3
| * mlxsw: spectrum: Compare local ports instead of pointersIdo Schimmel2016-01-291-2/+4
| * mlxsw: spectrum: Dump LAG FDB records only onceIdo Schimmel2016-01-291-2/+10
| * mlxsw: spectrum: Use correct netdev when notifying bridgeIdo Schimmel2016-01-291-2/+4
| * mlxsw: spectrum: Don't report VLAN for 802.1D FDB entriesIdo Schimmel2016-01-291-15/+16
| * mlxsw: spectrum: Notify bridge's FDB only based on learning_syncIdo Schimmel2016-01-291-8/+6Star
| * mlxsw: spectrum: Disable learning according to STP stateIdo Schimmel2016-01-291-1/+1
| * mlxsw: spectrum: Don't forward packets when STP state is DISABLEDIdo Schimmel2016-01-291-1/+1
| * mlxsw: spectrum: Flush FDB when leaving bridgeIdo Schimmel2016-01-291-8/+129
| * mlxsw: reg: Add the Switch Filtering DB Flush registerIdo Schimmel2016-01-291-0/+88
| * mlxsw: spectrum: Handle port leaving LAG while bridgedIdo Schimmel2016-01-293-3/+36
| * net: i40e: shut up uninitialized variable warningsArnd Bergmann2016-01-261-2/+2
| * i40e: fix build warningsEric Dumazet2016-01-261-10/+5Star
| * net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg2016-01-252-7/+4Star
| * net: macb: fix build warningSudip Mukherjee2016-01-251-1/+1
| * net: fec: make driver endian-safeJohannes Berg2016-01-253-72/+101
| * 82xx: FCC: Fixing a bug causing to FCC port lock-up (second try)Martin Roth2016-01-251-1/+1
| * drivers: net: xgene: fix extra IRQ issueIyappan Subramanian2016-01-252-3/+10
| * net: mvneta: get optional bus clkJisheng Zhang2016-01-211-0/+8
| * net: mvneta: Try to get named core clock firstJisheng Zhang2016-01-211-1/+3
| * net: mvneta: sort the headers in alphabetic orderJisheng Zhang2016-01-211-13/+13
| * net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_statsJisheng Zhang2016-01-211-5/+4Star