Age | Commit message (Expand) | Author | Files | Lines |
2022-04-13 | net: phylink: remove phylink_helper_basex_speed() | Russell King (Oracle) | 1 | -6/+0 |
2022-02-28 | net: phylink: remove phylink_set_pcs() | Russell King (Oracle) | 1 | -1/+0 |
2022-02-19 | net: phylink: remove phylink_config's pcs_poll | Russell King (Oracle) | 1 | -2/+0 |
2022-02-05 | net: phylink: remove phylink_set_10g_modes() | Russell King (Oracle) | 1 | -1/+0 |
2021-12-16 | net: phylink: add pcs_validate() method | Russell King (Oracle) | 1 | -0/+20 |
2021-12-16 | net: phylink: add mac_select_pcs() method to phylink_mac_ops | Russell King (Oracle) | 1 | -0/+18 |
2021-12-09 | net: phylink: use legacy_pre_march2020 | Russell King (Oracle) | 1 | -0/+17 |
2021-12-09 | net: phylink: add legacy_pre_march2020 indicator | Russell King (Oracle) | 1 | -0/+3 |
2021-11-22 | net: phylink: Add helpers for c22 registers without MDIO | Sean Anderson | 1 | -3/+4 |
2021-11-15 | net: phylink: add generic validate implementation | Russell King (Oracle) | 1 | -0/+31 |
2021-10-26 | net: phylink: use supported_interfaces for phylink validation | Russell King (Oracle) | 1 | -2/+10 |
2021-10-26 | net: phylink: add MAC phy_interface_t bitmap | Russell King | 1 | -0/+1 |
2021-10-04 | net: phylink: add phylink_set_10g_modes() helper | Russell King (Oracle) | 1 | -0/+1 |
2021-09-07 | net: phylink: add suspend/resume support | Russell King (Oracle) | 1 | -0/+3 |
2021-06-11 | net: phylink: introduce phylink_fwnode_phy_connect() | Calvin Johnson | 1 | -0/+3 |
2021-03-15 | net: phylink: make phylink_parse_mode() support non-DT platform | Ong Boon Leong | 1 | -0/+2 |
2020-08-31 | net: phylink: add helper function to decode USXGMII word | Ioana Ciornei | 1 | -0/+3 |
2020-08-17 | phylink: <linux/phylink.h>: fix function prototype kernel-doc warning | Randy Dunlap | 1 | -1/+2 |
2020-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -17/+88 |
2020-07-22 | net: phylink: add interface to configure clause 22 PCS PHY | Russell King | 1 | -0/+3 |
2020-07-22 | net: phylink: add struct phylink_pcs | Russell King | 1 | -15/+30 |
2020-07-22 | net: phylink: re-implement interface configuration with PCS | Russell King | 1 | -0/+48 |
2020-07-22 | net: phylink: in-band pause mode advertisement update for PCS | Russell King | 1 | -2/+5 |
2020-06-26 | net: pylink.h: add kernel-doc descriptions for new fields at phylink_config | Mauro Carvalho Chehab | 1 | -0/+4 |
2020-06-25 | net: phylink: add phylink_speed_(up|down) interface | Russell King | 1 | -0/+2 |
2020-04-25 | net: phylink, dsa: eliminate phylink_fixed_state_cb() | Russell King | 1 | -3/+3 |
2020-03-30 | net: phylink: add separate pcs operations structure | Russell King | 1 | -0/+88 |
2020-03-30 | net: phylink: rename 'ops' to 'mac_ops' | Russell King | 1 | -1/+1 |
2020-03-30 | net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototype | Russell King | 1 | -1/+2 |
2020-03-18 | net: phylink: pcs: add 802.3 clause 45 helpers | Russell King | 1 | -0/+2 |
2020-03-18 | net: phylink: pcs: add 802.3 clause 22 helpers | Russell King | 1 | -0/+6 |
2020-02-27 | net: phylink: propagate resolved link config via mac_link_up() | Russell King | 1 | -15/+42 |
2020-02-17 | net: phylink: clarify flow control settings in documentation | Russell King | 1 | -8/+18 |
2020-02-17 | net: phylink: resolve fixed link flow control | Russell King | 1 | -5/+3 |
2020-01-06 | net: phylink: add support for polling MAC PCS | Vladimir Oltean | 1 | -0/+2 |
2019-11-24 | net: phylink: rename mac_link_state() op to mac_pcs_get_state() | Russell King | 1 | -12/+13 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+9 |
2019-06-29 | net: phylink: further documentation clarifications | Russell King | 1 | -2/+9 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+12 |
2019-06-14 | net: phylink: further mac_config documentation improvements | Russell King - ARM Linux admin | 1 | -1/+12 |
2019-05-30 | net: phylink: Add PHYLINK_DEV operation type | Ioana Ciornei | 1 | -0/+1 |
2019-05-30 | net: phylink: Add struct phylink_config to PHYLINK API | Ioana Ciornei | 1 | -20/+36 |
2019-02-24 | net: phylink: update mac_config() documentation | Russell King | 1 | -0/+7 |
2019-02-12 | net: phylink: add phylink_init_eee() helper | Russell King | 1 | -0/+1 |
2018-08-09 | phylink: add helper for configuring 2500BaseX modes | Russell King | 1 | -0/+1 |
2018-03-30 | sfp/phylink: move module EEPROM ethtool access into netdev core ethtool | Russell King | 1 | -3/+0 |
2018-03-30 | net: phy: phylink: Provide PHY interface to mac_link_{up, down} | Florian Fainelli | 1 | -3/+11 |
2017-12-13 | net: phy: phylink: Allow setting a custom link state callback | Florian Fainelli | 1 | -0/+3 |
2017-12-13 | net: phy: phylink: Allow specifying PHY device flags | Florian Fainelli | 1 | -1/+1 |
2017-12-05 | phylink: convert to fwnode | Russell King | 1 | -1/+2 |