summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli2017-08-091-0/+4
* net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti2017-08-081-11/+18
* qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet2017-08-071-1/+1
* xgene: Always get clk source, but ignore if it's missing for SGMII portsThomas Bogendoerfer2017-08-041-3/+3
* mlxsw: spectrum_switchdev: Release multicast groups during finiIdo Schimmel2017-08-041-1/+12
* mlxsw: spectrum_switchdev: Don't warn about valid situationsIdo Schimmel2017-08-041-12/+12
* ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon2017-08-021-1/+14
* net/mlx4_core: Fixes missing capability bit in flags2 capability dumpJack Morgenstein2017-08-021-0/+1
* net/mlx4_core: Fix namespace misalignment in QinQ VST support commitJack Morgenstein2017-08-021-1/+1
* net/mlx4_core: Fix sl_to_vl_change bit offset in flags2 dumpJack Morgenstein2017-08-021-1/+1
* net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy2017-08-024-7/+15
* nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+2
* ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli2017-08-011-0/+4
* i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli2017-08-011-0/+2
* b44: Initialize 64-bit stats seqcountFlorian Fainelli2017-08-011-0/+1
* net: ethernet: ti: cpts: fix fifo read in cpts_find_tsGrygorii Strashko2017-08-011-1/+1
* net: ethernet: ti: cpts: fix tx timestamping timeoutGrygorii Strashko2017-08-012-2/+83
* net: ethernet: ti: cpts: convert to use ptp auxiliary workerGrygorii Strashko2017-08-012-15/+13
* Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli2017-07-313-5/+6
* mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov2017-07-311-1/+1
* sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland2017-07-311-3/+3
* net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King2017-07-291-1/+1
* net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2017-07-292-5/+24
* net/mlx5: Fix mlx5_add_flow_rules call with correct num of destsPaul Blakey2017-07-271-1/+1
* net/mlx5e: Schedule overflow check work to mlx5e workqueueEugenia Emantayev2017-07-271-6/+5
* net/mlx5e: Fix wrong delay calculation for overflow check schedulingEugenia Emantayev2017-07-271-1/+2
* net/mlx5e: Add missing support for PTP_CLK_REQ_PPS requestEugenia Emantayev2017-07-273-1/+21
* net/mlx5e: Change 1PPS out schemeEugenia Emantayev2017-07-272-38/+87
* net/mlx5e: Fix broken disable 1PPS flowEugenia Emantayev2017-07-271-29/+46
* net/mlx5e: Add field select to MTPPS registerEugenia Emantayev2017-07-273-7/+29
* net/mlx5e: Fix outer_header_zero() check sizeIlan Tayari2017-07-271-1/+1
* net/mlx5e: IPoIB, Modify add/remove underlay QPN flowsAlex Vesker2017-07-271-5/+11
* net/mlx5: Fix command bad flow on command entry allocation failureMoshe Shemesh2017-07-271-2/+17
* net/mlx5: Fix command completion after timeout access invalid structureMoshe Shemesh2017-07-271-2/+4
* net/mlx5: Consider tx_enabled in all modes on remapAviv Heller2017-07-271-15/+10
* net/mlx5: Clean SRIOV eswitch resources upon VF creation failureEran Ben Elisha2017-07-272-1/+7
* net: ethernet: nb8800: Handle all 4 RGMII modes identicallyMarc Gonzalez2017-07-251-5/+4
* ftgmac100: return error in ftgmac100_alloc_rx_bufJoel Stanley2017-07-251-2/+2
* ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt2017-07-241-0/+1
* ftgmac100: Increase reset timeoutBenjamin Herrenschmidt2017-07-241-1/+1
* net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer2017-07-244-2/+10
* mlxsw: spectrum_router: Don't offload routes next in listIdo Schimmel2017-07-241-0/+7
* net: ethernet: mediatek: Explicitly include linux/interrupt.hMark Brown2017-07-241-0/+1
* net: ethernet: mediatek: avoid potential invalid memory accessSean Wang2017-07-241-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2021-250/+340
|\
| * net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy2017-07-201-24/+25
| * net: tehuti: don't process data if it has not been copied from userspaceColin Ian King2017-07-191-0/+2
| * NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev2017-07-191-1/+8
| * net: bcmgenet: Free skb after last Tx fragDoug Berger2017-07-152-60/+84
| * net: bcmgenet: Fix unmapping of fragments in bcmgenet_xmit()Doug Berger2017-07-151-106/+85