aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08net: 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-18sfp: fix oops with ethtool -mRussell King1-2/+2
2018-07-11sfp: fix module initialisation with netdev already upRussell King1-2/+2
2018-07-11sfp: ensure we clean up properly on bus registration failureRussell King1-7/+24
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-08net: 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
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-4/+2
2018-02-28phylink,sfp: negotiate interface format with MACRussell King1-62/+39
2018-02-28sfp: support 1G BiDi (eg, FiberStore SFP-GE-BX) modulesRussell King1-23/+38
2018-01-23net: phy: sfp: Fix kernel doc warningFlorian Fainelli1-1/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2018-01-02sfp: improve support for direct-attach copper cablesRussell King1-7/+44
2018-01-02sfp: add support for 1000Base-PX and 1000Base-BX10Russell King1-0/+21
2018-01-02sfp: don't guess support from connector typeRussell King1-29/+0
2018-01-02sfp: fix sfp-bus oops when removing socket/upstreamRussell King1-2/+4
2017-12-05sfp: convert to fwnodeRussell King1-7/+7
2017-12-05sfp: fix sparse warningRussell King1-1/+1
2017-12-05sfp: add documentation for kernel APIsRussell King1-0/+104
2017-11-01net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli1-8/+3
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King1-0/+475