Age | Commit message (Expand) | Author | Files | Lines |
2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2014-09-19 | net: phy: bcm7xxx: utilize PHY revision in config_init | Florian Fainelli | 1 | -6/+15 |
2014-09-19 | net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WAR | Florian Fainelli | 1 | -2/+2 |
2014-09-15 | net/phy: micrel: Disable asymmetric pause for KSZ9031 | Mike Looijmans | 1 | -2/+1 |
2014-09-08 | dp83640: Make use of skb_queue_purge instead of reimplementing the code | Alexander Duyck | 1 | -6/+2 |
2014-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+9 |
2014-09-07 | net: phy: mdio-sun4i: don't select REGULATOR | Beniamino Galvani | 1 | -2/+0 |
2014-09-07 | amd-xgbe-phy: Fix build break for missing declaration | Tom Lendacky | 1 | -0/+1 |
2014-09-05 | net-timestamp: Make the clone operation stand-alone from phy timestamping | Alexander Duyck | 1 | -3/+3 |
2014-09-05 | amd-xgbe-phy: Checkpatch driver fixes | Lendacky, Thomas | 1 | -4/+0 |
2014-09-05 | amd-xgbe-phy: Enhance parallel detection to support KR speed | Lendacky, Thomas | 1 | -2/+28 |
2014-09-05 | amd-xgbe-phy: Check device for current speed mode (KR/KX) | Lendacky, Thomas | 1 | -63/+72 |
2014-09-01 | net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_ids | Florian Fainelli | 1 | -0/+1 |
2014-08-29 | net: phy: properly report internal PHYs through sysfs | Florian Fainelli | 1 | -1/+7 |
2014-08-27 | net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entries | Florian Fainelli | 1 | -0/+4 |
2014-08-27 | net: phy: bcm7xxx: introduce helper macro | Florian Fainelli | 1 | -36/+18 |
2014-08-27 | net: phy: add generic UniMAC MDIO bus driver | Florian Fainelli | 3 | -0/+221 |
2014-08-27 | phy: fix EEE checks inside the phy_init_eee. | Giuseppe CAVALLARO | 1 | -9/+9 |
2014-08-23 | net: phy: bcm7xxx: enable EEE at the PHY level | Florian Fainelli | 1 | -0/+31 |
2014-08-23 | net: phy: allow phy_init_eee() to work with internal PHYs | Florian Fainelli | 1 | -2/+4 |
2014-08-23 | net: phy: export phy_{read,write}_mmd_indirect | Florian Fainelli | 1 | -2/+4 |
2014-08-23 | net: phy: fixed: return an error for Clause 45 over 22 reads | Florian Fainelli | 1 | -0/+11 |
2014-08-23 | net: phy: bcm7xxx: enable auto power down | Florian Fainelli | 1 | -1/+26 |
2014-08-23 | net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.h | Florian Fainelli | 1 | -18/+0 |
2014-08-23 | net: phy: broadcom: extract all registers to brcmphy.h | Florian Fainelli | 1 | -104/+0 |
2014-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -33/+42 |
2014-08-22 | phylib: use MDIO_DEVS[12] | Sergei Shtylyov | 1 | -2/+2 |
2014-08-22 | dp83640: Fix length check for event timestamp status messages | Christian Riesch | 1 | -8/+15 |
2014-08-16 | net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset function | Gwenhael Goavec-Merou | 1 | -12/+21 |
2014-08-16 | net: phy: bcm7xxx: remove suspend callback for 28nm PHYs | Florian Fainelli | 1 | -4/+1 |
2014-08-16 | net: phy: bcm7xxx: re-advertise all supported modes out of suspend | Florian Fainelli | 1 | -3/+20 |
2014-08-16 | net: phy: bcm7xxx: remove 28nm wildcard entry | Florian Fainelli | 1 | -14/+0 |
2014-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
2014-08-05 | Revert "net: phy: Set the driver when registering an MDIO bus device" | Fabio Estevam | 1 | -1/+0 |
2014-08-04 | net: phy: spi_ks8995: Introduce the use of devm_kzalloc | Himangi Saraogi | 1 | -18/+8 |
2014-08-02 | amd-xgbe-phy: Allow more time for Rx/Tx to become ready | Lendacky, Thomas | 1 | -3/+3 |
2014-07-30 | net: libphy: Add stubs to hook IEEE MMD Register reads and writes | Vince Bridgers | 1 | -0/+22 |
2014-07-30 | net: libphy: Add phy specific function to access mmd phy registers | Vince Bridgers | 1 | -23/+38 |
2014-07-30 | amd-xgbe-phy: Print out the auto-negotiation method used | Lendacky, Thomas | 1 | -0/+8 |
2014-07-30 | amd-xgbe-phy: Updates to KR training initiation | Lendacky, Thomas | 1 | -0/+7 |
2014-07-30 | amd-xgbe-phy: Updates to rate change complete check | Lendacky, Thomas | 1 | -2/+25 |
2014-07-30 | amd-xgbe: Update/fix 2.5GbE support | Lendacky, Thomas | 1 | -15/+77 |
2014-07-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+15 |
2014-07-29 | net: phy: re-apply PHY fixups during phy_register_device | Florian Fainelli | 1 | -1/+1 |
2014-07-24 | net: phy: Ensure the MDIO bus module is held | Ezequiel Garcia | 1 | -0/+13 |
2014-07-24 | net: phy: Set the driver when registering an MDIO bus device | Ezequiel Garcia | 1 | -0/+1 |
2014-07-22 | dp83640: Fix receive timestamp race condition | Stefan Sørensen | 1 | -71/+102 |
2014-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+47 |
2014-07-15 | phy: Expand phy speed/duplex settings array | Lendacky, Thomas | 1 | -1/+21 |
2014-07-11 | dp83640: Adjust ptp event timestamps | Stefan Sørensen | 1 | -0/+3 |