summaryrefslogtreecommitdiff
path: root/drivers/net/phy/sfp-bus.c
AgeCommit message (Expand)Author
26 hoursnet: sfp-bus: constify link_modes to sfp_select_interface()Russell King (Oracle)
26 hoursnet: sfp: allow use 2500base-X for 2500base-T modulesRussell King (Oracle)
2024-01-16net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)
2024-01-04Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier
2023-11-16net: sfp: use linkmode_*() rather than open codingRussell King (Oracle)
2023-08-19net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer
2023-05-18net: sfp: add support for setting signalling rateRussell King (Oracle)
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-27net: sfp: constify sfp-bus internal fwnode usesRussell King (Oracle)
2023-03-27net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)
2023-03-22net: sfp-bus: allow SFP quirks to override Autoneg and pause bitsRussell King (Oracle)
2022-10-10net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()Marek Behún
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-09-20net: sfp: add support for HALNy GPON SFPRussell King (Oracle)
2022-09-20net: sfp: move quirk handling into sfp.cRussell King (Oracle)
2022-03-15net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle
2022-01-24net: sfp: ignore disabled SFP nodeMarek Behún
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-06-16net: phy: fix space alignment issuesWenpeng Liang
2021-06-12net: sfp: add support for 25G BASE-R SFPsSteen Hegelund
2021-04-11phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn
2021-02-16sfp: add support for 5gbase-t SFPsMarek Behún
2021-01-28net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár
2021-01-14sfp: add support for 100 base-x SFPsBjarni Jonasson
2021-01-11net: sfp: extend bitrate-derived mode for 2500BASE-XRussell King
2020-12-09net: sfp: relax bitrate-derived mode checkRussell King
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-17net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King
2019-12-11net: phylink: delay MAC configuration for copper SFP modulesRussell King
2019-12-11net: sfp: add module start/stop upstream notificationsRussell King
2019-12-11net: sfp: add more extended compliance codesRussell King
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King
2019-12-11net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King
2019-11-20net: sfp: add some quirks for GPON modulesRussell King
2019-11-20net: sfp: add support for module quirksRussell King
2019-11-11net: sfp: fix sfp_bus_put() kernel documentationRussell King
2019-11-09net: sfp: rework upstream interfaceRussell King
2019-10-16net: sfp: move fwnode parsing into sfp-bus layerRussell King
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-02-08net: sfp: do not probe SFP module before we're attachedRussell King
2018-11-29net: phy: sfp: correct store of detected link modesBaruch Siach
2018-09-18sfp: fix oops with ethtool -mRussell King
2018-07-11sfp: fix module initialisation with netdev already upRussell King
2018-07-11sfp: ensure we clean up properly on bus registration failureRussell King
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller