summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-08-29mlxsw: spectrum_ptp: Add counters for GC eventsPetr Machata4-1/+132
2019-08-29mlxsw: Bump firmware version to 13.2000.1886Ido Schimmel1-1/+1
2019-08-29mlxsw: spectrum: Prevent auto negotiation on number of lanesShalom Toledo2-20/+77
2019-08-29mlxsw: Remove 56G speed supportAmit Cohen3-31/+0
2019-08-29net: phy: force phy suspend when calling phy_stopJian Shen1-1/+1
2019-08-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-387/+688
2019-08-29phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-29phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-29phy: mdio-moxart: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-29phy: mdio-hisi-femac: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-29phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-29wimax/i2400m: remove redundant assignment to variable resultColin Ian King1-1/+0
2019-08-28net/mlx5e: Support TSO and TX checksum offloads for IP-in-IPMarina Varshaver1-0/+11
2019-08-28net/mlx5e: Improve stateless offload capability checkMarina Varshaver3-4/+7
2019-08-28net/mlx5e: Support RSS for IP-in-IP and IPv6 tunneled packetsAya Levin2-1/+49
2019-08-28net/mlx5e: Change function's position to a more fitting fileAya Levin3-6/+8
2019-08-28net/mlx5e: Add device out of buffer counterMoshe Shemesh1-13/+25
2019-08-28net/mlx5e: Support LAG TX port affinity distributionMaxim Mikityanskiy4-22/+53
2019-08-28net/mlx5e: Expose new function for TIS destroy loopTariq Toukan3-10/+13
2019-08-28net/mlx5e: ethtool, Fix a typo in WOL function namesErez Alfasi1-4/+4
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed11-58/+116
2019-08-28net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik1-0/+6
2019-08-28net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng2-0/+24
2019-08-28net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+15
2019-08-28net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+29
2019-08-28net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+107
2019-08-28net: dsa: mv88e6xxx: fully support SERDES on Topaz familyMarek Behún4-6/+79
2019-08-28net: dsa: mv88e6xxx: rename port cmode macroMarek Behún3-28/+28
2019-08-28net: dsa: mv88e6xxx: simplify SERDES code for Topaz and PeridotMarek Behún4-92/+42
2019-08-28net: dsa: mv88e6xxx: create serdes_get_lane chip operationMarek Behún5-96/+146
2019-08-28net: dsa: mv88e6xxx: update code operating on hidden registersMarek Behún4-64/+87
2019-08-28net: dsa: mv88e6xxx: support 2500base-x in SGMII IRQ handlerMarek Behún1-2/+21
2019-08-28net: mediatek: remove set but not used variable 'status'Mao Wenan1-2/+0
2019-08-28net: dsa: sja1105: Clear VLAN filtering offload netdev featureVladimir Oltean1-0/+16
2019-08-28net: ethernet: mediatek: Re-add support SGMIIRené van Dorst4-115/+213
2019-08-28net: ethernet: mediatek: Add basic PHYLINK supportRené van Dorst3-192/+265
2019-08-28net/mlx5: fix a -Wstringop-truncation warningQian Cai1-1/+1
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller19-60/+152
2019-08-27ice: fix adminq calls during removeHenry Tieman1-1/+1
2019-08-27ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan1-11/+21
2019-08-27ice: Fix VF configuration issues due to resetAkeem G Abodunrin1-2/+9
2019-08-27ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan3-23/+74
2019-08-27ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt5-75/+207
2019-08-27ice: add support for enabling/disabling single queuesMaciej Fijalkowski2-146/+214
2019-08-27ice: fix potential infinite loopColin Ian King1-1/+1
2019-08-27ice: fix ice_is_tc_enaJacob Keller1-2/+2
2019-08-27ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski1-7/+24
2019-08-27ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin2-3/+5
2019-08-27ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak1-9/+12
2019-08-27ice: shorten local and add debug printsJesse Brandeburg1-19/+44