aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle
2020-05-07phy: atheros: add device tree bindings and configMichael Walle
2020-05-07phy: atheros: move delay config to common functionMichael Walle
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck
2020-05-01net: smc911x: Add DM supportMarek Vasut
2020-05-01net: fec: Add possibility to enable TXC delayPhilippe Schenker
2020-05-01net: phy: micrel: Add basic support for KSZ9131Philippe Schenker
2020-05-01net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut
2020-05-01net: smc911x: Remove pkt_data_{push,pull}Marek Vasut
2020-05-01net: rtl8139: Fill in SPDX tagMarek Vasut
2020-05-01net: rtl8139: Move functions aroundMarek Vasut
2020-05-01net: rtl8139: Finish cleanupMarek Vasut
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut
2020-05-01net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut
2020-05-01net: rtl8139: Rework eeprom_delay() macroMarek Vasut
2020-05-01net: rtl8139: Register macro cleanupMarek Vasut
2020-05-01net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut
2020-05-01net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut
2020-05-01net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut
2020-05-01net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut
2020-05-01net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut
2020-05-01net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut
2020-05-01net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()Marek Vasut