Age | Commit message (Expand) | Author |
2024-05-13 | net: stmmac: move the EST structure to struct stmmac_priv | Xiaolei Wang |
2024-05-13 | net: stmmac: move the EST lock to struct stmmac_priv | Xiaolei Wang |
2024-05-13 | net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devices | Serge Semin |
2024-05-13 | net: stmmac: Add dedicated XPCS cleanup method | Serge Semin |
2024-02-12 | net: stmmac: Add driver support for common safety IRQ | Suraj Jaiswal |
2024-01-16 | net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c... | Qiang Ma |
2023-12-04 | net: stmmac: Refactor EST implementation | Rohan G Thomas |
2023-11-29 | net: stmmac: Add Tx HWTS support to XDP ZC | Song Yoong Siang |
2023-09-19 | net: stmmac: fix incorrect rxq|txq_stats reference | Jisheng Zhang |
2023-08-07 | page_pool: split types and declarations from page_pool.h | Yunsheng Lin |
2023-08-03 | eth: add missing xdp.h includes in drivers | Jakub Kicinski |
2023-07-19 | net: stmmac: use per-queue 64 bit statistics where necessary | Jisheng Zhang |
2023-04-17 | net: stmmac: add Rx HWTS metadata to XDP receive pkt | Song Yoong Siang |
2023-04-17 | net: stmmac: introduce wrapper for struct xdp_buff | Song Yoong Siang |
2023-02-13 | net: stmmac: Make stmmac_dvr_remove() return void | Uwe Kleine-König |
2022-07-25 | net: ethernet: stmicro: stmmac: move dma conf to dedicated struct | Christian Marangi |
2022-07-18 | net: stmmac: switch to use interrupt for hw crosstimestamping | Wong Vee Khee |
2022-02-07 | net: stmmac: optimize locking around PTP clock reads | Yannick Vignon |
2022-01-24 | net: stmmac: remove unused members in struct stmmac_priv | Jisheng Zhang |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-29 | net: Add includes masked by netdevice.h including uapi/bpf.h | Jakub Kicinski |
2021-12-23 | net: stmmac: add tc flower filter for EtherType matching | Ong Boon Leong |
2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-14 | net: stmmac: fix tc flower deletion for VLAN priority Rx steering | Ong Boon Leong |
2021-11-29 | stmmac: remove ethtool driver version info | Heiner Kallweit |
2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-11-22 | net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls | Holger Assmann |
2021-11-15 | net: stmmac: enhance XDP ZC driver level switching performance | Ong Boon Leong |
2021-08-20 | stmmac: Revert "stmmac: align RX buffers" | Marc Zyngier |
2021-07-05 | net: stmmac: separate the tas basetime calculation function | Xiaoliang Yang |
2021-06-15 | stmmac: align RX buffers | Matteo Croce |
2021-06-11 | net: stmmac: Fix potential integer overflow | Wong Vee Khee |
2021-06-08 | net: stmmac: split xPCS setup from mdio register | Voon Weifeng |
2021-04-14 | net: stmmac: Add support for external trigger timestamping | Tan Tee Min |
2021-04-13 | net: stmmac: Add TX via XDP zero-copy socket | Ong Boon Leong |
2021-04-13 | net: stmmac: Enable RX via AF_XDP zero-copy | Ong Boon Leong |
2021-04-13 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle |
2021-04-03 | net: stmmac: Add support for XDP_REDIRECT action | Ong Boon Leong |
2021-04-03 | net: stmmac: Add support for XDP_TX action | Ong Boon Leong |
2021-04-03 | net: stmmac: Add initial XDP support | Ong Boon Leong |
2021-04-03 | net: stmmac: make SPH enable/disable to be configurable | Ong Boon Leong |
2021-03-25 | net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TX | Ong Boon Leong |
2021-03-24 | net: stmmac: support FPE link partner hand-shaking procedure | Ong Boon Leong |
2021-03-17 | net: stmmac: add per-queue TX & RX coalesce ethtool support | Ong Boon Leong |
2021-03-15 | net: stmmac: add clocks management for gmac driver | Joakim Zhang |
2020-11-24 | net: stmmac: Use hrtimer for TX coalescing | Vincent Whitchurch |
2020-10-30 | net: stmmac: Enable EEE HW LPI timer with auto SW/HW switching | Vineetha G. Jaya Kumaran |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-10-03 | net: stmmac: Modify configuration method of EEE timers | Vineetha G. Jaya Kumaran |
2020-09-16 | net: stmmac: Add support to Ethtool get/set ring parameters | Song, Yoong Siang |