summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: designware: look for a child device node for MDIO busIan Abbott2018-11-021-0/+10
* phy: call adjust_link in attach if using fixed-linkClément Leger2018-10-161-0/+4
* net: fec_imx: Do not use DMA coherent memory for Rx buffersAndrey Smirnov2018-09-191-4/+25
* net: fec_imx: Make use of readx_poll_timeout() macrosAndrey Smirnov2018-09-191-39/+22
* net: fec_imx: Drop frame_lengthAndrey Smirnov2018-09-191-4/+3
* net: fec_imx: Drop struct fec_frameAndrey Smirnov2018-09-191-12/+4
* net: fec_imx: Read data_length only onceAndrey Smirnov2018-09-191-14/+17
* net: fec_imx: Don't check bd_status & FEC_RBD_ERR twiceAndrey Smirnov2018-09-191-7/+5
* net: fec_imx: Drop extra indentation level by exiting earlyAndrey Smirnov2018-09-191-26/+27
* net: mdio: Do not warn about invalid PHY addressSascha Hauer2018-09-181-4/+4
* Merge branch 'for-next/net'Sascha Hauer2018-09-114-1/+241
|\
| * phylib: add support for reset-gpiosSam Ravnborg2018-08-241-1/+95
| * phylib: add Davicom PHY supportSam Ravnborg2018-08-243-0/+146
* | Merge branch 'for-next/dma-mask'Sascha Hauer2018-09-111-1/+3
|\ \
| * | net: fec_imx: Return EFAULT when DMA mapping failsAndrey Smirnov2018-08-311-1/+1
| * | net: fec_imx: Specify that DMA is 32-bit onlyAndrey Smirnov2018-08-311-0/+2
| |/
* / drivers: net: designware: select reset controllerSteffen Trumtrar2018-08-311-0/+1
|/
* net/e1000: allow to overwrite flash size from device treeUwe Kleine-König2018-07-131-14/+42
* net: designware: make sure DMA is disabled on kernel start.Oleksij Rempel2018-07-024-0/+11
* net: fec_imx: Make use of IS_ALIGNEDAndrey Smirnov2018-06-111-1/+1
* net: fec_imx: Use dma mapping functionsSascha Hauer2018-06-112-6/+10
* net: fec_imx: remove unnecessary DMA sync opsSascha Hauer2018-06-111-4/+0
* Merge branch 'for-next/socfpga'Sascha Hauer2018-05-091-0/+1
|\
| * net: make SoCFPGA-specific designware driver work againAntony Pavlov2018-04-121-0/+1
* | Merge branch 'for-next/net'Sascha Hauer2018-05-091-0/+1
|\ \
| * | net: phy: micrel: fix too late link upChristian Hemp2018-04-121-0/+1
* | | usbnet: increase bulk message timeoutNikita Yushchenko2018-05-021-1/+1
| |/ |/|
* | rename file_operations -> cdev_operationsSascha Hauer2018-04-063-4/+4
|/
* net: cpsw: fix probe with fixed-linkAndreas Schmidt2018-03-051-4/+6
* net: cpsw: Call phy_device_connect() earlierSascha Hauer2018-02-221-15/+4
* Merge branch 'for-next/misc'Sascha Hauer2018-02-081-2/+19
|\
| * net: phy: fixed-link: read link parameters from devicetreeLucas Stach2018-02-061-2/+7
| * net: phy: scan PHYs referenced by phandleLucas Stach2018-01-251-0/+12
* | Merge branch 'for-next/e1000'Sascha Hauer2018-02-083-76/+80
|\ \
| * | net/e1000: don't register EERPOM device if the content is invalidLucas Stach2018-01-301-17/+24
| * | net/e1000: don't check EEPROM signature if populated from iNVMLucas Stach2018-01-302-7/+5
| * | net/e1000: EEPROM isn't valid if only iNVM is availableLucas Stach2018-01-301-8/+6
| * | net/e1000: use correct bit for flash detectionLucas Stach2018-01-301-1/+1
| * | net/e1000: remove one level of indentationLucas Stach2018-01-301-60/+61
| |/
* | net: phy: ar8327: fix ar8327n_reg_readOleksij Rempel2018-02-051-1/+1
* | net: designware: add missing headersLucas Stach2018-02-052-2/+2
|/
* Merge branch 'for-next/net-designware'Sascha Hauer2018-01-226-56/+307
|\
| * net: designware: add warning for drvdataSteffen Trumtrar2018-01-111-1/+5
| * net: add SoCFPGA-specific designware driverSteffen Trumtrar2018-01-113-0/+192
| * net: designware: move probe to generic driverSteffen Trumtrar2018-01-115-55/+110
* | net/e1000: fix driver probing in the presence of two e1000 devicesUwe Kleine-König2018-01-171-0/+1
|/
* Merge branch 'for-next/mii'Sascha Hauer2018-01-055-0/+341
|\
| * net: mdio-mux: Avoid probing multiplexed bussesAndrey Smirnov2017-12-062-0/+4
| * net: phy: Port GPIO controlled MDIO multiplexer driverAndrey Smirnov2017-12-063-0/+158
| * net: phy: Port MDIO bus miltiplexer framework from Linux kernelAndrey Smirnov2017-12-063-0/+152