aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-10-22net: stmmac: Fix the problem of tso_xmityuqi jin1-0/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+9
2019-10-17net: stmmac: fix argument to stmmac_pcs_ctrl_ane()Ben Dooks (Codethink)1-1/+1
2019-10-16net: stmmac: disable/enable ptp_ref_clk in suspend/resume flowBiao Huang1-4/+8
2019-10-06net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu1-6/+12
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+17
2019-10-03net: stmmac: Only enable enhanced addressing mode when neededThierry Reding1-0/+7
2019-10-02net: stmmac: Avoid deadlock on suspend/resumeThierry Reding1-4/+6
2019-10-01net: stmmac: Do not stop PHY if WoL is enabledJose Abreu1-6/+12
2019-10-01net: stmmac: Correctly take timestamp for PTPv2Jose Abreu1-0/+1
2019-09-26net: stmmac: Fix page pool sizeThierry Reding1-1/+3
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+8
2019-09-16net: stmmac: Hold rtnl lock in suspend/resume callbacksJose Abreu1-4/+8
2019-09-11net: stmmac: implement support for passive mode converters via dtAlexandru Ardelean1-1/+1
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-05net: stmmac: Correctly assing MAX MTU in XGMAC cores caseJose Abreu1-3/+3
2019-09-05net: stmmac: Only consider RX error when HW Timestamping is not enabledJose Abreu1-1/+2
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu1-2/+7
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu1-1/+51
2019-08-17net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu1-0/+6
2019-08-17net: stmmac: Add a counter for Split Header packetsJose Abreu1-0/+1
2019-08-17net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu1-1/+74
2019-08-17net: stmmac: Prepare to add Split Header supportJose Abreu1-60/+89
2019-08-17net: stmmac: Get correct timestamp values from XGMACJose Abreu1-3/+6
2019-08-10stmmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-44/+8
2019-08-08net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu1-0/+79
2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu1-3/+38
2019-07-31net: stmmac: Use netif_tx_napi_add() for TX polling functionFrode Isaksen1-2/+3
2019-07-30net: stmmac: Sync RX Buffer upon allocationJose Abreu1-3/+10
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-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 Huang1-0/+6
2019-07-09net: stmmac: Introducing support for Page PoolJose Abreu1-142/+61
2019-07-09net: stmmac: Implement RX Coalesce Frames settingJose Abreu1-6/+12
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+18
2019-07-08net: stmmac: Re-work the queue selection for TSO packetsJose Abreu1-10/+18
2019-06-28net: stmmac: Only disable interrupts if NAPI is scheduledJose Abreu1-5/+5
2019-06-28net: stmmac: Update RX Tail Pointer to last free entryJose Abreu1-0/+2
2019-06-28net: stmmac: Enable support for > 32 Bits addressing in XGMACJose Abreu1-12/+43
2019-06-28net: stmmac: Do not disable interrupts when cleaning TXJose Abreu1-5/+3
2019-06-28net: stmmac: Add the missing speeds that XGMAC supportsJose Abreu1-13/+66
2019-06-28net: stmmac: Decrease default RX Watchdog valueJose Abreu1-2/+2
2019-06-28net: stmmac: Do not try to enable PHY EEE if MAC does not support itJose Abreu1-1/+1
2019-06-28net: stmmac: Fix case when PHY handle is not presentJose Abreu1-2/+6