summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-03ptp: Add generic ptp v2 header parsing functionKurt Kanzenbach
2020-08-03net: phylink: add interface to configure clause 22 PCS PHYRussell King
2020-08-03net: phylink: add struct phylink_pcsRussell King
2020-08-03net: phylink: re-implement interface configuration with PCSRussell King
2020-08-03net: phylink: in-band pause mode advertisement update for PCSRussell King
2020-08-03net: phylink: simplify fixed-link case for ksettings_set methodRussell King
2020-08-03net: phylink: use config.an_enabled in ksettings_set methodRussell King
2020-08-03net: phylink: simplify phy case for ksettings_set methodRussell King
2020-08-03net: phylink: simplify ksettings_set() implementationRussell King
2020-08-03net: phylink: avoid mac_config callsRussell King
2020-08-03net: phylink: update PCS when changing interface during resolutionRussell King
2020-08-03net: phylink: ensure link is down when changing interfaceRussell King
2020-08-03net: phylink: rearrange resolve mac_config() callRussell King
2020-08-03net: phylink: rejig link state trackingRussell King
2020-08-03net: phylink: update ethtool reporting for fixed-link modesRussell King
2020-08-03net: sfp: add error checking with sfp_irq_nameChris Healy
2020-08-03net: sfp: Unique GPIO interrupt namesChris Healy
2020-08-03net: dsa/bcm_sf2: move pause mode setting into mac_link_up()Russell King
2020-08-03net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()Russell King
2020-08-03net: dsa/bcm_sf2: fix incorrect usage of state->linkRussell King
2020-08-03net: dsa/b53: use resolved link config in mac_link_up()Russell King
2020-08-03net: dsa/b53: change b53_force_port_config() pause argumentRussell King
2020-08-03net: mtk_eth_soc: use resolved link config for PCS PHYRussell King
2020-08-03net: phylink: only restart AN if the link mode is using in-band ANRussell King
2020-08-03net: dsa/ar9331: convert to mac_link_up()Russell King
2020-08-03net: phylink: add phylink_speed_(up|down) interfaceRussell King
2020-08-03net: mtk_eth_soc: use resolved link config in mac_link_up()Russell King
2020-08-03net: mvpp2: set xlg flow control in mvpp2_mac_link_up()Russell King
2020-08-03net: mvpp2: add register modification helperRussell King
2020-08-03net: mvpp2: add mvpp2_phylink_to_port() helperRussell King
2020-08-03net: mvpp2: add port support helpersRussell King
2020-08-03net: phy: read MMD ID from all present MMDsRussell King
2020-08-03net: phy: split devices_in_packageRussell King
2020-08-03net: phy: set devices_in_package only after validationRussell King
2020-08-03net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King
2020-08-03net: phy: reword get_phy_device() kerneldocRussell King
2020-08-03net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King
2020-08-03net: phy: clean up get_phy_c45_ids() failure handlingRussell King
2020-08-03net: phy: clean up PHY ID readingRussell King
2020-08-03net: phy: clean up cortina workaroundRussell King
2020-08-02Linux 5.8Linus Torvalds
2020-08-02Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-02Merge tag 'kbuild-fixes-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-02kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada
2020-08-02kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-01Merge tag 'for-linus-2020-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-08-01Merge tag 'perf-tools-fixes-2020-08-01' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-08-01vxlan: fix memleak of fdbTaehee Yoo