index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
21
-116
/
+167
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-01-20
dsa: Use str_enable_disable-like helpers
Krzysztof Kozlowski
3
-5
/
+8
2025-01-17
net: dsa: felix: report timestamping stats from the ocelot library
Vladimir Oltean
1
-0
/
+9
2025-01-15
net: phylink: pass neg_mode into .pcs_get_state() method
Russell King (Oracle)
6
-5
/
+10
2025-01-10
net: dsa: qca8k: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
1
-1
/
+1
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
2025-01-07
net: dsa: qca: remove qca8k_get_mac_eee()
Russell King (Oracle)
3
-9
/
+0
2025-01-07
net: dsa: mv88e6xxx: remove mv88e6xxx_get_mac_eee()
Russell King (Oracle)
1
-8
/
+0
2025-01-07
net: dsa: mt753x: remove ksz_get_mac_eee()
Russell King (Oracle)
1
-7
/
+0
2025-01-07
net: dsa: ksz: remove ksz_get_mac_eee()
Russell King (Oracle)
1
-7
/
+0
2025-01-07
net: dsa: b53/bcm_sf2: remove b53_get_mac_eee()
Russell King (Oracle)
3
-9
/
+0
2025-01-07
net: dsa: mt753x: remove setting of tx_lpi parameters
Russell King (Oracle)
1
-6
/
+0
2025-01-07
net: dsa: ksz: remove setting of tx_lpi parameters
Russell King (Oracle)
1
-8
/
+0
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-20
/
+102
2024-12-20
net: dsa: microchip: Do not execute PTP driver code for unsupported switches
Tristram Ha
2
-11
/
+30
2024-12-19
net: dsa: microchip: Add suspend/resume support to KSZ DSA driver
Tristram Ha
4
-0
/
+47
2024-12-19
net: dsa: microchip: Fix LAN937X set_ageing_time function
Tristram Ha
2
-6
/
+65
2024-12-19
net: dsa: microchip: Fix KSZ9477 set_ageing_time function
Tristram Ha
2
-14
/
+37
2024-12-18
net: dsa: qca8k: Fix inconsistent use of jiffies vs milliseconds
Andrew Lunn
2
-3
/
+3
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-30
/
+29
2024-12-12
net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundaries
Jesse Van Gavere
1
-24
/
+18
2024-12-11
net: dsa: ksz: implement .support_eee() method
Russell King (Oracle)
1
-15
/
+5
2024-12-11
net: dsa: mv88e6xxx: implement .support_eee() method
Russell King (Oracle)
1
-0
/
+1
2024-12-11
net: dsa: qca8k: implement .support_eee() method
Russell King (Oracle)
1
-0
/
+1
2024-12-11
net: dsa: mt753x: implement .support_eee() method
Russell King (Oracle)
1
-0
/
+1
2024-12-11
net: dsa: b53/bcm_sf2: implement .support_eee() method
Russell King (Oracle)
3
-6
/
+9
2024-12-11
net: dsa: felix: fix stuck CPU-injected packets with short taprio windows
Vladimir Oltean
1
-6
/
+11
2024-12-11
lib: packing: demote truncation error in pack() to a warning in __pack()
Vladimir Oltean
1
-6
/
+2
2024-12-10
dsa: mv88e6xxx: Centralise common statistics check
Andrew Lunn
1
-12
/
+3
2024-12-10
dsa: mv88e6xxx: Move available stats into info structure
Andrew Lunn
2
-4
/
+39
2024-12-09
net: dsa: microchip: Make MDIO bus name unique
Jesse Van Gavere
1
-1
/
+5
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
7
-28
/
+28
2024-11-13
net: dsa: microchip: Add LAN9646 switch support to KSZ DSA driver
Tristram Ha
5
-3
/
+73
2024-11-12
dsa: qca8k: Use nested lock to avoid splat
Andrew Lunn
1
-1
/
+1
2024-11-11
net: dsa: microchip: parse PHY config from device tree
Oleksij Rempel
1
-6
/
+73
2024-11-11
net: dsa: microchip: add support for side MDIO interface in LAN937x
Oleksij Rempel
4
-16
/
+223
2024-11-11
net: dsa: microchip: cleanup error handling in ksz_mdio_register
Oleksij Rempel
1
-6
/
+4
2024-11-11
net: dsa: microchip: Refactor MDIO handling for side MDIO access
Oleksij Rempel
2
-10
/
+224
2024-11-03
net: dsa: mt7530: Add TBF qdisc offload support
Lorenzo Bianconi
2
-0
/
+61
2024-11-03
net: dsa: use ethtool string helpers
Rosen Penev
14
-95
/
+59
2024-10-28
net: dsa: mv88e6xxx: fix unreleased fwnode_handle in setup_port()
Javier Carrasco
1
-0
/
+1
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-47
/
+89
2024-10-24
net: dsa: mv88e6xxx: support 4000ps cycle counter period
Shenghao Yang
1
-3
/
+20
2024-10-24
net: dsa: mv88e6xxx: read cycle counter period from hardware
Shenghao Yang
2
-19
/
+43
2024-10-24
net: dsa: mv88e6xxx: group cycle counter coefficients
Shenghao Yang
2
-33
/
+32
2024-10-24
net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x
Tim Harvey
1
-10
/
+11
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-2
/
+1
2024-10-20
net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
Peter Rashleigh
1
-0
/
+1
2024-10-17
net: dsa: mv88e6xxx: return NULL when no PCS is present
Russell King (Oracle)
1
-1
/
+1
[next]