summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: enable timestamp snapshot for required PTP packets in dwmac v5.10aFugang Duan2020-05-261-1/+2
* net: stmmac: don't attach interface until resume finishesLeon Yu2020-05-231-2/+2
* stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov2020-05-041-6/+1
* stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko2020-04-301-1/+3
* net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng2020-04-211-0/+23
* net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu2020-04-011-5/+12
* net: stmmac: Add support for VLAN Rx filteringWong Vee Khee2020-03-301-0/+9
* net: stmmac: Add XLGMII supportJose Abreu2020-03-171-0/+58
* net: stmmac: Integrate it with DesignWare XPCSJose Abreu2020-03-091-2/+14
* net: stmmac: Use resolved link config in mac_link_up()Jose Abreu2020-03-091-33/+33
* net: stmmac: Fallback to dev_fwnode() if neededJose Abreu2020-03-091-0/+3
* net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu2020-03-091-8/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-5/+8
|\
| * net: stmmac: fix notifier registrationAaro Koskinen2020-02-261-5/+8
* | net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+3
* | net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-201-2/+2
|/
* net: stmmac: Delete txtimer in suspend()Nicolin Chen2020-02-031-0/+4
* net: stmmac: modified pcs mode support for RGMIIDejin Zheng2020-01-201-11/+6
* net: stmmac: Add missing information in DebugFS capabilities fileJose Abreu2020-01-131-0/+6
* net: stmmac: tc: Add support for ETF Scheduler using TBSJose Abreu2020-01-131-0/+2
* net: stmmac: Initial support for TBSJose Abreu2020-01-131-65/+134
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-0/+32
|\
| * stmmac: debugfs entry name is not be changed when udev rename device name.Jiping Ma2020-01-071-0/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-21/+32
|\|
| * net: stmmac: Always arm TX Timer at end of transmission startJose Abreu2019-12-181-4/+2
| * net: stmmac: Enable 16KB buffer sizeJose Abreu2019-12-181-1/+3
| * net: stmmac: RX buffer size must be 16 byte alignedJose Abreu2019-12-181-1/+1
| * net: stmmac: Only the last buffer has the FCS fieldJose Abreu2019-12-181-2/+3
| * net: stmmac: Do not accept invalid MTU valuesJose Abreu2019-12-181-0/+12
| * net: stmmac: Determine earlier the size of RX bufferJose Abreu2019-12-181-13/+11
* | net: stmmac: Integrate EST with TAPRIO scheduler APIJose Abreu2019-12-181-0/+2
* | net: stmmac: Always use TX coalesce timer value when reschedulingJose Abreu2019-12-181-1/+1
* | net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu2019-12-181-22/+33
* | net: stmmac: Print more information in DebugFS DMA Capabilities fileJose Abreu2019-12-181-1/+30
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: stmmac: reset Tx desc base address before restarting TxJongsung Kim2019-12-061-0/+2
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-4/+4
* page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-11-161-3/+1
* net: stmmac: Rework TX Coalesce logicJose Abreu2019-11-151-19/+42
* net: stmmac: Setup a default RX Coalesce value instead of the minimumJose Abreu2019-11-151-3/+4
* net: stmmac: Do not set RX IC bit if RX Coalesce is zeroJose Abreu2019-11-151-1/+5
* net: stmmac: Implement UDP Segmentation OffloadJose Abreu2019-11-111-9/+23
* net: stmmac: Rework stmmac_rx()Jose Abreu2019-11-111-52/+94
* net: stmmac: Fix sparse warningJose Abreu2019-11-111-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-32/+38
|\
| * net: stmmac: Fix the TX IOC in xmit pathJose Abreu2019-11-061-30/+34
| * net: stmmac: Fix TSO descriptor with Enhanced AddressingJose Abreu2019-11-061-0/+1
| * net: stmmac: Fix the packet count in stmmac_rx()Jose Abreu2019-11-061-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-0/+1
|\|
| * net: stmmac: Fix the problem of tso_xmityuqi jin2019-10-221-0/+1