aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-1/+1
2019-08-17net: stmmac: selftests: Add selftest for VLAN TX OffloadJose Abreu1-2/+94
2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu7-1/+135
2019-08-17net: stmmac: xgmac: Add EEE supportJose Abreu3-5/+83
2019-08-17net: stmmac: selftests: Add tests for SA Insertion/ReplacementJose Abreu1-1/+97
2019-08-17net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu6-1/+36
2019-08-17net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu4-9/+37
2019-08-17net: stmmac: dwxgmac: Add Flexible PPS supportJose Abreu2-0/+75
2019-08-17net: stmmac: Add a counter for Split Header packetsJose Abreu3-0/+3
2019-08-17net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu7-2/+128
2019-08-17net: stmmac: xgmac: Correctly return that RX descriptor is not last oneJose Abreu1-4/+3
2019-08-17net: stmmac: Prepare to add Split Header supportJose Abreu2-60/+95
2019-08-17net: stmmac: Get correct timestamp values from XGMACJose Abreu4-9/+34
2019-08-10stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-46/+8
2019-08-08net: stmmac: selftests: Add a selftest for Flexible RX ParserJose Abreu1-1/+97
2019-08-08net: stmmac: Add Flexible RX Parser support in XGMACJose Abreu3-0/+206
2019-08-08net: stmmac: Implement Safety Features in XGMAC coreJose Abreu3-0/+311
2019-08-08net: stmmac: selftests: Add test for VLAN and Double VLAN FilteringJose Abreu1-0/+205
2019-08-08net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu7-0/+139
2019-08-08net: stmmac: selftests: Add RSS testJose Abreu1-0/+19
2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu9-4/+241
2019-08-08net: stmmac: xgmac: Implement tx_queue_prio()Jose Abreu2-1/+22
2019-08-08net: stmmac: xgmac: Implement set_mtl_tx_queue_weight()Jose Abreu1-1/+21
2019-08-08net: stmmac: xgmac: Implement MMC countersJose Abreu7-2/+212
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-36/+121
2019-08-06net: stmmac: tc: Do not return a fragment entryJose Abreu1-1/+1
2019-08-06net: stmmac: Fix issues when number of Queues >= 4Jose Abreu2-0/+8
2019-08-06net: stmmac: xgmac: Fix XGMAC selftestsJose Abreu2-11/+79
2019-07-31net: stmmac: Use netif_tx_napi_add() for TX polling functionFrode Isaksen1-2/+3
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-12/+2
2019-07-30net: stmmac: Sync RX Buffer upon allocationJose Abreu1-3/+10
2019-07-29net: stmmac: manage errors returned by of_get_mac_address()Martin Blumenstingl1-0/+7
2019-07-27net: stmmac: Do not request stmmaceth clockThierry Reding1-6/+8
2019-07-27net: stmmac: Make MDIO bus reset optionalThierry Reding4-2/+14
2019-07-22net: stmmac: Do not cut down 1G modesJose Abreu1-8/+3
2019-07-22net: stmmac: Use kcalloc() instead of kmalloc_array()Jose Abreu1-9/+8
2019-07-22net: stmmac: RX Descriptors need to be clean before setting buffersJose Abreu1-2/+2
2019-07-11net: stmmac: Fix misuses of GENMASK macroJoe Perches2-3/+3
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-19/+3
2019-07-09net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang5-25/+42
2019-07-09net: stmmac: dwmac4: mac address array boudary violation issueBiao Huang1-1/+1
2019-07-09net: stmmac: Introducing support for Page PoolJose Abreu3-144/+70
2019-07-09net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu7-22/+26