aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05cnic: Explicitly initialize all reference counts to 0.Michael Chan1-0/+5
2019-08-05Merge tag 'mlx5-updates-2019-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller26-344/+835
2019-08-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller8-26/+29
2019-08-02enetc: Add mdio bus driver for the PCIe MDIO endpointClaudiu Manoil6-9/+132
2019-08-02enetc: Clean up makefileClaudiu Manoil1-12/+6
2019-08-02enetc: Clean up local mdio bus allocationClaudiu Manoil1-48/+46
2019-08-02net: dsa: mv88e6xxx: add PTP support for MV88E6250 familyHubert Feurstein4-11/+78
2019-08-02net: dsa: mv88e6xxx: order ptp structs numerically ascendingHubert Feurstein2-18/+18
2019-08-02net: dsa: mv88e6xxx: setup message port is not supported in the 6250 familiyHubert Feurstein2-3/+32
2019-08-02net: dsa: mv88e6xxx: introduce invalid_port_mask in mv88e6xxx_infoHubert Feurstein2-0/+19
2019-08-02net: dsa: mv88e6xxx: add support for MV88E6220Hubert Feurstein3-1/+28
2019-08-02net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery1-0/+1
2019-08-02net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery1-4/+33
2019-08-02net: phy: Add mdio-aspeedAndrew Jeffery3-0/+171
2019-08-01fm10k: reduce scope of the ring variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the result local variableJacob Keller1-2/+1
2019-08-01fm10k: reduce the scope of the local msg variableJacob Keller1-2/+4
2019-08-01fm10k: reduce the scope of the local i variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the err variableJacob Keller1-2/+3
2019-08-01fm10k: reduce the scope of the tx_buffer variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the q_idx local variableJacob Keller1-4/+5
2019-08-01fm10k: reduce the scope of local err variableJacob Keller1-2/+3
2019-08-01fm10k: reduce the scope of qv local variableJacob Keller1-2/+2
2019-08-01fm10k: reduce scope of *p local variableJacob Keller1-3/+2
2019-08-01fm10k: reduce scope of the err variableJacob Keller1-3/+3
2019-08-01net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_addVivien Didelot1-49/+44
2019-08-01net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_delVivien Didelot1-6/+15
2019-08-01net: dsa: mv88e6xxx: call vtu_getnext directly in db load/purgeVivien Didelot1-9/+22
2019-08-01net: dsa: mv88e6xxx: explicit entry passed to vtu_getnextVivien Didelot1-9/+12
2019-08-01net: dsa: mv88e6xxx: lock mutex in vlan_prepareVivien Didelot1-12/+6
2019-08-01net/mlx5e: Allow dropping specific tunnel packetsTonghao Zhang1-1/+2
2019-08-01net/mlx5e: TX reporter cleanupAya Levin2-2/+0
2019-08-01net/mlx5e: Set tx reporter only on successful creationAya Levin2-7/+9
2019-08-01net/mlx5e: Fix mlx5e_tx_reporter_create return valueAya Levin1-2/+4
2019-08-01net/mlx5e: Rx, checksum handling refactoringSaeed Mahameed1-12/+14
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan7-23/+33
2019-08-01net/mlx5e: XDP, Slight enhancement for WQE fetch functionTariq Toukan2-8/+9
2019-08-01net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet leftShay Agroskin5-33/+63
2019-08-01net/mlx5e: Tx, Strict the room needed for SQ edge NOPsTariq Toukan1-1/+1
2019-08-01net/mlx5: Add flow counter poolGavi Teitz1-25/+206
2019-08-01net/mlx5: Add flow counter bulk infrastructureGavi Teitz1-0/+105
2019-08-01net/mlx5: E-Switch, add ingress rate supportEli Cohen6-0/+145
2019-08-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed8-241/+255
2019-08-01net/mlx5: E-switch, Tide up eswitch config sequenceParav Pandit3-25/+41
2019-08-01net/mlx5: E-Switch, Remove redundant mc_promisc NULL checkParav Pandit2-3/+5
2019-08-01net/mlx5: E-Switch, remove redundant error handlingSaeed Mahameed1-2/+0
2019-08-01net/mlx5: E-switch, Introduce helper function to enable/disable vportsParav Pandit2-42/+73
2019-08-01net/mlx5: E-switch, Initialize TSAR Qos hardware block before its user vportsParav Pandit1-12/+9
2019-08-01net/mlx5: E-switch, Combine metadata enable/disable functionalityParav Pandit1-36/+12
2019-08-01net/mlx5: E-Switch, Verify support QoS element typeEli Cohen1-0/+31