aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-28net: phy: force phy suspend when calling phy_stopJian Shen1-1/+1
2019-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-387/+688
2019-08-28phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-moxart: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-hisi-femac: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28wimax/i2400m: remove redundant assignment to variable resultColin Ian King1-1/+0
2019-08-28ipv6: shrink struct ipv6_mc_socklistEric Dumazet1-1/+1
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/mellanox/linuxSaeed Mahameed16-69/+142
2019-08-28net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik2-1/+9
2019-08-27Merge branch 'stmmac-Add-EHL-and-TGL-PCI-info-and-PCI-ID'David S. Miller3-0/+176
2019-08-27net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng3-0/+25
2019-08-27net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+15
2019-08-27net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+29
2019-08-27net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+107
2019-08-27Merge branch 'net-dsa-mv88e6xxx-Peridot-Topaz-SERDES-changes'David S. Miller8-264/+379
2019-08-27net: dsa: mv88e6xxx: fully support SERDES on Topaz familyMarek Behún4-6/+79
2019-08-27net: dsa: mv88e6xxx: rename port cmode macroMarek Behún3-28/+28
2019-08-27net: dsa: mv88e6xxx: simplify SERDES code for Topaz and PeridotMarek Behún4-92/+42
2019-08-27net: dsa: mv88e6xxx: create serdes_get_lane chip operationMarek Behún5-96/+146
2019-08-27net: dsa: mv88e6xxx: update code operating on hidden registersMarek Behún4-64/+87
2019-08-27net: dsa: mv88e6xxx: support 2500base-x in SGMII IRQ handlerMarek Behún1-2/+21
2019-08-27Merge branch 'sctp-add-SCTP_ECN_SUPPORTED-sockopt'David S. Miller8-5/+102
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long2-0/+74
2019-08-27sctp: allow users to set netns ecn flag with sysctlXin Long1-0/+7
2019-08-27sctp: make ecn flag per netns and endpointXin Long5-5/+21
2019-08-27net: mediatek: remove set but not used variable 'status'Mao Wenan1-2/+0
2019-08-27Merge branch 'Simplify-DSA-handling-of-VLAN-subinterface-offload'David S. Miller2-9/+22
2019-08-27net: dsa: sja1105: Clear VLAN filtering offload netdev featureVladimir Oltean1-0/+16
2019-08-27net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean1-9/+6
2019-08-27Merge branch 'net-ethernet-mediatek-convert-to-PHYLINK'David S. Miller8-292/+470
2019-08-27dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phylink APIRené van Dorst3-12/+19
2019-08-27net: ethernet: mediatek: Re-add support SGMIIRené van Dorst4-115/+213
2019-08-27net: ethernet: mediatek: Add basic PHYLINK supportRené van Dorst3-192/+265
2019-08-27Merge branch 'net-dsa-explicit-programmation-of-VLAN-on-CPU-ports'David S. Miller5-109/+136
2019-08-27net: dsa: clear VLAN PVID flag for CPU portVivien Didelot1-0/+6
2019-08-27net: dsa: program VLAN on CPU port from slaveVivien Didelot2-1/+18
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot2-8/+14
2019-08-27net: dsa: add slave VLAN helpersVivien Didelot1-7/+33
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2-4/+7
2019-08-27net: dsa: remove bitmap operationsVivien Didelot3-90/+59