index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pcs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-01
net: pcs: xpcs: fix the wrong register that was written back
Jiawen Wu
1
-1
/
+1
2024-07-05
net: pcs: xpcs: Add fwnode-based descriptor creation method
Serge Semin
1
-0
/
+50
2024-07-05
net: pcs: xpcs: Add Synopsys DW xPCS platform device driver
Serge Semin
5
-9
/
+529
2024-07-05
net: pcs: xpcs: Introduce DW XPCS info structure
Serge Semin
1
-54
/
+50
2024-07-05
net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compat
Serge Semin
1
-19
/
+19
2024-07-05
net: pcs: xpcs: Convert xpcs_id to dw_xpcs_desc
Serge Semin
1
-16
/
+16
2024-07-05
net: pcs: xpcs: Split up xpcs_create() body to sub-functions
Serge Semin
1
-33
/
+69
2024-07-05
net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h
Serge Semin
2
-7
/
+4
2024-05-13
net: pcs: lynx: no need to read LPA in lynx_pcs_get_state_2500basex()
Vladimir Oltean
1
-3
/
+2
2024-03-28
net: pcs: rzn1-miic: Init RX clock early if MAC requires it
Romain Gantois
1
-0
/
+28
2024-03-07
net: pcs: rzn1-miic: update PCS driver to use neg_mode
Russell King (Oracle)
1
-2
/
+3
2024-02-26
net: pcs: xpcs: Explicitly return error on caps validation
Serge Semin
1
-3
/
+4
2024-02-26
net: pcs: xpcs: Return EINVAL in the internal methods
Serge Semin
1
-2
/
+2
2024-02-26
net: pcs: xpcs: Drop redundant workqueue.h include directive
Serge Semin
1
-1
/
+1
2024-02-26
net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list
Serge Semin
1
-3
/
+1
2024-01-29
net: fill in MODULE_DESCRIPTION()s for PCS drivers
Breno Leitao
3
-0
/
+3
2023-12-05
net: pcs: rzn1-miic: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-27
net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS drivers
Raju Lakkaraju
2
-0
/
+31
2023-08-25
net: pcs: xpcs: adapt Wangxun NICs for SGMII mode
Jiawen Wu
3
-6
/
+52
2023-08-25
net: pcs: xpcs: add 1000BASE-X AN interrupt support
Jiawen Wu
2
-1
/
+21
2023-08-25
net: pcs: xpcs: support to switch mode for Wangxun NICs
Jiawen Wu
4
-6
/
+225
2023-08-25
net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICs
Jiawen Wu
1
-3
/
+32
2023-08-21
net: pcs: lynxi: implement pcs_disable op
Daniel Golle
1
-0
/
+8
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2023-08-13
net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything in fixed-link...
Vladimir Oltean
1
-1
/
+1
2023-08-11
net: pcs: Add missing put_device call in miic_create
Xiang Yang
1
-2
/
+8
2023-07-26
net: phy/pcs: Explicitly include correct DT includes
Rob Herring
1
-0
/
+1
2023-06-22
net: pcs: lynx: update PCS driver to use neg_mode
Russell King (Oracle)
1
-18
/
+18
2023-06-22
net: pcs: lynxi: update PCS driver to use neg_mode
Russell King (Oracle)
1
-23
/
+16
2023-06-22
net: pcs: xpcs: update PCS driver to use neg_mode
Russell King (Oracle)
1
-20
/
+23
2023-06-22
net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()
Russell King (Oracle)
1
-6
/
+12
2023-06-08
net: pcs: lynx: check that the fwnode is available prior to use
Russell King (Oracle)
1
-0
/
+14
2023-06-08
net: pcs: lynx: change lynx_pcs_create() to return error-pointers
Russell King (Oracle)
1
-13
/
+1
2023-06-08
net: pcs: lynx: make lynx_pcs_create() static
Russell King (Oracle)
1
-2
/
+1
2023-06-08
net: pcs: lynx: add lynx_pcs_create_fwnode()
Russell King (Oracle)
1
-0
/
+29
2023-06-08
net: pcs: lynx: remove lynx_get_mdio_device()
Russell King (Oracle)
1
-8
/
+0
2023-06-08
net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCS
Jiawen Wu
1
-0
/
+30
2023-06-05
net: pcs: xpcs: remove xpcs_create() from public view
Russell King (Oracle)
1
-3
/
+2
2023-06-05
net: pcs: Drop the TSE PCS driver
Maxime Chevallier
3
-167
/
+0
2023-05-29
net: pcs: lynx: add lynx_pcs_create_mdiodev()
Russell King (Oracle)
1
-0
/
+31
2023-05-29
net: pcs: xpcs: add xpcs_create_mdiodev()
Russell King (Oracle)
1
-0
/
+28
2023-05-24
net: pcs: xpcs: avoid reading STAT1 more than once
Russell King (Oracle)
1
-41
/
+50
2023-05-24
net: pcs: xpcs: use phylink_resolve_c73() helper
Russell King (Oracle)
1
-39
/
+1
2023-05-24
net: pcs: xpcs: correct pause resolution
Russell King (Oracle)
1
-1
/
+10
2023-05-24
net: pcs: xpcs: correct lp_advertising contents
Russell King (Oracle)
1
-4
/
+5
2023-05-24
net: pcs: xpcs: use mii_c73_to_linkmode() helper
Russell King (Oracle)
1
-12
/
+1
2023-05-24
net: pcs: xpcs: clean up reading clause 73 link partner advertisement
Russell King (Oracle)
2
-25
/
+17
2023-05-17
net: pcs: xpcs: fix C73 AN not getting enabled
Vladimir Oltean
1
-1
/
+1
2023-05-10
net: pcs: xpcs: fix incorrect number of interfaces
Russell King (Oracle)
1
-1
/
+1
2023-03-22
net: pcs: xpcs: use Autoneg bit rather than an_enabled
Russell King (Oracle)
1
-3
/
+7
[next]