| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | net: phy: call state machine synchronously in phy_stop | Heiner Kallweit | 2018-09-19 | 1 | -0/+2 |
| * | | | | | net: mdio: remove duplicated include from mdio_bus.c | YueHaibing | 2018-09-17 | 1 | -1/+0 |
| * | | | | | net: phy: et011c: Remove incorrect PHY_POLL flags | Florian Fainelli | 2018-09-16 | 1 | -1/+0 |
| * | | | | | net: ethernet: Add helper to determine if pause configuration is supported | Andrew Lunn | 2018-09-12 | 1 | -0/+20 |
| * | | | | | net: ethernet: Add helper for set_pauseparam for Pause | Andrew Lunn | 2018-09-12 | 1 | -0/+23 |
| * | | | | | net: ethernet: Add helper for set_pauseparam for Asym Pause | Andrew Lunn | 2018-09-12 | 1 | -0/+30 |
| * | | | | | net: ethernet: Add helper for MACs which support pause | Andrew Lunn | 2018-09-12 | 1 | -0/+14 |
| * | | | | | net: ethernet: Add helper for MACs which support asym pause | Andrew Lunn | 2018-09-12 | 1 | -0/+13 |
| * | | | | | net: ethernet: Add helper to remove a supported link mode | Andrew Lunn | 2018-09-12 | 1 | -0/+18 |
| * | | | | | net: phy: bcm63xx: Allow to be built with COMPILE_TEST | Andrew Lunn | 2018-09-12 | 1 | -1/+1 |
| * | | | | | net: phy: et1011c: Remove incorrect missing 1000 Half | Andrew Lunn | 2018-09-12 | 1 | -1/+1 |
| * | | | | | net: phy: ste10Xp: Remove wrong SUPPORTED_Pause | Andrew Lunn | 2018-09-12 | 1 | -2/+2 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-09-04 | 1 | -4/+16 |
| |\ \ \ \ \ |
|
| * | | | | | | net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32 | Quentin Schulz | 2018-09-04 | 1 | -6/+7 |
| * | | | | | | net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32 | Quentin Schulz | 2018-09-04 | 1 | -4/+3 |
| * | | | | | | net: phy: mscc: read 'vsc8531,vddmac' as an u32 | Quentin Schulz | 2018-09-04 | 1 | -3/+3 |
| * | | | | | | net: phy: mscc: factorize function for getting LED mode from DT | Quentin Schulz | 2018-09-04 | 1 | -1/+19 |
| * | | | | | | net: phy: mscc: factorize code for LEDs mode | Quentin Schulz | 2018-09-04 | 1 | -36/+39 |
* | | | | | | | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2018-10-23 | 1 | -7/+4 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | gpiolib: Pass array info to get/set array functions | Janusz Krzysztofik | 2018-09-13 | 1 | -1/+1 |
| * | | | | | | gpiolib: Pass bitmaps, not integer arrays, to get/set array | Janusz Krzysztofik | 2018-09-13 | 1 | -7/+4 |
| |/ / / / / |
|
* | | | | / | net: phy: sfp: remove sfp_mutex's definition | Sebastian Andrzej Siewior | 2018-10-11 | 1 | -2/+0 |
| |_|_|_|/
|/| | | | |
|
* | | | | | net: phy: phylink: fix SFP interface autodetection | Baruch Siach | 2018-10-05 | 1 | -20/+28 |
| |_|_|/
|/| | | |
|
* | | | | net: phy: sfp: Fix unregistering of HWMON SFP device | Andrew Lunn | 2018-09-26 | 1 | -2/+5 |
* | | | | net: phy: fix WoL handling when suspending the PHY | Heiner Kallweit | 2018-09-26 | 1 | -3/+9 |
* | | | | Revert "net: phy: fix WoL handling when suspending the PHY" | David S. Miller | 2018-09-26 | 1 | -26/+16 |
* | | | | net: phy: fix WoL handling when suspending the PHY | Heiner Kallweit | 2018-09-26 | 1 | -16/+26 |
| |_|/
|/| | |
|
* | | | sfp: fix oops with ethtool -m | Russell King | 2018-09-18 | 1 | -2/+2 |
| |/
|/| |
|
* | | net: phy: sfp: Handle unimplemented hwmon limits and alarms | Andrew Lunn | 2018-09-04 | 1 | -4/+16 |
|/ |
|
* | net: dp83640: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-08-11 | 1 | -1/+4 |
* | net: phy: sftp: print debug message with text, not numbers | Andrew Lunn | 2018-08-09 | 1 | -4/+72 |
* | phylink: add helper for configuring 2500BaseX modes | Russell King | 2018-08-09 | 1 | -0/+30 |
* | net: phy: Add support for Broadcom Omega internal Combo GPHY | Arun Parameswaran | 2018-08-07 | 1 | -0/+2 |
* | net: phy: Add pm support to Broadcom iProc mdio mux driver | Arun Parameswaran | 2018-08-02 | 1 | -0/+27 |
* | net: phy: Add support to configure clock in Broadcom iProc mdio mux | Arun Parameswaran | 2018-08-02 | 1 | -2/+39 |
* | net: phy: Use devm api for mdio bus allocation in bcm iproc mdio mux | Arun Parameswaran | 2018-08-02 | 1 | -5/+2 |
* | net: phy: Disable external master access in bcm mdio mux driver | Arun Parameswaran | 2018-08-02 | 1 | -0/+15 |
* | net: phy: Fix the register offsets in Broadcom iProc mdio mux driver | Arun Parameswaran | 2018-08-02 | 1 | -5/+15 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-08-02 | 1 | -1/+1 |
|\ |
|
| * | net: mdio-mux: bcm-iproc: fix wrong getter and setter pair | Anton Vasilyev | 2018-07-28 | 1 | -1/+1 |
* | | net: phy: mscc: the extended page access register is 16 bits | Quentin Schulz | 2018-07-30 | 1 | -1/+1 |
* | | net: phy: marvell: Replace mdelay() with msleep() in m88e1116r_config_init() | Jia-Ju Bai | 2018-07-27 | 1 | -1/+1 |
* | | net: phy: add helper phy_polling_mode | Heiner Kallweit | 2018-07-25 | 1 | -4/+4 |
* | | net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_aneg | Camelia Groza | 2018-07-25 | 1 | -2/+8 |
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-07-24 | 1 | -1/+1 |
|\| |
|
| * | net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv | Heiner Kallweit | 2018-07-21 | 1 | -1/+1 |
* | | net: phy: add GBit master / slave error detection | Heiner Kallweit | 2018-07-24 | 1 | -0/+8 |
* | | net: phy: sfp: Do not use "imply HWMON" | Guenter Roeck | 2018-07-21 | 1 | -1/+1 |
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2018-07-20 | 3 | -32/+64 |
|\| |
|
| * | sfp: fix module initialisation with netdev already up | Russell King | 2018-07-11 | 1 | -2/+2 |