summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-29net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+1
2016-01-29mlxsw: reg: Use correct offset in field definitonIdo Schimmel1-3/+3
2016-01-29mlxsw: spectrum: Compare local ports instead of pointersIdo Schimmel1-2/+4
2016-01-29mlxsw: spectrum: Dump LAG FDB records only onceIdo Schimmel1-2/+10
2016-01-29mlxsw: spectrum: Use correct netdev when notifying bridgeIdo Schimmel1-2/+4
2016-01-29mlxsw: spectrum: Don't report VLAN for 802.1D FDB entriesIdo Schimmel1-15/+16
2016-01-29mlxsw: spectrum: Notify bridge's FDB only based on learning_syncIdo Schimmel1-8/+6
2016-01-29mlxsw: spectrum: Disable learning according to STP stateIdo Schimmel1-1/+1
2016-01-29mlxsw: spectrum: Don't forward packets when STP state is DISABLEDIdo Schimmel1-1/+1
2016-01-29mlxsw: spectrum: Flush FDB when leaving bridgeIdo Schimmel1-8/+129
2016-01-29mlxsw: reg: Add the Switch Filtering DB Flush registerIdo Schimmel1-0/+88
2016-01-29mlxsw: spectrum: Handle port leaving LAG while bridgedIdo Schimmel3-3/+36
2016-01-26net: i40e: shut up uninitialized variable warningsArnd Bergmann1-2/+2
2016-01-26i40e: fix build warningsEric Dumazet1-10/+5
2016-01-25net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg2-7/+4
2016-01-25net: macb: fix build warningSudip Mukherjee1-1/+1
2016-01-25net: fec: make driver endian-safeJohannes Berg3-72/+101
2016-01-2582xx: FCC: Fixing a bug causing to FCC port lock-up (second try)Martin Roth1-1/+1
2016-01-25drivers: net: xgene: fix extra IRQ issueIyappan Subramanian2-3/+10
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds13-170/+452
2016-01-21net: mvneta: get optional bus clkJisheng Zhang1-0/+8
2016-01-21net: mvneta: Try to get named core clock firstJisheng Zhang1-1/+3
2016-01-21net: mvneta: sort the headers in alphabetic orderJisheng Zhang1-13/+13
2016-01-21net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_statsJisheng Zhang1-5/+4
2016-01-21net: hns: enet specifies a reference to dsafyankejian7-28/+28
2016-01-21net: bcmgenet: Properly configure PHY to ignore interruptFlorian Fainelli1-1/+1
2016-01-21{IB, net}/mlx5: Move the modify QP operation table to mlx5_ibmajd@mellanox.com1-46/+2
2016-01-21IB/mlx5: Support setting Ethernet priority for Raw Packet QPsmajd@mellanox.com1-0/+12
2016-01-21IB/mlx5: Add Raw Packet QP query functionalitymajd@mellanox.com1-0/+24
2016-01-21net/mlx5_core: Warn on unsupported events of QP/RQ/SQmajd@mellanox.com1-0/+52
2016-01-21net/mlx5_core: Add RQ and SQ event handlingmajd@mellanox.com2-19/+108