Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-03net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui
2022-09-30net: phy: Convert to use sysfs_emit() APIsWang Yufen
2022-06-08net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada
2022-01-04net: mdio: Demote probed message to debug printFlorian Fainelli
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-13net: phy: add a note about refcountingRussell King (Oracle)
2021-11-18net: mdio: Replaced BUG_ON() with WARN()Florian Fainelli
2021-10-08net: mdio: ensure the type of mdio devices match mdio driversRussell King (Oracle)
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-07net: mdio: add mdiobus_modify_changed()Russell King (Oracle)
2021-10-03Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-01phy: mdio: fix memory leakPavel Skripkin
2021-10-01Revert "net: mdiobus: Fix memory leak in __mdiobus_register"Pavel Skripkin
2021-09-27net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu
2021-09-23net: mdiobus: Set FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD for mdiobus parentsSaravana Kannan
2021-06-17net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei
2021-06-16net: phy: change format of some declarationsWenpeng Liang
2021-05-18net: mdiobus: get rid of a BUG_ON()Dan Carpenter
2021-03-31net: phy: remove repeated wordPeng Li
2021-02-04net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans
2021-01-08net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit
2020-11-21mdio_bus: suppress err message for reset gpio EPROBE_DEFERGrygorii Strashko
2020-11-18net: phy: fix kernel-doc markupsMauro Carvalho Chehab
2020-09-30net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())Sebastian Andrzej Siewior
2020-08-04net: mdiobus: add reset-post-delay-us handlingBruno Thomsen
2020-08-04net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen
2020-07-01net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski
2020-06-26net: phy: arrange headers in mdio_bus.c alphabeticallyBartosz Golaszewski
2020-06-24net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton
2020-06-05net: mdiobus: Disable preemption upon u64_stats updateAhmed S. Darwish
2020-05-07net: phy: add concept of shared storage for PHYsMichael Walle
2020-04-23net: phy: Use IS_ERR() to check and simplify codeTang Bin
2020-04-22net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit
2020-04-20net: phy: Propagate error from bus->resetFlorian Fainelli
2020-04-08Documentation: mdio_bus.c - fix warningsLothar Rubusch
2020-03-18net: mdiobus: add APIs for modifying a MDIO device registerRussell King
2020-03-18net: mdiobus: avoid BUG_ON() in mdiobus accessorsRussell King
2020-02-25mdio_bus: Add generic mdio_find_bus()Jeremy Linton
2020-01-17net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli
2020-01-14mdio_bus: Simplify reset handling and extend to non-DT systemsGeert Uytterhoeven
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer
2019-11-19mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven
2019-11-12mdio_bus: Fix PTR_ERR applied after initialization to constantYueHaibing
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-16net: mdio: switch to using gpiod_get_optional()Dmitry Torokhov
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-04-19net: mdio: rename mdio_device reset to reset_gpioDavid Bauer
2019-04-19net: phy: add support for reset-controllerDavid Bauer
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller