summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-08-04fm10k: mark unused parameters with __always_unusedJacob Keller5-21/+28
2019-08-04fm10k: cast page_addr to u8 * when incrementing itJacob Keller1-1/+1
2019-08-04fm10k: explicitly return 0 on success path in functionJacob Keller1-1/+1
2019-08-04fm10k: remove needless initialization of size local variableJacob Keller1-1/+1
2019-08-04fm10k: remove needless assignment of err local variableJacob Keller1-5/+5
2019-08-04fm10k: remove unnecessary variable initializerJacob Keller1-1/+1
2019-08-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller8-26/+29
2019-08-03enetc: Add mdio bus driver for the PCIe MDIO endpointClaudiu Manoil6-9/+132
2019-08-03enetc: Clean up makefileClaudiu Manoil1-12/+6
2019-08-03enetc: Clean up local mdio bus allocationClaudiu Manoil1-48/+46
2019-08-03r8152: fix typo in register nameKevin Lo1-6/+6
2019-08-03net: phy: fix race in genphy_update_linkHeiner Kallweit1-0/+6
2019-08-03enetc: Select PHYLIB while CONFIG_FSL_ENETC_VF is setYueHaibing1-0/+1
2019-08-03net: dsa: mv88e6xxx: add PTP support for MV88E6250 familyHubert Feurstein4-11/+78
2019-08-03net: dsa: mv88e6xxx: order ptp structs numerically ascendingHubert Feurstein2-18/+18
2019-08-03net: dsa: mv88e6xxx: setup message port is not supported in the 6250 familiyHubert Feurstein2-3/+32
2019-08-03net: dsa: mv88e6xxx: introduce invalid_port_mask in mv88e6xxx_infoHubert Feurstein2-0/+19
2019-08-03net: dsa: mv88e6xxx: add support for MV88E6220Hubert Feurstein3-1/+28
2019-08-03net/ethernet/qlogic/qed: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-08-03net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery1-0/+1
2019-08-03net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery1-4/+33
2019-08-03net: phy: Add mdio-aspeedAndrew Jeffery3-0/+171
2019-08-02can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-02can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-02can: peak_usb: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-08-02can: sja1000: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-08-02net: usb: pegasus: fix improper read if get_registers() failDenis Kirjanov1-1/+1
2019-08-02fm10k: reduce scope of the ring variableJacob Keller1-2/+2
2019-08-02fm10k: reduce the scope of the result local variableJacob Keller1-2/+1
2019-08-02fm10k: reduce the scope of the local msg variableJacob Keller1-2/+4
2019-08-02fm10k: reduce the scope of the local i variableJacob Keller1-2/+2
2019-08-02fm10k: reduce the scope of the err variableJacob Keller1-2/+3
2019-08-02fm10k: reduce the scope of the tx_buffer variableJacob Keller1-2/+2
2019-08-02fm10k: reduce the scope of the q_idx local variableJacob Keller1-4/+5
2019-08-02fm10k: reduce the scope of local err variableJacob Keller1-2/+3
2019-08-02fm10k: reduce the scope of qv local variableJacob Keller1-2/+2
2019-08-02fm10k: 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