summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | net: phy: Add and use driver register macroSascha Hauer2020-10-0112-68/+13
| * | treewide: Use driver macroSascha Hauer2020-09-291-5/+1
| |/
* | Merge branch 'for-next/clang-analyzer' into masterSascha Hauer2020-10-141-7/+24
|\ \
| * | net: usb: asix: propagate errors from MDIO accessorsAhmad Fatoum2020-10-021-7/+24
| |/
* / net: macb: fix wrong return values on some errorsAhmad Fatoum2020-10-021-1/+1
|/
* Merge branch 'for-next/powerpc' into masterSascha Hauer2020-09-251-1/+1
|\
| * powerpc: Make locally used functions staticSascha Hauer2020-09-151-1/+1
* | usbnet: shorten timeout when polling for receive packetsSascha Hauer2020-08-191-1/+1
* | usbnet: Add sliceSascha Hauer2020-08-191-0/+3
* | net: mdiobus: Add sliceSascha Hauer2020-08-191-0/+43
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-07-275-26/+280
|\
| * drivers: net: phy: at803x: add phy clk setup via dtsMichael Grzeschik2020-07-051-7/+171
| * net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD accessMichael Grzeschik2020-07-052-3/+5
| * treewide: make use of PTR_ERR_OR_ZEROUwe Kleine-König2020-06-261-4/+1
| * net: phy: micrel: backport ksz9031 phy-mode supportOleksij Rempel2020-06-171-0/+103
| * net: phy: port phy_interface_is_rgmii() from kernelOleksij Rempel2020-06-172-12/+0
* | net: phy: realtek: handle RX delay settingSascha Hauer2020-07-141-8/+40
* | net: fec_imx: add fsl,imx8mp-fec compatibleOleksij Rempel2020-07-141-0/+3
* | net:fec: fixed unaligned access and stack corruptionEnrico Scholz2020-07-111-1/+4
|/
* Merge branch 'for-next/sandbox-compile-test'Sascha Hauer2020-06-111-0/+2
|\
| * net: macb: depend on HAS_DMAAhmad Fatoum2020-06-031-0/+1
| * net: fec_imx: depend on HAS_DMAAhmad Fatoum2020-06-031-0/+1
* | Merge branch 'for-next/misc'Sascha Hauer2020-06-111-5/+5
|\ \
| * | treewide: replace commas with semicolons where appropriateAhmad Fatoum2020-05-201-5/+5
| |/
* / poller: Give pollers a nameSascha Hauer2020-05-201-1/+1
|/
* Merge branch 'for-next/mxs'Sascha Hauer2020-05-142-4/+4
|\
| * net: fec_imx: Return with an error when mandatory clock is missingSascha Hauer2020-05-061-1/+1
| * net: fec_imx: Make ptp clock optionalSascha Hauer2020-05-062-3/+3
* | Merge branch 'for-next/misc'Sascha Hauer2020-05-141-5/+5
|\ \
| * | net: designware: eqos: attach PHY earlierLucas Stach2020-05-121-5/+5
| |/
* | Merge branch 'for-next/kconfig'Sascha Hauer2020-05-142-7/+4
|\ \
| * | net: enc28j60: fix typo in referenced Kconfig optionAhmad Fatoum2020-04-291-4/+4
| * | net: remove unused Kconfig optionsAhmad Fatoum2020-04-291-3/+0
| |/
* | Merge branch 'for-next/cpsw'Sascha Hauer2020-05-141-24/+130
|\ \
| * | net: cpsw: make cpsw_send directionalMichael Grzeschik2020-05-051-4/+10
| * | net: cpsw: add vlan handling for dual_emac modeMichael Grzeschik2020-05-051-10/+89
| * | net: cpsw: cpsw_process should only handle rx channels for its own portMichael Grzeschik2020-05-051-3/+15
| * | net: cpsw: move generic setup code to probeMichael Grzeschik2020-05-051-5/+14
| * | net: cpsw: fix cpsw_slave_regs register offsetsMichael Grzeschik2020-05-051-2/+2
| |/
* / drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-082-6/+6
|/
* Merge branch 'for-next/usb'Sascha Hauer2020-04-164-13/+800
|\
| * usb: net: Add support for the Asix AX88179Sascha Hauer2020-03-263-0/+765
| * net: usb: add hook for link changesSascha Hauer2020-03-261-1/+10
| * usb: net: Allocate tx buffer dynamicallySascha Hauer2020-03-261-7/+14