aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-17enetc: Don't print from enetc_sched_speed_set when link goes downVladimir Oltean1-1/+0
2020-01-17net: phy: adin: const-ify static dataAlexandru Ardelean1-5/+5
2020-01-17drivers/net: netdevsim depends on INETHongbo Yao1-0/+1
2020-01-17net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli1-2/+249
2020-01-17netdevsim: fix nsim_fib6_rt_create() error pathEric Dumazet1-3/+3
2020-01-17net: xen-netback: hash.c: Use built-in RCU list checkingMadhuparna Bhowmik1-2/+4
2020-01-16sfc: remove duplicated include from efx.cYueHaibing1-1/+0
2020-01-15pptp: support sockets bound to an interfaceUlrich Weber1-2/+3
2020-01-14netdevsim: fib: Add dummy implementation for FIB offloadIdo Schimmel2-9/+663
2020-01-14mlxsw: spectrum_router: Set hardware flags for routesIdo Schimmel1-77/+77
2020-01-14mlxsw: spectrum_router: Separate nexthop offload indication from routeIdo Schimmel1-17/+75
2020-01-14net: socionext: get rid of huge dma sync in netsec_alloc_rx_dataLorenzo Bianconi1-17/+26
2020-01-14nfc: No need to set .owner platform_driver_registerTian Tao1-1/+0
2020-01-14net: phy: mscc: PN rollover supportAntoine Tenart2-1/+61
2020-01-14net: macsec: PN wrap callbackAntoine Tenart1-6/+19
2020-01-14net: phy: mscc: macsec supportAntoine Tenart3-0/+698
2020-01-14net: phy: mscc: macsec initializationAntoine Tenart4-0/+865
2020-01-14net: macsec: add nla support for changing the offloading selectionAntoine Tenart1-3/+142
2020-01-14net: macsec: hardware offloading infrastructureAntoine Tenart1-12/+441
2020-01-14net: macsec: move some definitions in a dedicated headerAntoine Tenart1-163/+1
2020-01-14mdio_bus: Simplify reset handling and extend to non-DT systemsGeert Uytterhoeven1-11/+5
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli2-4/+15
2020-01-13net: stmmac: selftests: Add a test for TBS featureJose Abreu1-0/+71
2020-01-13net: stmmac: selftests: Switch to dev_direct_xmit()Jose Abreu1-19/+6
2020-01-13net: stmmac: Add missing information in DebugFS capabilities fileJose Abreu1-0/+6
2020-01-13net: stmmac: pci: Enable TBS on GMAC5 IPK PCI entryJose Abreu1-0/+2
2020-01-13net: stmmac: gmac4+: Add TBS supportJose Abreu5-0/+46
2020-01-13net: stmmac: xgmac: Add TBS supportJose Abreu3-0/+46
2020-01-13net: stmmac: tc: Add support for ETF Scheduler using TBSJose Abreu4-0/+29
2020-01-13net: stmmac: Initial support for TBSJose Abreu4-65/+155
2020-01-13amd-xgbe: remove unnecessary conversion to boolChen Zhou1-1/+1
2020-01-13net: mvneta: change page pool nid to NUMA_NO_NODELorenzo Bianconi1-1/+1
2020-01-13sfc/ethtool_common: Make some function to staticZhang Xiaoxu1-8/+9
2020-01-12net: amd: a2065: Use print_hex_dump_debug() helperGeert Uytterhoeven1-4/+3
2020-01-12net: amd: a2065: Kill Sun LANCE relicsGeert Uytterhoeven1-4/+0
2020-01-12net: ethernet: ixp4xx: Use parent dev for DMA poolLinus Walleij1-1/+1
2020-01-12ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij1-9/+11
2020-01-12net: ehernet: ixp4xx: Use netdev_* messagesLinus Walleij1-29/+23
2020-01-12net: ethernet: ixp4xx: Use distinct local variableLinus Walleij1-22/+25
2020-01-12net: ethernet: ixp4xx: Standard module initLinus Walleij1-52/+44
2020-01-12ixp4xx_eth: move platform_data definitionArnd Bergmann2-0/+1
2020-01-12ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann7-19/+89
2020-01-12wan: ixp4xx_hss: prepare compile testingArnd Bergmann2-16/+22
2020-01-12wan: ixp4xx_hss: fix compile-testing on 64-bitArnd Bergmann1-2/+2
2020-01-11net: hns3: refactor the notification scheme of PF resetHuazhong Tan1-23/+19
2020-01-11net: hns3: modify hclge_func_reset_sync_vf()'s return type to voidHuazhong Tan1-20/+9
2020-01-11net: hns3: enlarge HCLGE_RESET_WAIT_CNTHuazhong Tan1-1/+2
2020-01-11net: hns3: refactor the procedure of VF FLRHuazhong Tan3-65/+55
2020-01-11net: hns3: refactor the precedure of PF FLRHuazhong Tan2-43/+43
2020-01-11net: hns3: split hclgevf_reset() into preparing and rebuilding partHuazhong Tan1-42/+39