summaryrefslogtreecommitdiff
path: root/drivers/net/phy/sfp-bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)1-4/+4
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski1-13/+2
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+11
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-2/+2
2023-11-17net: sfp: use linkmode_*() rather than open codingRussell King (Oracle)1-1/+1
2023-08-19net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer1-0/+10
2023-05-19net: sfp: add support for setting signalling rateRussell King (Oracle)1-0/+20
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-03-27net: sfp: constify sfp-bus internal fwnode usesRussell King (Oracle)1-2/+2
2023-03-27net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)1-1/+1
2023-03-23net: sfp-bus: allow SFP quirks to override Autoneg and pause bitsRussell King (Oracle)1-4/+4
2022-10-11net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()Marek Behún1-0/+3
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-18/+57
2022-09-20net: sfp: add support for HALNy GPON SFPRussell King (Oracle)1-1/+1
2022-09-20net: sfp: move quirk handling into sfp.cRussell King (Oracle)1-95/+3
2022-03-15net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle1-0/+6
2022-01-24net: sfp: ignore disabled SFP nodeMarek Behún1-0/+5
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-1/+1
2021-06-16net: phy: fix space alignment issuesWenpeng Liang1-14/+14
2021-06-12net: sfp: add support for 25G BASE-R SFPsSteen Hegelund1-0/+5
2021-04-12phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn1-0/+20
2021-02-17sfp: add support for 5gbase-t SFPsMarek Behún1-0/+3
2021-01-29net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár1-0/+15
2021-01-15sfp: add support for 100 base-x SFPsBjarni Jonasson1-0/+9
2021-01-12net: sfp: extend bitrate-derived mode for 2500BASE-XRussell King1-3/+8
2020-12-10net: sfp: relax bitrate-derived mode checkRussell King1-6/+5
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-18net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab1-14/+18
2020-01-06net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King1-1/+1
2019-12-11net: phylink: delay MAC configuration for copper SFP modulesRussell King1-0/+28
2019-12-11net: sfp: add module start/stop upstream notificationsRussell King1-0/+21
2019-12-11net: sfp: add more extended compliance codesRussell King1-24/+36
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King1-7/+4
2019-12-11net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King1-3/+1
2019-11-21net: sfp: add some quirks for GPON modulesRussell King1-0/+25
2019-11-21net: sfp: add support for module quirksRussell King1-0/+54
2019-11-12net: sfp: fix sfp_bus_put() kernel documentationRussell King1-1/+1
2019-11-10net: sfp: rework upstream interfaceRussell King1-27/+65
2019-10-16net: sfp: move fwnode parsing into sfp-bus layerRussell King1-23/+42
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King1-7/+3
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King1-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-02-09net: sfp: do not probe SFP module before we're attachedRussell King1-0/+2
2018-11-29net: phy: sfp: correct store of detected link modesBaruch Siach1-1/+1
2018-09-19sfp: fix oops with ethtool -mRussell King1-2/+2
2018-07-12sfp: fix module initialisation with netdev already upRussell King1-2/+2
2018-07-12sfp: ensure we clean up properly on bus registration failureRussell King1-7/+24
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-09net: phy: sfp: handle cases where neither BR, min nor BR, max is givenAntoine Tenart1-0/+7
2018-05-04net: phy: sfp: fix the BR,min computationAntoine Tenart1-1/+1