index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
enetc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
net: enetc: fix device and OF node leak at probe
Johan Hovold
1
-2
/
+12
2025-07-01
net: enetc: read 64-bit statistics from port MAC counters
Wei Fang
1
-42
/
+42
2025-07-01
net: enetc: separate 64-bit counters from enetc_port_counters
Wei Fang
2
-1
/
+15
2025-07-01
net: enetc: change the statistics of ring to unsigned long type
Wei Fang
1
-11
/
+11
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-06-26
net: enetc: Correct endianness handling in _enetc_rd_reg64
Simon Horman
1
-1
/
+1
2025-06-17
net: enetc: replace PCVLANR1/2 with SICVLANR1/2 and remove dead branch
Wei Fang
2
-7
/
+8
2025-06-17
eth: enetc: migrate to new RXFH callbacks
Jakub Kicinski
1
-6
/
+5
2025-06-06
net: enetc: fix the netc-lib driver build dependency
Wei Fang
1
-1
/
+5
2025-05-21
net: enetc: fix the error handling in enetc4_pf_netdev_create()
Wei Fang
1
-1
/
+2
2025-05-15
net: phy: remove Kconfig symbol MDIO_DEVRES
Heiner Kallweit
1
-2
/
+0
2025-05-14
net: enetc: fix implicit declaration of function FIELD_PREP
Wei Fang
1
-0
/
+1
2025-05-14
net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
4
-26
/
+31
2025-05-09
net: enetc: add loopback support for i.MX95 ENETC PF
Wei Fang
2
-3
/
+19
2025-05-09
net: enetc: add VLAN filtering support for i.MX95 ENETC PF
Wei Fang
3
-7
/
+34
2025-05-09
net: enetc: move generic VLAN hash filter functions to enetc_pf_common.c
Wei Fang
3
-57
/
+62
2025-05-09
net: enetc: extract enetc_refresh_vlan_ht_filter()
Wei Fang
1
-12
/
+8
2025-05-09
net: enetc: enable RSS feature by default
Wei Fang
3
-16
/
+23
2025-05-09
net: enetc: change enetc_set_rss() to void type
Wei Fang
1
-3
/
+1
2025-05-09
net: enetc: add RSS support for i.MX95 ENETC PF
Wei Fang
6
-13
/
+74
2025-05-09
net: enetc: make enetc_set_rss_key() reusable
Wei Fang
6
-28
/
+28
2025-05-09
net: enetc: add set/get_rss_table() hooks to enetc_si_ops
Wei Fang
5
-7
/
+32
2025-05-09
net: enetc: add debugfs interface to dump MAC filter
Wei Fang
5
-0
/
+116
2025-05-09
net: enetc: add MAC filtering for i.MX95 ENETC PF
Wei Fang
4
-0
/
+274
2025-05-09
net: enetc: move generic MAC filtering interfaces to enetc-core
Wei Fang
4
-45
/
+51
2025-05-09
net: enetc: add command BD ring support for i.MX95 ENETC
Wei Fang
3
-2
/
+84
2025-05-09
net: enetc: add initial netc-lib driver to support NTMP
Wei Fang
4
-0
/
+576
2025-05-02
net: phy: factor out provider part from mdio_bus.c
Heiner Kallweit
1
-2
/
+1
2025-04-29
mdio: fix CONFIG_MDIO_DEVRES selects
Arnd Bergmann
1
-1
/
+2
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+28
2025-04-22
net: enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASS
Vladimir Oltean
1
-11
/
+15
2025-04-22
net: enetc: refactor bulk flipping of RX buffers to separate function
Vladimir Oltean
1
-5
/
+11
2025-04-22
net: enetc: register XDP RX queues with frag_size
Vladimir Oltean
1
-1
/
+2
2025-04-18
net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpy
Kees Cook
1
-2
/
+2
2025-02-26
net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()
Wei Fang
1
-8
/
+7
2025-02-26
net: enetc: remove the mm_lock from the ENETC v4 driver
Wei Fang
1
-1
/
+0
2025-02-26
net: enetc: add missing enetc4_link_deinit()
Wei Fang
1
-0
/
+1
2025-02-26
net: enetc: update UDP checksum when updating originTimestamp field
Wei Fang
1
-7
/
+34
2025-02-26
net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
Wei Fang
2
-2
/
+8
2025-02-26
net: enetc: correct the xdp_tx statistics
Wei Fang
1
-1
/
+1
2025-02-26
net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()
Wei Fang
1
-6
/
+10
2025-02-26
net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()
Wei Fang
1
-7
/
+19
2024-12-23
net: enetc: add UDP segmentation offload support
Wei Fang
2
-4
/
+8
2024-12-23
net: enetc: add LSO support for i.MX95 ENETC PF
Wei Fang
5
-10
/
+310
2024-12-23
net: enetc: update max chained Tx BD number for i.MX95 ENETC
Wei Fang
4
-6
/
+22
2024-12-23
net: enetc: add Tx checksum offload for i.MX95 ENETC
Wei Fang
4
-10
/
+63
2024-11-29
net: enetc: Do not configure preemptible TCs if SIs do not support
Wei Fang
1
-0
/
+3
2024-11-29
net: enetc: read TSN capabilities from port register, not SI
Vladimir Oltean
3
-12
/
+22
2024-11-15
net: enetc: clean up before returning in probe()
Dan Carpenter
1
-3
/
+5
2024-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-11
/
+19
[next]