summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-181-2/+1
| * | net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-181-4/+4
| * | net: eepro100: Reorder functions in the driverMarek Vasut2020-06-181-170/+160
| * | net: eepro100: Remove volatile misuseMarek Vasut2020-06-181-21/+21
| * | net: eepro100: Add cache managementMarek Vasut2020-06-181-20/+45
| * | net: eepro100: Factor out tx_ring command issuingMarek Vasut2020-06-181-71/+53
| * | net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut2020-06-181-15/+1
| * | net: eepro100: Use standard I/O accessorsMarek Vasut2020-06-181-4/+4
| * | net: eepro100: Fix camelcaseMarek Vasut2020-06-181-87/+85
| * | net: eepro100: Fix remaining checkpatch issuesMarek Vasut2020-06-181-21/+24
| * | net: eepro100: Fix indented labelMarek Vasut2020-06-181-4/+4
| * | net: eepro100: Fix pointer locationMarek Vasut2020-06-181-6/+6
| * | net: eepro100: Fix parenthesis alignmentMarek Vasut2020-06-181-10/+10
| * | net: eepro100: Fix bracesMarek Vasut2020-06-181-7/+4
| * | net: eepro100: Fix spacingMarek Vasut2020-06-181-139/+139
| * | net: eepro100: Use plain debug()Marek Vasut2020-06-181-11/+4
| * | net: eepro100: Clean up commentsMarek Vasut2020-06-181-64/+36
| * | net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut2020-06-181-87/+0
* | | Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-06-181-2/+3
|\ \ \ | |/ / |/| |
| * | net: cpsw: Add __maybe_unused to generated inlinesTom Rini2020-06-161-2/+3
| |/
* | net: rtl8139: Add DM supportMarek Vasut2020-06-121-1/+132
* | net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut2020-06-121-9/+18
* | net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-121-2/+2
* | net: rtl8139: Split out common and non-DM functionsMarek Vasut2020-06-121-24/+68
* | net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut2020-06-121-9/+9
* | net: rtl8139: Introduce device private dataMarek Vasut2020-06-121-58/+78
* | net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut2020-06-121-5/+5
* | net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut2020-06-121-46/+38
* | net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-121-2/+1
* | net: rtl8139: Factor out device name assignmentMarek Vasut2020-06-121-1/+6
* | net: phy: Add DP8382x phy registration to TI PHY initDan Murphy2020-06-122-0/+90
* | net: phy: Add support for TI PHY initDan Murphy2020-06-125-2/+45
* | net: phy: add phyid search in vendor specific spaceFlorin Chiculita2020-06-121-6/+16
* | net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren2020-06-121-0/+16
* | net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue2020-06-121-0/+16
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2020-06-083-11/+162
|\
| * net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang2020-06-041-4/+21
| * net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang2020-06-041-3/+8
| * net: tsec: fsl_mdio: add DM MDIO supportMadalin Bucur2020-06-041-6/+134
| * drivers: net: e1000: with DM_ETH needs DM_PCI tooMadalin Bucur2020-06-031-0/+1
* | net: sun8i_emac: Add support for the H6 variantSamuel Holland2020-06-011-4/+10
* | net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland2020-06-011-3/+3
|/
* net: ks8851: Add Kconfig entriesMarek Vasut2020-05-221-0/+14
* net: ks8851: Add DM supportMarek Vasut2020-05-221-0/+103
* net: ks8851: Receive one packet per recv callMarek Vasut2020-05-221-29/+36
* net: ks8851: Split non-DM specific bits from common codeMarek Vasut2020-05-221-16/+44
* net: ks8851: Pass around driver private dataMarek Vasut2020-05-221-124/+133
* net: ks8851: Checkpatch cleanupMarek Vasut2020-05-221-9/+10
* net: ks8851: Clean up chip ID readoutMarek Vasut2020-05-221-19/+2
* net: ks8851: Remove type_frame_headMarek Vasut2020-05-221-29/+7