aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu7-1/+135
2019-08-17net: stmmac: xgmac: Add EEE supportJose Abreu3-5/+83
2019-08-17net: stmmac: selftests: Add tests for SA Insertion/ReplacementJose Abreu1-1/+97
2019-08-17net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu6-1/+36
2019-08-17net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu4-9/+37
2019-08-17net: stmmac: dwxgmac: Add Flexible PPS supportJose Abreu2-0/+75
2019-08-17net: stmmac: Add a counter for Split Header packetsJose Abreu3-0/+3
2019-08-17net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu7-2/+128
2019-08-17net: stmmac: xgmac: Correctly return that RX descriptor is not last oneJose Abreu1-4/+3
2019-08-17net: stmmac: Prepare to add Split Header supportJose Abreu2-60/+95
2019-08-17net: stmmac: Get correct timestamp values from XGMACJose Abreu4-9/+34
2019-08-17Documentation: Add description of netdevsim trapsIdo Schimmel1-0/+3
2019-08-17netdevsim: Add devlink-trap supportIdo Schimmel2-1/+279
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit1-51/+0
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit10-33/+9
2019-08-16ipvlan: set hw_enc_features like macvlanBill Sommerfeld1-0/+1
2019-08-16net: dsa: mv88e6xxx: check for mode change in port_setup_macMarek BehĂșn3-1/+42
2019-08-16net: phy: adin: add ethtool get_stats supportAlexandru Ardelean1-0/+128
2019-08-16net: phy: adin: implement downshift configuration via phy-tunableAlexandru Ardelean1-0/+86
2019-08-16net: phy: adin: implement PHY subsystem software resetAlexandru Ardelean1-0/+26
2019-08-16net: phy: adin: add EEE translation layer from Clause 45 to Clause 22Alexandru Ardelean1-2/+66
2019-08-16net: phy: adin: add support MDI/MDIX/Auto-MDI selectionAlexandru Ardelean1-4/+113
2019-08-16net: phy: adin: make RMII fifo depth configurableAlexandru Ardelean1-0/+29
2019-08-16net: phy: adin: make RGMII internal delays configurableAlexandru Ardelean1-0/+82
2019-08-16net: phy: adin: configure RGMII/RMII/MII modes on configAlexandru Ardelean1-1/+78
2019-08-16net: phy: adin: add {write,read}_mmd hooksAlexandru Ardelean1-0/+34
2019-08-16net: phy: adin: add support for interruptsAlexandru Ardelean1-0/+36
2019-08-16net: phy: adin: hook genphy_{suspend, resume} into the driverAlexandru Ardelean1-0/+4
2019-08-16net: phy: adin: add support for Analog Devices PHYsAlexandru Ardelean3-0/+59
2019-08-15net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart3-13/+539
2019-08-15net: mscc: remove the frame_info cpuq memberAntoine Tenart2-2/+0
2019-08-15net: mscc: improve the frame header parsing readabilityAntoine Tenart1-11/+13
2019-08-15net: mscc: describe the PTP register rangeAntoine Tenart4-1/+70
2019-08-15qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru1-0/+68
2019-08-15qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru3-0/+69
2019-08-15Merge tag 'linux-can-next-for-5.4-20190814' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller5-166/+125
2019-08-15netdevsim: implement support for devlink region and snapshotsJiri Pirko2-1/+63
2019-08-15r8169: sync EEE handling for RTL8168h with vendor driverHeiner Kallweit1-1/+11
2019-08-15r8169: use the generic EEE management functionsHeiner Kallweit1-148/+24
2019-08-15net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit1-0/+43
2019-08-15net: phy: swphy: emulate register MII_ESTATUSHeiner Kallweit1-0/+8
2019-08-15net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit1-5/+6
2019-08-14net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner2-38/+23
2019-08-14net: phy: realtek: add NBase-T PHY auto-detectionHeiner Kallweit1-5/+43
2019-08-14r8169: fix sporadic transmit timeout issueHeiner Kallweit1-0/+1
2019-08-13r8152: change rx_copybreak and rx_pending through ethtoolHayes Wang1-5/+86
2019-08-13r8152: support skb_add_rx_fragHayes Wang1-15/+105
2019-08-13r8152: use alloc_pages for rx bufferHayes Wang1-20/+11
2019-08-13r8152: replace array with linking list for rx informationHayes Wang1-57/+125
2019-08-13r8152: separate the rx buffer sizeHayes Wang1-4/+8