summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp-bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King2018-03-301-4/+2
* phylink,sfp: negotiate interface format with MACRussell King2018-02-281-62/+39
* sfp: support 1G BiDi (eg, FiberStore SFP-GE-BX) modulesRussell King2018-02-281-23/+38
* net: phy: sfp: Fix kernel doc warningFlorian Fainelli2018-01-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-2/+4
|\
| * sfp: fix sfp-bus oops when removing socket/upstreamRussell King2018-01-021-2/+4
* | sfp: improve support for direct-attach copper cablesRussell King2018-01-021-7/+44
* | sfp: add support for 1000Base-PX and 1000Base-BX10Russell King2018-01-021-0/+21
* | sfp: don't guess support from connector typeRussell King2018-01-021-29/+0
* | sfp: convert to fwnodeRussell King2017-12-051-7/+7
* | sfp: fix sparse warningRussell King2017-12-051-1/+1
* | sfp: add documentation for kernel APIsRussell King2017-12-051-0/+104
|/
* net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli2017-11-011-8/+3
* sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King2017-08-061-0/+475