aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-01net: rtl8139: Finish cleanupMarek Vasut1-86/+87
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut1-17/+11
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut1-5/+8
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut1-30/+33
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut1-33/+31
2020-05-01net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut1-27/+34
2020-05-01net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut1-11/+8
2020-05-01net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut1-2/+2
2020-05-01net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut1-9/+13
2020-05-01net: rtl8139: Rework eeprom_delay() macroMarek Vasut1-14/+17
2020-05-01net: rtl8139: Register macro cleanupMarek Vasut1-111/+152
2020-05-01net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut1-1/+3
2020-05-01net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut1-0/+6
2020-05-01net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut1-0/+1
2020-05-01net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut1-1/+1
2020-05-01net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut1-1/+2
2020-05-01net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut1-2/+2
2020-05-01net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()Marek Vasut1-36/+21
2020-05-01net: dc2114x: Reorganize driverMarek Vasut1-347/+325
2020-05-01net: dc2114x: Clean up INL/OUTL functionsMarek Vasut1-24/+24
2020-05-01net: dc2114x: Clean up DE4X5 macrosMarek Vasut1-39/+50
2020-05-01net: dc2114x: Clean up remaining driver codeMarek Vasut1-43/+43
2020-05-01net: dc2114x: Clean up SROM operationsMarek Vasut1-54/+63
2020-05-01net: dc2114x: Clean up send_setup_frame()Marek Vasut1-22/+22
2020-05-01net: dc2114x: Clean up dc21x4x_halt()Marek Vasut1-2/+2
2020-05-01net: dc2114x: Clean up dc21x4x_recv()Marek Vasut1-25/+19
2020-05-01net: dc2114x: Clean up dc21x4x_send()Marek Vasut1-22/+20
2020-05-01net: dc2114x: Clean up init codeMarek Vasut1-34/+32
2020-05-01net: pcnet: Switch to PCI memory accessMarek Vasut1-3/+3
2020-05-01net: pcnet: Replace mips-specific accessorsMarek Vasut1-1/+3
2020-05-01net: tulip: Remove CONFIG_TULIP_*Marek Vasut1-83/+5
2020-05-01net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut1-8/+0
2020-04-29driver: net: fm: add DM ETH supportMadalin Bucur5-10/+447
2020-04-29driver: net: fm: add DM MDIO supportMadalin Bucur1-2/+137
2020-04-29driver: net: fm: separate receive buffer free codeMadalin Bucur1-26/+37
2020-04-29driver: net: fm: change init_phy() paramMadalin Bucur1-11/+8
2020-04-29drivers: net: fsl-mc: add support for CONFIG_DM_ETHIoana Ciornei1-12/+36
2020-04-29drivers: net: ldpaa: add DTS based probing supportIoana Ciornei2-32/+206
2020-04-29drivers: net: add Layerscape mEMAC MDIO driverIoana Ciornei3-0/+154
2020-04-24eth: mtk-eth: add mt7531 switch support in mediatek eth driverLanden Chao2-127/+577
2020-04-17net: fm: fix build error when not using nandFrancois Gervais1-0/+2
2020-04-15net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay1-1/+18
2020-04-15net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier1-0/+53
2020-04-06net: zynq-gem: Setup and use mdio base separatelyMichal Simek1-6/+10
2020-04-06net: zynq_gem: Add cache flush to zynq_gem_free_pktAshok Reddy Soma1-0/+12
2020-04-04net: sh_eth: Init the hardware before PHY accessMarek Vasut1-0/+4
2020-03-31net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.Michal Simek1-1/+1
2020-03-30armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30net: fman: add support for all RGMII delay modesMadalin Bucur1-0/+4