index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-14
net: lan743x: Remove duplicate check
Jinjie Ruan
1
-21
/
+14
2024-10-11
net: sparx5: fix source port register when mirroring
Daniel Machon
1
-6
/
+6
2024-10-08
net: sparx5: redefine internal ports and PGID's as offsets
Daniel Machon
11
-45
/
+86
2024-10-08
net: sparx5: add is_sparx5 macro and use it throughout
Daniel Machon
5
-52
/
+90
2024-10-08
net: sparx5: ops out function for DSM calendar calculation
Daniel Machon
3
-18
/
+26
2024-10-08
net: sparx5: ops out PTP IRQ handler
Daniel Machon
2
-1
/
+5
2024-10-08
net: sparx5: ops out function for setting the port mux
Daniel Machon
3
-4
/
+10
2024-10-08
net: sparx5: ops out functions for getting certain array values
Daniel Machon
7
-5
/
+27
2024-10-08
net: sparx5: ops out chip port to device index/bit functions
Daniel Machon
4
-2
/
+13
2024-10-08
net: sparx5: add ops to match data
Daniel Machon
4
-18
/
+44
2024-10-08
net: sparx5: use SPX5_CONST for constants which do not have a symbol
Daniel Machon
1
-4
/
+9
2024-10-08
net: sparx5: use SPX5_CONST for constants which already have a symbol
Daniel Machon
15
-63
/
+90
2024-10-08
net: sparx5: add constants to match data
Daniel Machon
2
-0
/
+42
2024-10-08
net: sparx5: add *sparx5 argument to a few functions
Daniel Machon
8
-48
/
+48
2024-10-08
net: sparx5: modify SPX5_PORTS_ALL macro
Daniel Machon
1
-1
/
+2
2024-10-08
net: sparx5: add indirection layer to register macros
Daniel Machon
6
-1954
/
+3009
2024-10-08
net: sparx5: add support for private match data
Daniel Machon
2
-15
/
+34
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-10-01
net: microchip: Make FDMA config symbol invisible
Geert Uytterhoeven
1
-1
/
+1
2024-09-22
net: sparx5: Fix invalid timestamps
Aakash Menon
1
-1
/
+5
2024-09-11
microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
Parthiban Veerasooran
5
-0
/
+456
2024-09-11
net: lan743x: Add support to ethtool phylink get and set settings
Raju Lakkaraju
3
-79
/
+67
2024-09-11
net: lan743x: Migrate phylib to phylink
Raju Lakkaraju
3
-225
/
+349
2024-09-11
net: lan743x: Create separate Link Speed Duplex state function
Raju Lakkaraju
1
-30
/
+45
2024-09-11
net: lan743x: Create separate PCS power reset function
Raju Lakkaraju
1
-26
/
+29
2024-09-10
net: lan966x: refactor buffer reload function
Daniel Machon
1
-10
/
+4
2024-09-10
net: lan966x: use a few FDMA helpers throughout
Daniel Machon
1
-31
/
+11
2024-09-10
net: lan966x: ditch tx->last_in_use variable
Daniel Machon
2
-18
/
+4
2024-09-10
net: lan966x: use library helper for freeing tx buffers
Daniel Machon
1
-6
/
+1
2024-09-10
net: lan966x: use FDMA library for adding DCB's in the tx path
Daniel Machon
1
-32
/
+30
2024-09-10
net: lan966x: use the FDMA library for allocation of tx buffers
Daniel Machon
2
-57
/
+34
2024-09-10
net: lan966x: use library helper for freeing rx buffers
Daniel Machon
1
-14
/
+2
2024-09-10
net: lan966x: use FDMA library for adding DCB's in the rx path
Daniel Machon
1
-49
/
+5
2024-09-10
net: lan966x: use the FDMA library for allocation of rx buffers
Daniel Machon
2
-76
/
+55
2024-09-10
net: lan966x: replace a few variables with new equivalent ones
Daniel Machon
2
-69
/
+81
2024-09-10
net: lan966x: use FDMA library symbols
Daniel Machon
2
-9
/
+2
2024-09-10
net: lan966x: select FDMA library
Daniel Machon
1
-0
/
+1
2024-09-06
net: sparx5: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+4
2024-09-06
net: lan966x: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+4
2024-09-06
lan743x: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+2
2024-09-04
net: sparx5: ditch sparx5_fdma_rx/tx_reload() functions
Daniel Machon
1
-10
/
+4
2024-09-04
net: sparx5: use contiguous memory for tx buffers
Daniel Machon
2
-45
/
+13
2024-09-04
net: sparx5: use library helper for freeing tx buffers
Daniel Machon
1
-0
/
+1
2024-09-04
net: sparx5: use FDMA library for adding DCB's in the tx path
Daniel Machon
1
-30
/
+9
2024-09-04
net: sparx5: use the FDMA library for allocation of tx buffers
Daniel Machon
2
-64
/
+44
2024-09-04
net: sparx5: use a few FDMA helpers in the rx path
Daniel Machon
1
-10
/
+7
2024-09-04
net: sparx5: use library helper for freeing rx buffers
Daniel Machon
1
-0
/
+1
2024-09-04
net: sparx5: use FDMA library for adding DCB's in the rx path
Daniel Machon
1
-46
/
+3
2024-09-04
net: sparx5: use the FDMA library for allocation of rx buffers
Daniel Machon
2
-54
/
+43
[prev]
[next]