Age | Commit message (Expand) | Author |
2019-12-09 | net: phy: mv88e61xx: register phy_driver struct for 88E6071 | Anatolij Gustschin |
2019-12-09 | net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071 | Anatolij Gustschin |
2019-12-09 | net: phy: mv88e61xx: add CPU port parameter init for 88E6071 | Anatolij Gustschin |
2019-12-09 | net: phy: mv88e61xx: rework to enable detection of 88E6071 devices | Anatolij Gustschin |
2019-12-09 | net: phy: micrel: make sure the factory test bit is cleared | Nicolas Ferre |
2019-12-09 | net: eth-uclass: ignore unavailable devices | Michael Walle |
2019-12-09 | net: phy: aquantia: wait for phy init sequence to finish | Florin Chiculita |
2019-12-09 | net: macb: let miiphy_read/_write pass arbitrary addresses | Josef Holzmayr |
2019-12-09 | net: macb: explicitly pass phy_adr to mdio read and write | Josef Holzmayr |
2019-12-09 | net: phy: Increase link up delay in genphy_update_link() | Stefan Roese |
2019-12-09 | cmd: mdio/mii: add Kconfig help and allow break dependency | Ramon Fried |
2019-12-09 | net: rtl8169: Support RTL-8168c/8111c | Thierry Reding |
2019-12-09 | net: mvpp2: MVPP2 now needs MVMDIO | Nevo Hed |
2019-12-09 | net: mvpp2: use new MVMDIO driver | Nevo Hed |
2019-12-09 | arm: dts: armada-cp110-*dtsi: add xmdio nodes | Nevo Hed |
2019-12-09 | net: mvpp2: mark phy as invalid in case of missing appropriate driver | Grzegorz Jaszczyk |
2019-12-09 | net: mvpp2x: fix traffic stuck after PHY start error | Stefan Chulski |
2019-12-09 | arm: dts: k3-am654-base-board-u-boot: change cpsw2g interface mode to rgmii-rxid | Grygorii Strashko |
2019-12-09 | net: phy: dp83867: refactor rgmii configuration | Grygorii Strashko |
2019-12-09 | net: phy: dp83867: io impedance is not dependent on RGMII delay | Grygorii Strashko |
2019-12-09 | net: phy: dp83867: rework delay rgmii delay handling | Grygorii Strashko |
2019-12-09 | net: phy: dp83867: Add ability to disable output clock | Grygorii Strashko |
2019-12-09 | dt-bindings: phy: dp83867: Add documentation for disabling clock output | Grygorii Strashko |
2019-12-09 | net: phy: dp83867: move static initialization to .probe() | Grygorii Strashko |
2019-12-09 | net: phy: ti: rename ti.c to dp83867.c | Grygorii Strashko |
2019-12-09 | net: tftp: Fix tftp store address check in store_block() | Bin Meng |
2019-12-09 | net: avoid address-of-packed-member error | Heinrich Schuchardt |
2019-12-09 | net/phy: Fix phy_connect() for phy addr 0 | Priyanka Jain |
2019-12-09 | net: nfs: Only link in NFS code outside of SPL builds | Tom Rini |
2019-12-09 | lib: Always build support for formatting MAC and IP address | Joe Hershberger |
2019-12-09 | net: Improve documentation for string_to_ip() | Joe Hershberger |
2019-12-09 | net: Always build the string_to_enetaddr() helper | Joe Hershberger |
2019-12-09 | arm: -march=armv5t for ARM11 | Heinrich Schuchardt |
2019-12-09 | linux/types.h: fix typo unchar | Heinrich Schuchardt |
2019-12-09 | Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2019-12-09 | imx8m: fix rom version check to unbreak some B0 chips | Patrick Wildt |
2019-12-08 | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 | Tom Rini |
2019-12-08 | x86: simplify ljmp to 32-bit code | Masahiro Yamada |
2019-12-08 | x86: use data32 directive instead of macro for operand-size prefix | Masahiro Yamada |
2019-12-06 | Merge branch '2019-12-06-master-imports' | Tom Rini |
2019-12-06 | Makefile: Ensure tools directory exists in output prior to use | Tom Rini |
2019-12-06 | test: add asn1 unit test | AKASHI Takahiro |
2019-12-06 | lib: crypto: add pkcs7 message parser | AKASHI Takahiro |
2019-12-06 | lib: crypto: add x509 parser | AKASHI Takahiro |
2019-12-06 | lib: crypto: add rsa public key parser | AKASHI Takahiro |
2019-12-06 | lib: crypto: add public key utility | AKASHI Takahiro |
2019-12-06 | lib: add oid registry utility | AKASHI Takahiro |
2019-12-06 | doc: add README for asn1 compiler and decoder | AKASHI Takahiro |
2019-12-06 | lib: add asn1 decoder | AKASHI Takahiro |
2019-12-06 | Makefile: add build script for asn1 parsers | AKASHI Takahiro |