summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
3 daysnet: stmmac: enable the MAC on link up for all supported speedsvadik likholetov
4 daysnet: stmmac: dwmac4: mask interrupts when stopping DMA in suspendLuis Lang
2026-06-13net/stmmac: Apply TBS config only to used queuesJakub Raczynski
2026-06-02net: stmmac: Improve Tx timer arm logic furtherNazim Amirul
2026-04-28net: stmmac: Prevent NULL deref when RX memory exhaustedSam Edwards
2026-04-18net: stmmac: Update default_an_inband before passing value to phylink_configKhaiWenTan
2026-04-02net: stmmac: move "TSO supported" message to stmmac_set_gso_features()Russell King (Oracle)
2026-04-02net: stmmac: check txpbl for TSORussell King (Oracle)
2026-04-02net: stmmac: add warning when TSO is requested but unsupportedRussell King (Oracle)
2026-04-02net: stmmac: make stmmac_set_gso_features() more readableRussell King (Oracle)
2026-04-02net: stmmac: split out gso features setupRussell King (Oracle)
2026-04-02net: stmmac: simplify GSO/TSO test in stmmac_xmit()Russell King (Oracle)
2026-04-02net: stmmac: move check for hardware checksum supportedRussell King (Oracle)
2026-04-02net: stmmac: move TSO VLAN tag insertion to core codeRussell King (Oracle)
2026-04-02net: stmmac: add GSO MSS checksRussell King (Oracle)
2026-04-02net: stmmac: add TSO check for header lengthRussell King (Oracle)
2026-04-02net: stmmac: add stmmac_tso_header_size()Russell King (Oracle)
2026-04-02net: stmmac: fix TSO support when some channels have TBS availableRussell King (Oracle)
2026-04-02net: stmmac: fix .ndo_fix_features()Russell King (Oracle)
2026-04-02net: stmmac: fix channel TSO enable on resumeRussell King (Oracle)
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-31net: stmmac: skip VLAN restore when VLAN hash ops are missingMichal Piekos
2026-03-27net: stmmac: provide flag to disable EEERussell King (Oracle)
2026-03-24net: stmmac: elminate tbs_desc in stmmac_xmit()Russell King (Oracle)
2026-03-24net: stmmac: use first_desc for TBSRussell King (Oracle)
2026-03-24net: stmmac: move stmmac_xmit() initial variable initRussell King (Oracle)
2026-03-24net: stmmac: move stmmac_xmit() first entry index codeRussell King (Oracle)
2026-03-24net: stmmac: move first xmit descriptor SARC and TBS configRussell King (Oracle)
2026-03-24net: stmmac: move stmmac_xmit() skb head handlingRussell King (Oracle)
2026-03-23net: stmmac: use integrated PCS for BASE-X modesRussell King (Oracle)
2026-03-23net: stmmac: move default_an_inband to plat_stmmacenet_dataRussell King (Oracle)
2026-03-19net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()Russell King (Oracle)
2026-03-19net: stmmac: use more descriptive names in stmmac_xmit()Russell King (Oracle)
2026-03-19net: stmmac: simplify DMA descriptor allocation/init/freeingRussell King (Oracle)
2026-03-19net: stmmac: rename "mode" to "descriptor_mode"Russell King (Oracle)
2026-03-17net: stmmac: use queue rather than ->queue_indexRussell King (Oracle)
2026-03-17net: stmmac: remove tx_tail_addrRussell King (Oracle)
2026-03-17net: stmmac: add helper to set transmit tail pointerRussell King (Oracle)
2026-03-17net: stmmac: add helper to get size of a transmit descriptorRussell King (Oracle)
2026-03-17net: stmmac: add helper to get hardware transmit descriptorRussell King (Oracle)
2026-03-17net: stmmac: simplify stmmac_set_queue_rx_buf_size()Russell King (Oracle)
2026-03-17net: stmmac: add helper to set receive buffer sizeRussell King (Oracle)
2026-03-17net: stmmac: use consistent tests for receive buffer sizeRussell King (Oracle)
2026-03-17net: stmmac: remove rx_tail_addrRussell King (Oracle)
2026-03-17net: stmmac: add helper to set receive tail pointerRussell King (Oracle)
2026-03-17net: stmmac: add helper to get size of a receive descriptorRussell King (Oracle)
2026-03-17net: stmmac: add helper to get hardware receive descriptorRussell King (Oracle)
2026-03-17net: stmmac: clean up stmmac_clear_rx_descriptors()Russell King (Oracle)
2026-03-17net: stmmac: helpers for filling tx_q->tx_skbuff_dmaRussell King (Oracle)
2026-03-16net: stmmac: move MSI data out of struct stmmac_privRussell King (Oracle)