summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phylink: add helper function to decode USXGMII wordIoana Ciornei2020-08-311-0/+43
* | net: phylink: avoid oops during initialisationRussell King2020-08-311-1/+3
|/
* net: phylink: add interface to configure clause 22 PCS PHYRussell King2020-07-211-0/+37
* net: phylink: add struct phylink_pcsRussell King2020-07-211-8/+26
* net: phylink: re-implement interface configuration with PCSRussell King2020-07-211-23/+52
* net: phylink: in-band pause mode advertisement update for PCSRussell King2020-07-211-4/+51
* net: phylink: simplify fixed-link case for ksettings_set methodRussell King2020-07-211-11/+20
* net: phylink: use config.an_enabled in ksettings_set methodRussell King2020-07-211-2/+1
* net: phylink: simplify phy case for ksettings_set methodRussell King2020-07-211-57/+47
* net: phylink: simplify ksettings_set() implementationRussell King2020-07-211-13/+12
* net: phylink: avoid mac_config callsRussell King2020-07-211-2/+4
* net: phylink: update PCS when changing interface during resolutionRussell King2020-07-211-1/+8
* net: phylink: ensure link is down when changing interfaceRussell King2020-07-211-1/+11
* net: phylink: rearrange resolve mac_config() callRussell King2020-07-211-13/+8
* net: phylink: rejig link state trackingRussell King2020-07-211-7/+7
* net: phylink: update ethtool reporting for fixed-link modesRussell King2020-07-211-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-13/+32
|\
| * net: phylink: ensure manual pause mode configuration takes effectRussell King2020-06-231-5/+22
| * net: phylink: fix ethtool -A with attached PHYsRussell King2020-06-231-9/+11
* | net: phylink: only restart AN if the link mode is using in-band ANRussell King2020-06-251-1/+2
* | net: phylink: add phylink_speed_(up|down) interfaceRussell King2020-06-251-0/+48
* | net: phy: split devices_in_packageRussell King2020-06-191-4/+4
|/
* net: mdiobus: add clause 45 mdiobus accessorsRussell King2020-05-261-6/+5
* net: phy: simplify phy_link_change argumentsDoug Berger2020-05-181-2/+1
* net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King2020-04-241-31/+15
* net: phylink: add separate pcs operations structureRussell King2020-03-301-22/+55
* net: phylink: rename 'ops' to 'mac_ops'Russell King2020-03-301-15/+15
* net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King2020-03-301-5/+7
* net: phylink: pcs: add 802.3 clause 45 helpersRussell King2020-03-171-0/+30
* net: phylink: pcs: add 802.3 clause 22 helpersRussell King2020-03-171-0/+206
* net: phylink: Add XLGMII supportJose Abreu2020-03-141-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+7
|\
| * phylink: Improve error message when validate failedHauke Mehrtens2020-03-031-1/+7
* | net: phylink: Test if MAC/PCS support AutonegJose Abreu2020-03-091-0/+3
* | net: phylink: Add missing Backplane speedsJose Abreu2020-03-091-0/+2
* | net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-2/+7
* | net: phylink: improve initial mac configurationRussell King2020-02-161-2/+34
* | net: phylink: allow ethtool -A to change flow control advertisementRussell King2020-02-161-0/+18
* | net: phylink: resolve fixed link flow controlRussell King2020-02-161-39/+31
* | net: phylink: use phylib resolved flow control modesRussell King2020-02-161-8/+9
* | net: phylink: ensure manual flow control is selected appropriatelyRussell King2020-02-161-17/+25
* | net: phylink: remove pause mode ethtool setting for fixed linksRussell King2020-02-161-12/+5
|/
* net: phylink: allow in-band AN for USXGMIIAlex Marginean2020-01-201-0/+1
* net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modesVladimir Oltean2020-01-201-0/+4
* net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli2020-01-141-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-0/+3
|\
| * net: phylink: fix failure to register on x86 systemsRussell King2020-01-031-0/+3
* | net: phylink: add support for polling MAC PCSVladimir Oltean2020-01-051-1/+2
* | net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean2020-01-051-0/+1
* | net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-051-0/+1