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.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
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
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
3
-12
/
+20
2024-11-07
net: ucc_geth: fix usage with NVMEM MAC address
Rosen Penev
1
-1
/
+3
2024-11-07
net: ucc_geth: use devm for register_netdev
Rosen Penev
1
-2
/
+1
2024-11-07
net: ucc_geth: use devm for alloc_etherdev
Rosen Penev
1
-7
/
+3
2024-11-07
net: ucc_geth: use devm for kmemdup
Rosen Penev
1
-10
/
+7
2024-11-07
net: enetc: Fix spelling mistake "referencce" -> "reference"
Colin Ian King
1
-1
/
+1
2024-11-05
net: dpaa_eth: extract hash using __be32 pointer in rx_default_dqrr()
Vladimir Oltean
1
-1
/
+1
2024-11-05
net: dpaa_eth: add assertions about SGT entry offsets in sg_fd_to_skb()
Vladimir Oltean
1
-9
/
+15
2024-11-04
net: enetc: add preliminary support for i.MX95 ENETC PF
Wei Fang
14
-28
/
+1113
2024-11-04
net: enetc: optimize the allocation of tx_bdr
Clark Wang
1
-2
/
+8
2024-11-04
net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
Clark Wang
1
-85
/
+92
2024-11-04
net: enetc: add i.MX95 EMDIO support
Wei Fang
1
-0
/
+3
2024-11-04
net: enetc: remove ERR050089 workaround for i.MX95
Vladimir Oltean
2
-10
/
+52
2024-11-04
net: enetc: build enetc_pf_common.c as a separate module
Wei Fang
6
-16
/
+89
2024-11-04
net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
Wei Fang
4
-295
/
+319
2024-11-04
net: enetc: add initial netc-blk-ctrl driver support
Wei Fang
3
-0
/
+462
2024-11-03
net: enetc: allocate vf_state during PF probes
Wei Fang
1
-9
/
+9
2024-11-03
dim: pass dim_sample to net_dim() by reference
Caleb Sander Mateos
1
-1
/
+1
2024-11-01
net: dpaa_eth: print FD status in CPU endianness in dpaa_eth_fd tracepoint
Vladimir Oltean
1
-1
/
+1
2024-11-01
net: enetc: set MAC address to the VF net_device
Wei Fang
1
-1
/
+8
2024-11-01
fsl/fman: Validate cell-index value obtained from Device Tree
Aleksandr Mishin
3
-1
/
+8
2024-11-01
net: freescale: use ethtool string helpers
Rosen Penev
8
-88
/
+51
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-18
/
+56
2024-10-21
fsl/fman: Fix refcount handling of fman-related devices
Aleksandr Mishin
1
-15
/
+47
2024-10-21
fsl/fman: Save device references taken in mac_probe()
Aleksandr Mishin
2
-3
/
+9
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-13
/
+44
2024-10-15
net: ethernet: fs_enet: Use %pa to format resource_size_t
Simon Horman
1
-1
/
+1
2024-10-15
net: fec_mpc52xx_phy: Use %pa to format resource_size_t
Simon Horman
1
-1
/
+1
2024-10-15
net: gianfar: Use __be64 * to store pointers to big endian values
Simon Horman
1
-3
/
+4
2024-10-12
net: enetc: disable NAPI after all rings are disabled
Wei Fang
1
-6
/
+6
2024-10-12
net: enetc: disable Tx BD rings after they are empty
Wei Fang
1
-10
/
+26
2024-10-12
net: enetc: block concurrent XDP transmissions during ring reconfiguration
Wei Fang
2
-0
/
+15
2024-10-12
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
Wei Fang
1
-1
/
+1
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2024-10-10
net: fec: don't save PTP state if PTP is unsupported
Wei Fang
1
-2
/
+4
2024-10-09
net: dpaa: use __dev_mc_sync in dpaa_set_rx_mode()
Jonas Rebmann
6
-49
/
+18
2024-10-09
fsl/fman: Fix a typo
Andrew Kreimer
1
-1
/
+1
2024-10-08
net: fec: make PPS channel configurable
Francesco Dolcini
1
-2
/
+4
2024-10-08
net: fec: refactor PPS channel configuration
Francesco Dolcini
1
-5
/
+4
2024-10-05
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
11
-11
/
+11
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-1
/
+69
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-10-01
net: fec: Reload PTP registers after link-state change
Csókás, Bence
2
-0
/
+23
2024-10-01
net: fec: Restart PPS after link state change
Csókás, Bence
3
-1
/
+46
2024-09-15
net: ethernet: fs_enet: Make the per clock optional
Maxime Chevallier
1
-1
/
+1
2024-09-14
net: enetc: Replace ifdef with IS_ENABLED
Martyn Welch
3
-23
/
+20
2024-09-13
net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
1
-2
/
+1
2024-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+8
2024-09-12
net: gianfar: fix NVMEM mac address
Rosen Penev
1
-0
/
+2
[next]