summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2019-10-17net: stmmac: fix argument to stmmac_pcs_ctrl_ane()Ben Dooks (Codethink)
2019-10-16net: stmmac: disable/enable ptp_ref_clk in suspend/resume flowBiao Huang
2019-10-06net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-03net: stmmac: Only enable enhanced addressing mode when neededThierry Reding
2019-10-02net: stmmac: Avoid deadlock on suspend/resumeThierry Reding
2019-10-01net: stmmac: Do not stop PHY if WoL is enabledJose Abreu
2019-10-01net: stmmac: Correctly take timestamp for PTPv2Jose Abreu
2019-09-26net: stmmac: Fix page pool sizeThierry Reding
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16net: stmmac: Hold rtnl lock in suspend/resume callbacksJose Abreu
2019-09-11net: stmmac: implement support for passive mode converters via dtAlexandru Ardelean
2019-09-11net: stmmac: Prevent divide-by-zeroJose Abreu
2019-09-07net: stmmac: Limit max speeds of XGMAC if asked toJose Abreu
2019-09-05net: stmmac: Correctly assing MAX MTU in XGMAC cores caseJose Abreu
2019-09-05net: stmmac: Only consider RX error when HW Timestamping is not enabledJose Abreu
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu
2019-08-17net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu
2019-08-17net: stmmac: Add a counter for Split Header packetsJose Abreu
2019-08-17net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu
2019-08-17net: stmmac: Prepare to add Split Header supportJose Abreu
2019-08-17net: stmmac: Get correct timestamp values from XGMACJose Abreu
2019-08-10stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-08net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu
2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu
2019-07-31net: stmmac: Use netif_tx_napi_add() for TX polling functionFrode Isaksen
2019-07-30net: stmmac: Sync RX Buffer upon allocationJose Abreu
2019-07-22net: stmmac: Do not cut down 1G modesJose Abreu
2019-07-22net: stmmac: Use kcalloc() instead of kmalloc_array()Jose Abreu
2019-07-22net: stmmac: RX Descriptors need to be clean before setting buffersJose Abreu
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-07-09net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang
2019-07-09net: stmmac: Introducing support for Page PoolJose Abreu
2019-07-09net: stmmac: Implement RX Coalesce Frames settingJose Abreu
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08net: stmmac: Re-work the queue selection for TSO packetsJose Abreu
2019-06-28net: stmmac: Only disable interrupts if NAPI is scheduledJose Abreu
2019-06-28net: stmmac: Update RX Tail Pointer to last free entryJose Abreu
2019-06-28net: stmmac: Enable support for > 32 Bits addressing in XGMACJose Abreu
2019-06-28net: stmmac: Do not disable interrupts when cleaning TXJose Abreu
2019-06-28net: stmmac: Add the missing speeds that XGMAC supportsJose Abreu
2019-06-28net: stmmac: Decrease default RX Watchdog valueJose Abreu
2019-06-28net: stmmac: Do not try to enable PHY EEE if MAC does not support itJose Abreu
2019-06-28net: stmmac: Fix case when PHY handle is not presentJose Abreu
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26net: stmmac: Fix crash observed if PHY does not support EEEJon Hunter
2019-06-26net: stmmac: Fix possible deadlock when disabling EEE supportJon Hunter