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