aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse()Dan Carpenter1-1/+1
2019-09-27net: stmmac: dwmac-meson8b: Fix signedness bug in probeDan Carpenter1-1/+1
2019-09-26net: stmmac: Fix page pool sizeThierry Reding1-1/+3
2019-09-25net: stmmac: selftests: Flow Control test can also run with ASYM PauseJose Abreu1-1/+1
2019-09-21net: stmmac: selftest: avoid large stack usageArnd Bergmann2-13/+6
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+8
2019-09-16net: stmmac: socfpga: re-use the `interface` parameter from platform dataAlexandru Ardelean1-5/+10
2019-09-16net: stmmac: Hold rtnl lock in suspend/resume callbacksJose Abreu1-4/+8
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+6
2019-09-11net: stmmac: pci: Add HAPS support using GMAC5Jose Abreu1-0/+71
2019-09-11net: stmmac: implement support for passive mode converters via dtAlexandru Ardelean2-2/+34
2019-09-11net: stmmac: ARP Offload for GMAC4+ CoresJose Abreu3-0/+23
2019-09-11net: stmmac: Add support for VLAN Insertion Offload in GMAC4+Jose Abreu5-0/+66
2019-09-11net: stmmac: Add support for SA Insertion/Replacement in GMAC4+Jose Abreu5-0/+26
2019-09-11net: stmmac: xgmac: Reinitialize correctly a variableJose Abreu1-1/+1
2019-09-11net: stmmac: Add VLAN HASH filtering support in GMAC4+Jose Abreu3-1/+43
2019-09-11net: stmmac: Prevent divide-by-zeroJose Abreu1-1/+3
2019-09-07net: stmmac: Limit max speeds of XGMAC if asked toJose Abreu1-9/+16
2019-09-07net: stmmac: selftests: Add Split Header testJose Abreu1-0/+42
2019-09-07net: stmmac: dwmac4: Enable RX Jumbo frame supportJose Abreu2-7/+2
2019-09-07net: stmmac: selftests: Set RX tail pointer in Flow Control testJose Abreu1-0/+6
2019-09-07net: stmmac: selftests: Add missing checks for support of SAJose Abreu1-0/+12
2019-09-06stmmac: platform: adjust messages and move to dev levelAndy Shevchenko1-9/+13
2019-09-05net: stmmac: selftests: Add Jumbo Frame testsJose Abreu1-3/+62
2019-09-05net: stmmac: xgmac: Enable RX Jumbo frame supportJose Abreu2-12/+2
2019-09-05net: stmmac: Correctly assing MAX MTU in XGMAC cores caseJose Abreu1-3/+3
2019-09-05net: stmmac: xgmac: Correct RAVSEL field interpretationJose Abreu1-1/+1
2019-09-05net: stmmac: ethtool: Let user configure TX coalesce without RIWTJose Abreu1-12/+9
2019-09-05net: stmmac: Only consider RX error when HW Timestamping is not enabledJose Abreu1-1/+2
2019-09-05net: stmmac: selftests: Implement the ARP Offload testJose Abreu1-0/+110
2019-09-05net: stmmac: xgmac: Implement ARP OffloadJose Abreu4-0/+22
2019-09-05net: stmmac: selftests: Add selftest for L3/L4 FiltersJose Abreu1-1/+285
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu8-2/+488
2019-09-05net: stmmac: Do not return error code in TC InitializationJose Abreu1-1/+2
2019-09-05net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu1-0/+4
2019-09-05net: stmmac: selftests: Return proper error code to userspaceJose Abreu1-11/+11
2019-09-02net: stmmac: dwmac-sun8i: Variable "val" in function sun8i_dwmac_set_syscon() could be uninitializedYizhuo1-1/+6
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+2
2019-08-30net: stmmac: depend on COMMON_CLKStephen Rothwell1-0/+1
2019-08-30net: stmmac: dwmac-rk: Don't fail if phy regulator is absentChen-Yu Tsai1-4/+2
2019-08-27net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng2-0/+24
2019-08-27net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+15
2019-08-27net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+29
2019-08-27net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+107
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-08-21net: stmmac: dwc-qos: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: stmmac: dwmac-anarion: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: stmmac: dwmac-meson: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1