summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: fix return value of __setup handlerRandy Dunlap2022-02-251-3/+3
* net: stmmac: only enable DMA interrupts when readyVincent Whitchurch2022-02-251-2/+26
* net: stmmac: ensure PTP time register reads are consistentYannick Vignon2022-02-031-7/+12
* net: stmmac: dump gmac4 DMA registers correctlyCamel Guo2022-02-012-2/+18
* net: stmmac: properly handle with runtime pm in stmmac_dvr_remove()Jisheng Zhang2022-01-281-2/+4
* net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected spee...Yuji Ishikawa2022-01-281-2/+7
* net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang2022-01-271-1/+1
* net: stmmac: skip only stmmac_ptp_register when resume from suspendMohammad Athari Bin Ismail2022-01-271-11/+9
* net: stmmac: configure PTP clock source prior to PTP initializationMohammad Athari Bin Ismail2022-01-272-3/+3
* net: stmmac: reduce unnecessary wakeups from eee sw timerJisheng Zhang2022-01-251-6/+7
* net: stmmac: remove unused members in struct stmmac_privJisheng Zhang2022-01-241-2/+0
* net: stmmac: dwmac-visconti: Fix clock configuration for RMII modeYuji Ishikawa2022-01-201-11/+21
* net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SELYuji Ishikawa2022-01-201-5/+5
* net: stmmac: Fix "Unbalanced pm_runtime_enable!" warningKai-Heng Feng2022-01-141-1/+2
* net: stmmac: dwmac-oxnas: Add support for OX810SENeil Armstrong2022-01-121-22/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-1/+2
|\
| * net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-301-0/+1
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-242-2/+2
|\ \
| * | net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu2021-12-231-1/+1
| * | net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang2021-12-231-1/+1
* | | net: stmmac: add tc flower filter for EtherType matchingOng Boon Leong2021-12-232-0/+124
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-174-18/+105
|\| |
| * | net: stmmac: dwmac-rk: fix oob read in rk_gmac_setupJohn Keeping2021-12-161-1/+3
| * | net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong2021-12-142-13/+90
| * | net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capabilityDavid Wu2021-12-131-4/+12
* | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* | | net: stmmac: bump tc when get underflow error from DMA descriptorXiaoliang Yang2021-12-133-33/+27
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-5/+6
|\|
| * net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header supportVincent Whitchurch2021-11-291-5/+6
* | net: stmmac: Add platform level debug register dump featureBhupesh Sharma2021-11-302-3/+7
* | stmmac: remove ethtool driver version infoHeiner Kallweit2021-11-292-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-263-51/+88
|\|
| * net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon2021-11-261-0/+2
| * net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann2021-11-223-47/+81
| * stmmac_pci: Fix underflow size in stmmac_rxZekun Shen2021-11-191-4/+5
* | net: stmmac: perserve TX and RX coalesce value during XDP setupOng Boon Leong2021-11-261-2/+3
* | net: stmmac: Calculate CDC error only onceKurt Kanzenbach2021-11-242-10/+7
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-182-15/+32
|\|
| * net: stmmac: Fix signed/unsigned wreckageThomas Gleixner2021-11-171-13/+10
| * net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 platformMeng Li2021-11-151-2/+22
* | net: stmmac: dwmac-qcom-ethqos: add platform level clocks managementBhupesh Sharma2021-11-181-3/+23
* | stmmac: fix build due to brainos in trans_start changesAlexander Lobakin2021-11-171-2/+2
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-3/+3
* | net: stmmac: enhance XDP ZC driver level switching performanceOng Boon Leong2021-11-153-6/+139
|/
* net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean2021-11-101-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-1/+1
|\
| * net: stmmac: Fix E2E delay mechanismKurt Kanzenbach2021-10-201-1/+1
* | ethernet: stmmac: use eth_hw_addr_set()Jakub Kicinski2021-10-201-2/+6