summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* stmmac: platform: adjust messages and move to dev levelAndy Shevchenko2019-09-061-9/+13
* net: stmmac: selftests: Add Jumbo Frame testsJose Abreu2019-09-051-3/+62
* net: stmmac: xgmac: Enable RX Jumbo frame supportJose Abreu2019-09-052-12/+2
* net: stmmac: Correctly assing MAX MTU in XGMAC cores caseJose Abreu2019-09-051-3/+3
* net: stmmac: xgmac: Correct RAVSEL field interpretationJose Abreu2019-09-051-1/+1
* net: stmmac: ethtool: Let user configure TX coalesce without RIWTJose Abreu2019-09-051-12/+9
* net: stmmac: Only consider RX error when HW Timestamping is not enabledJose Abreu2019-09-051-1/+2
* net: stmmac: selftests: Implement the ARP Offload testJose Abreu2019-09-051-0/+110
* net: stmmac: xgmac: Implement ARP OffloadJose Abreu2019-09-054-0/+22
* net: stmmac: selftests: Add selftest for L3/L4 FiltersJose Abreu2019-09-051-1/+285
* net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu2019-09-058-2/+488
* net: stmmac: Do not return error code in TC InitializationJose Abreu2019-09-051-1/+2
* net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu2019-09-051-0/+4
* net: stmmac: selftests: Return proper error code to userspaceJose Abreu2019-09-051-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-4/+2
|\
| * net: stmmac: dwmac-rk: Don't fail if phy regulator is absentChen-Yu Tsai2019-08-301-4/+2
* | net: stmmac: depend on COMMON_CLKStephen Rothwell2019-08-301-0/+1
* | net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng2019-08-272-0/+24
* | net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng2019-08-271-0/+15
* | net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng2019-08-271-0/+29
* | net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng2019-08-271-0/+107
* | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* | net: stmmac: dwc-qos: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* | net: stmmac: dwmac-anarion: use devm_platform_ioremap_resource() to simplify ...YueHaibing2019-08-211-3/+1
* | net: stmmac: dwmac-meson: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* | net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify ...YueHaibing2019-08-211-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+1
|\|
| * net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
* | net: stmmac: selftests: Add selftest for VLAN TX OffloadJose Abreu2019-08-171-2/+94
* | net: stmmac: Add support for VLAN Insertion OffloadJose Abreu2019-08-177-1/+135
* | net: stmmac: xgmac: Add EEE supportJose Abreu2019-08-173-5/+83
* | net: stmmac: selftests: Add tests for SA Insertion/ReplacementJose Abreu2019-08-171-1/+97
* | net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu2019-08-176-1/+36
* | net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu2019-08-174-9/+37
* | net: stmmac: dwxgmac: Add Flexible PPS supportJose Abreu2019-08-172-0/+75
* | net: stmmac: Add a counter for Split Header packetsJose Abreu2019-08-173-0/+3
* | net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu2019-08-177-2/+128
* | net: stmmac: xgmac: Correctly return that RX descriptor is not last oneJose Abreu2019-08-171-4/+3
* | net: stmmac: Prepare to add Split Header supportJose Abreu2019-08-172-60/+95
* | net: stmmac: Get correct timestamp values from XGMACJose Abreu2019-08-174-9/+34
* | stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-102-46/+8
* | net: stmmac: selftests: Add a selftest for Flexible RX ParserJose Abreu2019-08-081-1/+97
* | net: stmmac: Add Flexible RX Parser support in XGMACJose Abreu2019-08-083-0/+206
* | net: stmmac: Implement Safety Features in XGMAC coreJose Abreu2019-08-083-0/+311
* | net: stmmac: selftests: Add test for VLAN and Double VLAN FilteringJose Abreu2019-08-081-0/+205
* | net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu2019-08-087-0/+139
* | net: stmmac: selftests: Add RSS testJose Abreu2019-08-081-0/+19
* | net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu2019-08-089-4/+241
* | net: stmmac: xgmac: Implement tx_queue_prio()Jose Abreu2019-08-082-1/+22
* | net: stmmac: xgmac: Implement set_mtl_tx_queue_weight()Jose Abreu2019-08-081-1/+21