summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-1525-6/+25
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0125-6/+25
* | Merge branch 'for-next/misc'Sascha Hauer2021-11-157-38/+3697
|\ \
| * | net: phy: micrel: sync init code for ksz80xx variants with the kernel driverOleksij Rempel2021-11-111-22/+228
| * | usb: net: Add support for the Realtek RTL8152B/RTL8153Oleksij Rempel2021-11-055-0/+3419
| * | net: ksz8864: Add support for KSZ87xx switchesTrent Piepho2021-10-121-16/+50
| |/
* / net: designware: eqos: fix MDIO regression for STM32MP1 boardsAhmad Fatoum2021-11-051-1/+5
|/
* Merge branch 'for-next/riscv'Sascha Hauer2021-10-073-0/+385
|\
| * net: add LiteEth driverAntony Pavlov2021-10-073-0/+385
* | net: eqos: let phy_resume handle fixed link physRouven Czerwinski2021-10-051-0/+4
* | net: cpsw: fix ethernet bringup in case of a fixed-link phyKarfich, Oleg2021-10-051-2/+2
* | net: add virtio network driverAhmad Fatoum2021-10-053-0/+251
* | net: e1000: split EEPROM and barebox MTD wrapper into separate filesAhmad Fatoum2021-08-234-815/+839
* | net: make ARC MAC driver 32-bit onlyAhmad Fatoum2021-08-231-1/+1
* | net: drop Calxeda Highbank xgmac driver supportAhmad Fatoum2021-08-233-739/+0
|/
* net: designware: add support for IP integrated into StarFive SoCAhmad Fatoum2021-06-245-3/+124
* net: designware: fix non-1:1 mapped 64-bit systemsAhmad Fatoum2021-06-242-27/+58
* Merge branch 'for-next/net'Sascha Hauer2021-06-164-0/+353
|\
| * net: eqos: Rockchip supportSascha Hauer2021-06-093-0/+324
| * net: designware: eqos: set mdio bus device nodeSascha Hauer2021-06-091-0/+1
| * net: designware: eqos: reset phySascha Hauer2021-06-091-0/+28
* | Merge branch 'for-next/misc'Sascha Hauer2021-06-161-5/+29
|\ \
| * | net: phy: micrel: Add led-mode supportTrent Piepho2021-06-091-5/+29
| |/
* | Merge branch 'for-next/i2c'Sascha Hauer2021-06-161-6/+5
|\ \
| * | nvmem: provider: align read/write callback prototype with upstreamAhmad Fatoum2021-06-021-6/+5
| |/
* / net: macb: add SiFive supportAhmad Fatoum2021-06-091-0/+120
|/
* net: phy: at803x: fix incorrect use of FIELD_PREPAhmad Fatoum2021-03-251-4/+3
* net: macb: add tx clock rate for 10 MBit linkMichael Tretter2021-03-221-0/+3
* net: phy: dp83867: enable link downshift by defaultThomas Haemmerle2021-03-221-6/+10
* net: phy: dp83867: read status from PHY status register PHYSTSThomas Haemmerle2021-03-221-0/+36
* net: phy: dp83867: remove explicit setting of cfg2Thomas Haemmerle2021-03-221-10/+1
* net: phy: dp83867: simplify dp83867_config_initThomas Haemmerle2021-03-221-26/+23
* net: phy: dp83867: remove useless call to genphy_config_anegMichael Tretter2021-03-221-8/+0
* net: phy: dp83867: fix checkpatch checks and warningsMichael Tretter2021-03-221-38/+37
* net: phy: dp83867: convert driver to spdxMichael Tretter2021-03-221-9/+1
* net: e1000: Fix mtd compilationSascha Hauer2021-03-121-6/+6
* net: phy: fix waiting for linkSascha Hauer2021-03-121-1/+1
* drivers: smc911x fix inverted wait_on_timeoutMike Nawrocki2021-02-011-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-01-191-2/+2
|\
| * net: mdio:gpio: fix typos in dev_dbgSteffen Trumtrar2021-01-071-2/+2
* | net: phy: at803x: sync RX/TX delay setup with LinuxLucas Stach2021-01-061-12/+76
|/
* sandbox: retire CONFIG_LINUX symbol in favor of CONFIG_SANDBOXAhmad Fatoum2020-11-271-1/+1
* Merge branch 'for-next/mtd-nand'Sascha Hauer2020-11-101-4/+0
|\
| * mtd: Drop asynchronous erase supportSascha Hauer2020-11-061-4/+0
* | net: macb: fix compiler warning for 64 bit systemsMichael Tretter2020-10-191-1/+1
* | net: macb: adjust clk_tx rate for link speed changesMichael Tretter2020-10-191-0/+35
* | net: macb: reduce DEBUG output to make it more usefulMichael Tretter2020-10-191-18/+0
* | Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-141-3/+2
|\ \
| * | treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-291-3/+2
* | | Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-1413-73/+14
|\ \ \