summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ldpaa_eth.c: Fix warning when PHYLIB is not enabledTom Rini2018-10-121-3/+7
* driver: net: fsl-mc: Add support of multiple phys for dpmacPankaj Bansal2018-10-102-43/+94
* driver: net: fsl-mc: initialize dpmac irrespective of phyPankaj Bansal2018-10-101-4/+2
* driver: net: fsl-mc: Modify the dpmac link detection methodPankaj Bansal2018-10-101-62/+57
* driver: net: fsl-mc: fix error handing in init_phyPankaj Bansal2018-10-101-1/+9
* driver: net: fsl-mc: remove unused strcture elementsPankaj Bansal2018-10-103-27/+34
* driver: net: fsl-mc: modify the label namePankaj Bansal2018-10-101-4/+4
* test: eth: Add a test for the target being pingedJoe Hershberger2018-10-101-0/+51
* test: eth: Add a test for ARP requestsJoe Hershberger2018-10-101-0/+41
* net: sandbox: Add a priv ptr for tests to useJoe Hershberger2018-10-101-0/+20
* net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger2018-10-101-11/+46
* net: sandbox: Share the priv structure with testsJoe Hershberger2018-10-101-19/+0
* net: sandbox: Make the fake eth driver response configurableJoe Hershberger2018-10-101-4/+51
* net: sandbox: Refactor sandbox send functionJoe Hershberger2018-10-101-74/+106
* net: sandbox: Move disabled flag into priv structJoe Hershberger2018-10-101-4/+14
* net: phy: ti: Add binding for the CLK_OUT pin muxingJanine Hagemann2018-10-101-0/+27
* net: phy: ti: Recover from "port mirroring" N/A MODE4Janine Hagemann2018-10-101-1/+26
* net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driverJanine Hagemann2018-10-101-0/+39
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-107-16/+0
* net: pch_gbe: Make probe/remove staticBin Meng2018-10-091-2/+2
* linux/compat.h: Add netdev_### log macrosBin Meng2018-10-092-18/+0
* net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXIDJanine Hagemann2018-10-041-17/+63
* net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmiiJanine Hagemann2018-10-041-1/+1
* Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-09-294-3/+44
|\
| * net: fman: Support both new and legacy FMan CompatiblesZhao Qiang2018-09-271-1/+2
| * ls1012a: remove debug info from u-boot logPramod Kumar2018-09-271-1/+0
| * driver: net: fsl-mc: Memset MC reserve ram memory before usagePrabhakar Kushwaha2018-09-271-0/+7
| * u-boot: fixup the iommu-map property of fsl-mc nodeNipun Gupta2018-09-271-0/+34
| * ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu2018-09-271-1/+1
* | Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-271-7/+9
|\ \
| * | net: zynq_gem: Add support for fixed-link phyMichal Simek2018-09-271-8/+9
| * | net: zynq_gem: Fix reading of max-speed propertySiva Durga Prasad Paladugu2018-09-261-1/+2
| |/
* | drivers: net: cpsw: add support to update phy addressSekhar Nori2018-09-251-0/+29
|/
* Convert CONFIG_MII et al to KconfigAdam Ford2018-08-171-0/+10
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-08-173-0/+152
|\
| * net: designware: socfpga: Add Arria10 extrasMarek Vasut2018-08-133-0/+152
* | fsl/mc: Limit the ethernet name to ETH_NAME_LENPankaj Bansal2018-08-082-5/+5
|/
* net: zynq_gem: convert to use livetreeSiva Durga Prasad Paladugu2018-07-261-16/+14
* drivers: net: zynq_gem: fix phy dt node settingGrygorii Strashko2018-07-261-1/+1
* drivers: net: cpsw: fix phy dt node settingGrygorii Strashko2018-07-261-1/+1
* net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko2018-07-261-4/+6
* net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko2018-07-261-2/+5
* net: phy: add ofnode node to struct phy_deviceGrygorii Strashko2018-07-261-0/+4
* net: phy: Clean up includes of common.hJoe Hershberger2018-07-2614-11/+6
* net: phy: dp83867: switch to use ofnode apiGrygorii Strashko2018-07-261-13/+12
* net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri2018-07-261-0/+13
* net: mvgbe: convert to DMChris Packham2018-07-263-51/+279
* net: mvgbe: prepare for conversion to driver modelChris Packham2018-07-261-32/+83
* sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger2018-07-262-0/+67
* sandbox: eth-raw: Make random MAC addresses available to eth-rawJoe Hershberger2018-07-261-0/+10