aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08net: phylink: Update SFP selected interface on advertising changesNathan Rossi1-1/+29
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)1-0/+82
2021-07-21net: phylink: cleanup ksettings_setRussell King (Oracle)1-7/+9
2021-07-20net: phylink: add phy change pause mode debugRussell King (Oracle)1-2/+3
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang1-3/+2
2021-06-16net: phy: correct format of block commentsWenpeng Liang1-3/+6
2021-06-12net: phylink: Add 25G BASE-R supportSteen Hegelund1-0/+5
2021-06-11net: phylink: Refactor phylink_of_phy_connect()Calvin Johnson1-38/+1
2021-06-11net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson1-0/+54
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-03-15net: phylink: Fix phylink_err() function name error in phylink_major_configOng Boon Leong1-1/+1
2021-03-15net: phylink: make phylink_parse_mode() support non-DT platformOng Boon Leong1-2/+3
2021-02-16net: phylink: Add 5gbase-r supportMarek BehĂșn1-0/+4
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-27net: phylink: disable BMCR_ISOLATE in phylink_mii_c22_pcs_configRobert Hancock1-1/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-08-31net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_stateIoana Ciornei1-0/+1
2020-08-31net: phylink: add helper function to decode USXGMII wordIoana Ciornei1-0/+43
2020-08-31net: phylink: avoid oops during initialisationRussell King1-1/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-21net: phylink: add interface to configure clause 22 PCS PHYRussell King1-0/+37
2020-07-21net: phylink: add struct phylink_pcsRussell King1-8/+26
2020-07-21net: phylink: re-implement interface configuration with PCSRussell King1-23/+52
2020-07-21net: phylink: in-band pause mode advertisement update for PCSRussell King1-4/+51
2020-07-21net: phylink: simplify fixed-link case for ksettings_set methodRussell King1-11/+20
2020-07-21net: phylink: use config.an_enabled in ksettings_set methodRussell King1-2/+1
2020-07-21net: phylink: simplify phy case for ksettings_set methodRussell King1-57/+47
2020-07-21net: phylink: simplify ksettings_set() implementationRussell King1-13/+12
2020-07-21net: phylink: avoid mac_config callsRussell King1-2/+4
2020-07-21net: phylink: update PCS when changing interface during resolutionRussell King1-1/+8
2020-07-21net: phylink: ensure link is down when changing interfaceRussell King1-1/+11
2020-07-21net: phylink: rearrange resolve mac_config() callRussell King1-13/+8
2020-07-21net: phylink: rejig link state trackingRussell King1-7/+7
2020-07-21net: phylink: update ethtool reporting for fixed-link modesRussell King1-0/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+32
2020-06-25net: phylink: only restart AN if the link mode is using in-band ANRussell King1-1/+2
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King1-0/+48
2020-06-23net: phylink: ensure manual pause mode configuration takes effectRussell King1-5/+22
2020-06-23net: phylink: fix ethtool -A with attached PHYsRussell King1-9/+11
2020-06-19net: phy: split devices_in_packageRussell King1-4/+4
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King1-6/+5
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger1-2/+1
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-31/+15
2020-03-30net: phylink: add separate pcs operations structureRussell King1-22/+55
2020-03-30net: phylink: rename 'ops' to 'mac_ops'Russell King1-15/+15
2020-03-30net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King1-5/+7
2020-03-17net: phylink: pcs: add 802.3 clause 45 helpersRussell King1-0/+30
2020-03-17net: phylink: pcs: add 802.3 clause 22 helpersRussell King1-0/+206
2020-03-14net: phylink: Add XLGMII supportJose Abreu1-0/+27
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+7