summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * net/mlx5: E-switch, Initialize TSAR Qos hardware block before its user vportsParav Pandit2019-08-011-12/+9
| | * net/mlx5: E-switch, Combine metadata enable/disable functionalityParav Pandit2019-08-011-36/+12
| | * net/mlx5: E-Switch, Verify support QoS element typeEli Cohen2019-08-011-0/+31
| | * net/mlx5: Make load_one() and unload_one() symmetricParav Pandit2019-08-011-2/+3
| | * net/mlx5: Add flow counter bulk allocation hardware bits and commandGavi Teitz2019-08-012-1/+12
| | * net/mlx5: Refactor and optimize flow counter bulk queryGavi Teitz2019-08-013-119/+80
| | * net/mlx5: fix -Wtype-limits compilation warningsQian Cai2019-07-291-11/+1
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-08-038-26/+29
|\ \ \
| * | | fm10k: reduce scope of the ring variableJacob Keller2019-08-021-2/+2
| * | | fm10k: reduce the scope of the result local variableJacob Keller2019-08-011-2/+1
| * | | fm10k: reduce the scope of the local msg variableJacob Keller2019-08-011-2/+4
| * | | fm10k: reduce the scope of the local i variableJacob Keller2019-08-011-2/+2
| * | | fm10k: reduce the scope of the err variableJacob Keller2019-08-011-2/+3
| * | | fm10k: reduce the scope of the tx_buffer variableJacob Keller2019-08-011-2/+2
| * | | fm10k: reduce the scope of the q_idx local variableJacob Keller2019-08-011-4/+5
| * | | fm10k: reduce the scope of local err variableJacob Keller2019-08-011-2/+3
| * | | fm10k: reduce the scope of qv local variableJacob Keller2019-08-011-2/+2
| * | | fm10k: reduce scope of *p local variableJacob Keller2019-08-011-3/+2
| * | | fm10k: reduce scope of the err variableJacob Keller2019-08-011-3/+3
| |/ /
* | | enetc: Add mdio bus driver for the PCIe MDIO endpointClaudiu Manoil2019-08-036-9/+132
* | | enetc: Clean up makefileClaudiu Manoil2019-08-031-12/+6
* | | enetc: Clean up local mdio bus allocationClaudiu Manoil2019-08-031-48/+46
* | | net: dsa: mv88e6xxx: add PTP support for MV88E6250 familyHubert Feurstein2019-08-034-11/+78
* | | net: dsa: mv88e6xxx: order ptp structs numerically ascendingHubert Feurstein2019-08-032-18/+18
* | | net: dsa: mv88e6xxx: setup message port is not supported in the 6250 familiyHubert Feurstein2019-08-032-3/+32
* | | net: dsa: mv88e6xxx: introduce invalid_port_mask in mv88e6xxx_infoHubert Feurstein2019-08-032-0/+19
* | | net: dsa: mv88e6xxx: add support for MV88E6220Hubert Feurstein2019-08-033-1/+28
* | | net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery2019-08-031-0/+1
* | | net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery2019-08-031-4/+33
* | | net: phy: Add mdio-aspeedAndrew Jeffery2019-08-033-0/+171
* | | net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_addVivien Didelot2019-08-011-49/+44
* | | net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_delVivien Didelot2019-08-011-6/+15
* | | net: dsa: mv88e6xxx: call vtu_getnext directly in db load/purgeVivien Didelot2019-08-011-9/+22
* | | net: dsa: mv88e6xxx: explicit entry passed to vtu_getnextVivien Didelot2019-08-011-9/+12
* | | net: dsa: mv88e6xxx: lock mutex in vlan_prepareVivien Didelot2019-08-011-12/+6
|/ /
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-08-0112-431/+527
|\ \
| * | ice: Bump version numberTony Nguyen2019-07-311-1/+1
| * | ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2019-07-312-16/+0
| * | ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-314-102/+48
| * | ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin2019-07-311-0/+3
| * | ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley2019-07-311-11/+3
| * | ice: Add stats for Rx drops at the port levelBrett Creeley2019-07-312-0/+7
| * | ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin2019-07-311-5/+5
| * | ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin2019-07-311-3/+3
| * | ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley2019-07-311-15/+27
| * | ice: Disable VFs until reset is completedAkeem G Abodunrin2019-07-311-0/+5
| * | ice: Do not configure port with no mediaTony Nguyen2019-07-312-82/+158
| * | ice: separate out control queue lock creationJacob Keller2019-07-313-29/+91
| * | ice: Always set prefena when configuring an Rx queueBrett Creeley2019-07-312-1/+9
| * | ice: Move vector base setup to PF VSITony Nguyen2019-07-311-4/+4