index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-23
net: pcs: xpcs: remove return statements in void function
Russell King (Oracle)
1
-6
/
+13
2024-10-23
net: pcs: xpcs: rename xpcs_config_usxgmii()
Russell King (Oracle)
1
-2
/
+2
2024-10-23
net: pcs: xpcs: combine xpcs_link_up_{1000basex,sgmii}()
Russell King (Oracle)
1
-31
/
+23
2024-10-23
net: pcs: xpcs: replace open-coded mii_bmcr_encode_fixed()
Russell King (Oracle)
1
-4
/
+1
2024-10-23
net: pcs: xpcs: rearrange xpcs_link_up_1000basex()
Russell King (Oracle)
1
-3
/
+4
2024-10-23
net: pcs: xpcs: remove switch() in xpcs_link_up_1000basex()
Russell King (Oracle)
1
-8
/
+3
2024-10-23
net: pcs: xpcs: use generic register definitions
Russell King (Oracle)
2
-42
/
+34
2024-10-09
net: pcs: xpcs: move Wangxun VR_XS_PCS_DIG_CTRL1 configuration
Russell King (Oracle)
1
-6
/
+8
2024-10-09
net: pcs: xpcs: correctly place DW_VR_MII_DIG_CTRL1_2G5_EN
Russell King (Oracle)
1
-2
/
+1
2024-10-09
net: pcs: xpcs: use dev_*() to print messages
Russell King (Oracle)
1
-22
/
+22
2024-10-09
net: pcs: xpcs: convert to use read_poll_timeout()
Russell King (Oracle)
1
-10
/
+7
2024-10-09
net: pcs: xpcs: add _modify() accessors
Russell King (Oracle)
4
-142
/
+104
2024-10-09
net: pcs: xpcs: use FIELD_PREP() and FIELD_GET()
Russell King (Oracle)
2
-12
/
+6
2024-10-09
net: pcs: xpcs: move searching ID list out of line
Russell King (Oracle)
1
-20
/
+21
2024-10-09
net: pcs: xpcs: rename xpcs_get_id()
Russell King (Oracle)
1
-2
/
+2
2024-10-09
net: pcs: xpcs: move definition of struct dw_xpcs to private header
Russell King (Oracle)
1
-0
/
+18
2024-10-09
net: pcs: xpcs: provide a helper to get the phylink pcs given xpcs
Russell King (Oracle)
1
-0
/
+6
2024-10-09
net: pcs: xpcs: pass xpcs instead of xpcs->id to xpcs_find_compat()
Russell King (Oracle)
1
-7
/
+7
2024-10-09
net: pcs: xpcs: don't use array for interface
Russell King (Oracle)
1
-57
/
+14
2024-10-09
net: pcs: xpcs: remove dw_xpcs_compat enum
Russell King (Oracle)
1
-44
/
+25
2024-10-05
net: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-10-03
net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internal
Russell King (Oracle)
1
-6
/
+5
2024-10-03
net: pcs: xpcs: drop interface argument from xpcs_create*()
Russell King (Oracle)
1
-7
/
+3
2024-10-03
net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()
Russell King (Oracle)
1
-0
/
+18
2024-10-03
net: pcs: xpcs: get rid of xpcs_init_iface()
Russell King (Oracle)
1
-13
/
+4
2024-10-03
net: pcs: xpcs: drop interface argument from internal functions
Russell King (Oracle)
1
-6
/
+5
2024-10-03
net: pcs: xpcs: move PCS reset to .pcs_pre_config()
Russell King (Oracle)
1
-10
/
+29
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-14
net: pcs: lynx: no need to read LPA in lynx_pcs_get_state_2500basex()
Vladimir Oltean
1
-3
/
+2
2024-03-29
net: pcs: rzn1-miic: Init RX clock early if MAC requires it
Romain Gantois
1
-0
/
+28
2024-03-08
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-06
net: pcs: rzn1-miic: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-28
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
[next]