summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2022-11-18net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2-29/+30
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+16
2022-11-16net: phy: aquantia: add AQR112 and AQR412 PHY IDsVladimir Oltean1-0/+40
2022-11-15net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin1-7/+9
2022-11-12net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong1-0/+7
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart1-0/+1
2022-11-10net: phy: dp83867: add TI PHY loopbackTan Tee Min1-0/+7
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-0/+1
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+4
2022-11-07net: phy: fix yt8521 duplicated argument to & or |Frank1-4/+4
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-03net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui1-1/+1
2022-10-31net: phy: Add driver for Motorcomm yt8521 gigabit ethernet phyFrank2-3/+1634
2022-10-28net: phy: mxl-gpy: Add PHY Auto/MDI/MDI-X set driver for GPY211 chipsRaju Lakkaraju1-1/+71
2022-10-28net: phy: mxl-gpy: Change gpy_update_interface() function return typeRaju Lakkaraju1-8/+20
2022-10-27net: dp83822: Print the SOR1 strap statusFabio Estevam1-0/+2
2022-10-27phylink: require valid state argument to phylink_validate_mask_caps()Jakub Kicinski1-3/+2
2022-10-26net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131Raju Lakkaraju1-0/+77
2022-10-25net: sfp: get rid of DM7052 hack when enabling high powerRussell King (Oracle)1-23/+6
2022-10-25net: sfp: add sfp_modify_u8() helperRussell King (Oracle)1-9/+22
2022-10-25net: sfp: provide a definition for the power level select bitRussell King (Oracle)1-3/+3
2022-10-25net: sfp: ignore power level 3 prior to SFF-8472 Rev 11.4Russell King (Oracle)1-1/+3
2022-10-25net: sfp: ignore power level 2 prior to SFF-8472 Rev 10.2Russell King (Oracle)1-1/+2
2022-10-25net: sfp: check firmware provided max powerRussell King (Oracle)1-7/+11
2022-10-24ethtool: Add support for 800Gbps link modesAmit Cohen1-1/+10
2022-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-3/+13
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-2/+12
2022-10-20net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-10-19net: phylink: provide phylink_validate_mask_caps() helperRussell King (Oracle)1-12/+29
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang1-0/+3
2022-10-15net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam1-0/+8
2022-10-13net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera1-4/+5
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()Marek Behún1-0/+3
2022-10-04net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel1-0/+2
2022-10-03net: sfp: add support for multigig RollBall transceiversMarek Behún1-10/+39
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún1-1/+5
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún1-13/+51
2022-10-03net: sfp: Add and use macros for SFP quirks definitionsMarek Behún1-35/+26
2022-10-03net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek Behún1-4/+1
2022-10-03net: phy: marvell10g: select host interface configurationRussell King1-0/+112
2022-10-03net: phy: marvell10g: Use tabs instead of spaces for indentationMarek Behún1-9/+9
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún1-0/+17
2022-10-03net: phylink: rename phylink_sfp_config()Russell King (Oracle)1-6/+5
2022-10-03net: phylink: use phy_interface_t bitmaps for optical modulesRussell King1-30/+134
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King8-26/+75
2022-10-03net: phylink: add ability to validate a set of interface modesRussell King (Oracle)1-7/+10
2022-09-30net: phy: Convert to use sysfs_emit() APIsWang Yufen2-7/+7