aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-09net: phylink: Test if MAC/PCS support AutonegJose Abreu1-0/+3
2020-03-09net: phylink: Add missing Backplane speedsJose Abreu1-0/+2
2020-03-03phylink: Improve error message when validate failedHauke Mehrtens1-1/+7
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+7
2020-02-16net: phylink: improve initial mac configurationRussell King1-2/+34
2020-02-16net: phylink: allow ethtool -A to change flow control advertisementRussell King1-0/+18
2020-02-16net: phylink: resolve fixed link flow controlRussell King1-39/+31
2020-02-16net: phylink: use phylib resolved flow control modesRussell King1-8/+9
2020-02-16net: phylink: ensure manual flow control is selected appropriatelyRussell King1-17/+25
2020-02-16net: phylink: remove pause mode ethtool setting for fixed linksRussell King1-12/+5
2020-01-20net: phylink: allow in-band AN for USXGMIIAlex Marginean1-0/+1
2020-01-20net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modesVladimir Oltean1-0/+4
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli1-2/+5
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean1-1/+2
2020-01-05net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean1-0/+1
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King1-0/+1
2020-01-05net: phylink: switch to using fwnode_gpiod_get_index()Dmitry Torokhov1-2/+2
2020-01-03net: phylink: fix failure to register on x86 systemsRussell King1-0/+3