summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp-bus.c
Commit message (Expand)AuthorAgeFilesLines
* net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)2024-01-161-4/+4
* Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-041-13/+2
* net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-01-011-0/+11
* net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-01-011-2/+2
* net: sfp: use linkmode_*() rather than open codingRussell King (Oracle)2023-11-161-1/+1
* net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer2023-08-191-0/+10
* net: sfp: add support for setting signalling rateRussell King (Oracle)2023-05-181-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-3/+3
|\
| * net: sfp: constify sfp-bus internal fwnode usesRussell King (Oracle)2023-03-271-2/+2
| * net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)2023-03-271-1/+1
* | net: sfp-bus: allow SFP quirks to override Autoneg and pause bitsRussell King (Oracle)2023-03-221-4/+4
|/
* net: sfp: fill also 5gbase-r and 25gbase-r modes in sfp_parse_support()Marek Behún2022-10-101-0/+3
* net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King2022-10-031-18/+57
* net: sfp: add support for HALNy GPON SFPRussell King (Oracle)2022-09-201-1/+1
* net: sfp: move quirk handling into sfp.cRussell King (Oracle)2022-09-201-95/+3
* net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle2022-03-151-0/+6
* net: sfp: ignore disabled SFP nodeMarek Behún2022-01-241-0/+5
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-1/+1
* net: phy: fix space alignment issuesWenpeng Liang2021-06-161-14/+14
* net: sfp: add support for 25G BASE-R SFPsSteen Hegelund2021-06-121-0/+5
* phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn2021-04-111-0/+20
* sfp: add support for 5gbase-t SFPsMarek Behún2021-02-161-0/+3
* net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár2021-01-281-0/+15
* sfp: add support for 100 base-x SFPsBjarni Jonasson2021-01-141-0/+9
* net: sfp: extend bitrate-derived mode for 2500BASE-XRussell King2021-01-111-3/+8
* net: sfp: relax bitrate-derived mode checkRussell King2020-12-091-6/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab2020-03-171-14/+18
* net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-051-1/+1
* net: phylink: delay MAC configuration for copper SFP modulesRussell King2019-12-111-0/+28
* net: sfp: add module start/stop upstream notificationsRussell King2019-12-111-0/+21
* net: sfp: add more extended compliance codesRussell King2019-12-111-24/+36
* net: sfp: derive interface mode from ethtool link modesRussell King2019-12-111-7/+4
* net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King2019-12-111-3/+1
* net: sfp: add some quirks for GPON modulesRussell King2019-11-201-0/+25
* net: sfp: add support for module quirksRussell King2019-11-201-0/+54
* net: sfp: fix sfp_bus_put() kernel documentationRussell King2019-11-111-1/+1
* net: sfp: rework upstream interfaceRussell King2019-11-091-27/+65
* net: sfp: move fwnode parsing into sfp-bus layerRussell King2019-10-161-23/+42
* net: sfp: remove sfp-bus use of netdevsRussell King2019-05-311-7/+3
* net: sfp: add mandatory attach/detach methods for sfp busesRussell King2019-05-311-2/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* net: sfp: do not probe SFP module before we're attachedRussell King2019-02-081-0/+2
* net: phy: sfp: correct store of detected link modesBaruch Siach2018-11-291-1/+1
* sfp: fix oops with ethtool -mRussell King2018-09-181-2/+2
* sfp: fix module initialisation with netdev already upRussell King2018-07-111-2/+2
* sfp: ensure we clean up properly on bus registration failureRussell King2018-07-111-7/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-1/+1
|\
| * net: phy: sfp: fix the BR,min computationAntoine Tenart2018-05-041-1/+1
* | net: phy: sfp: handle cases where neither BR, min nor BR, max is givenAntoine Tenart2018-05-081-0/+7
|/