index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phylink.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-05
net: phy: transfer phy_config_inband() locking responsibility to phylink
Vladimir Oltean
1
-0
/
+9
2025-09-05
net: phylink: add lock for serializing concurrent pl->phydev writes with resolver
Vladimir Oltean
1
-3
/
+16
2025-09-03
net: phylink: move PHY interrupt request to non-fail path
Russell King (Oracle)
1
-3
/
+3
2025-09-02
net: phylink: disable autoneg for interfaces that have no inband
Russell King (Oracle)
1
-0
/
+18
2025-09-02
net: phylink: provide phylink_get_inband_type()
Russell King (Oracle)
1
-35
/
+44
2025-07-09
net: phy: MII-Lite PHY interface mode
Kamil HorĂ¡k - 2N
1
-0
/
+1
2025-07-07
net: phylink: add phylink_sfp_select_interface_speed()
Russell King (Oracle)
1
-1
/
+40
2025-07-07
net: phylink: clear SFP interfaces when not in use
Russell King (Oracle)
1
-0
/
+10
2025-07-07
net: phylink: restrict SFP interfaces to those that are supported
Russell King (Oracle)
1
-5
/
+4
2025-06-24
net: phy: Add interface types for 50G and 100G
Alexander Duyck
1
-0
/
+13
2025-04-29
net: phylink: Drop unused defines for SUPPORTED/ADVERTISED_INTERFACES
Alexander Duyck
1
-7
/
+0
2025-04-22
net: phylink: fix suspend/resume with WoL enabled and link down
Russell King (Oracle)
1
-16
/
+22
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-25
net: phylink: force link down on major_config failure
Russell King (Oracle)
1
-8
/
+34
2025-03-25
net: phylink: add functions to block/unblock rx clock stop
Russell King (Oracle)
1
-0
/
+59
2025-03-25
net: phylink: add phylink_prepare_resume()
Russell King (Oracle)
1
-0
/
+25
2025-03-24
net: phylink: Remove unused function pointer from phylink structure
Alexander Duyck
1
-2
/
+0
2025-03-18
net: phylink: Use phy_caps to get an interface's capabilities and modes
Maxime Chevallier
1
-76
/
+14
2025-03-18
net: phylink: Convert capabilities to linkmodes using phy_caps
Maxime Chevallier
1
-134
/
+21
2025-03-18
net: phylink: Add a mapping between MAC_CAPS and LINK_CAPS
Maxime Chevallier
1
-24
/
+25
2025-03-18
net: phylink: Use phy_caps_lookup for fixed-link configuration
Maxime Chevallier
1
-13
/
+31
2025-03-18
net: phy: phy_caps: Allow looking-up link caps based on speed and duplex
Maxime Chevallier
1
-8
/
+9
2025-03-07
net: phylink: Remove unused phylink_init_eee
Dr. David Alan Gilbert
1
-18
/
+0
2025-03-05
net: phylink: use pl->link_interface in phylink_expects_phy()
Choong Yong Liang
1
-1
/
+1
2025-02-14
net: remove phylink_pcs .neg_mode boolean
Russell King (Oracle)
1
-25
/
+5
2025-02-14
net: phylink: add support for notifying PCS about EEE
Russell King (Oracle)
1
-3
/
+22
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+9
2025-02-12
net: phylink: provide phylink_mac_implements_lpi()
Russell King (Oracle)
1
-2
/
+1
2025-02-11
net: phylink: make configuring clock-stop dependent on MAC support
Russell King (Oracle)
1
-6
/
+9
2025-01-20
net: phylink: fix regression when binding a PHY
Russell King (Oracle)
1
-1
/
+5
2025-01-20
net: phylink: always do a major config when attaching a SFP PHY
Russell King (Oracle)
1
-6
/
+5
2025-01-16
net: phylink: add EEE management
Russell King (Oracle)
1
-5
/
+133
2025-01-16
net: phylink: add phylink_link_is_up() helper
Russell King (Oracle)
1
-5
/
+6
2025-01-15
net: phylink: provide fixed state for 1000base-X and 2500base-X
Russell King (Oracle)
1
-10
/
+19
2025-01-15
net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()
Russell King (Oracle)
1
-4
/
+8
2025-01-15
net: phylink: pass neg_mode into c22 state decoder
Russell King (Oracle)
1
-2
/
+5
2025-01-15
net: phylink: pass neg_mode into .pcs_get_state() method
Russell King (Oracle)
1
-1
/
+1
2025-01-15
net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()
Russell King (Oracle)
1
-6
/
+16
2025-01-06
net: phylink: add support for PCS supported_interfaces bitmap
Russell King (Oracle)
1
-0
/
+11
2024-12-15
net: phylink: improve phylink_sfp_config_phy() error message with missing PHY driver
Vladimir Oltean
1
-0
/
+7
2024-12-04
net: phylink: remove phylink_phy_no_inband()
Russell King (Oracle)
1
-21
/
+6
2024-12-04
net: phylink: add negotiation of in-band capabilities
Russell King (Oracle)
1
-10
/
+144
2024-12-04
net: phylink: add pcs_inband_caps() method
Russell King (Oracle)
1
-0
/
+60
2024-12-04
net: phylink: add debug for phylink_major_config()
Russell King (Oracle)
1
-1
/
+26
2024-12-04
net: phylink: split cur_link_an_mode into requested and active
Russell King (Oracle)
1
-29
/
+31
2024-12-04
net: phylink: pass phylink and pcs into phylink_pcs_neg_mode()
Russell King (Oracle)
1
-13
/
+13
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+8
2024-11-13
net: phylink: ensure PHY momentary link-fails are handled
Russell King (Oracle)
1
-6
/
+8
2024-11-11
net: phylink: clean up phylink_resolve()
Russell King (Oracle)
1
-19
/
+16
2024-11-11
net: phylink: remove switch() statement in resolve handling
Russell King (Oracle)
1
-49
/
+45
[next]