| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-03-21 | 1 | -2/+2 |
|\ |
|
| * | irq_domain/x86: Convert x86 (embedded) to use common irq_domain | Grant Likely | 2012-02-23 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-20 | 5 | -5/+111 |
|\ \ |
|
| * | | phy: add am79c874 PHY support | Heiko Schocher | 2012-03-19 | 3 | -0/+108 |
| * | | phc: Update author's email address. | Richard Cochran | 2012-03-17 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-26 | 1 | -20/+35 |
| |\ \ |
|
| * | | | drivers/net: Remove boolean comparisons to true/false | Joe Perches | 2012-02-13 | 1 | -4/+2 |
| | |/
| |/| |
|
* | | | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 2012-03-09 | 1 | -20/+35 |
|\ \ \
| | |/
| |/| |
|
| * | | phy: IC+101G and PHY_HAS_INTERRUPT flag | Giuseppe CAVALLARO | 2012-02-23 | 1 | -14/+17 |
| * | | netdev/phy/icplus: Correct broken phy_init code | David McKay | 2012-02-23 | 1 | -6/+18 |
| |/ |
|
* | | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 2012-02-02 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | kernel-doc: fix new warning in net/phy/mdio_bus.c | Randy Dunlap | 2012-01-22 | 1 | -3/+2 |
* | | Remove useless get_driver()/put_driver() calls | Alan Stern | 2012-01-24 | 1 | -5/+1 |
|/ |
|
* | dp83640: Fix NOHZ local_softirq_pending 08 warning | Manfred Rudigier | 2012-01-12 | 1 | -1/+1 |
* | phylib: introduce mdiobus_alloc_size() | Timur Tabi | 2012-01-12 | 1 | -5/+19 |
* | mdio-octeon: use an unique MDIO bus name. | Florian Fainelli | 2012-01-10 | 1 | -1/+2 |
* | mdio-gpio: use an unique MDIO bus name. | Florian Fainelli | 2012-01-10 | 1 | -1/+1 |
* | phy/fixed: use an unique MDIO bus name. | Florian Fainelli | 2012-01-10 | 1 | -1/+1 |
* | net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h> | Javier Martinez Canillas | 2012-01-03 | 1 | -20/+1 |
* | phy: Micrel KS8995MA 5-ports 10/100 managed Ethernet switch support added | Frederic LAMBERT | 2011-12-19 | 3 | -0/+380 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-11-26 | 1 | -1/+1 |
|\ |
|
| * | net: Revert ARCNET and PHYLIB to tristate options | Ben Hutchings | 2011-11-26 | 1 | -1/+1 |
* | | net: Change mii to ethtool advertisement function names | Matt Carlson | 2011-11-21 | 1 | -2/+2 |
* | | net: Add ethtool to mii advertisment conversion helpers | Matt Carlson | 2011-11-16 | 1 | -17/+3 |
* | | mdio-gpio: Add reset functionality to mdio-gpio driver(v2). | Srinivas Kandagatla | 2011-11-15 | 2 | -0/+10 |
|/ |
|
* | drivers/net: Add module.h to drivers who were implicitly using it | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2011-10-25 | 6 | -69/+287 |
|\ |
|
| * | dp83640: free packet queues on remove | Richard Cochran | 2011-10-24 | 1 | -0/+7 |
| * | dp83640: use proper function to free transmit time stamping packets | Richard Cochran | 2011-10-24 | 1 | -2/+2 |
| * | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-10-24 | 1 | -1/+1 |
| |\ |
|
| | * | net: Fix driver name for mdio-gpio.c | Dirk Eibach | 2011-10-24 | 1 | -1/+1 |
| * | | phylib: Modify Vitesse RGMII skew settings | Andy Fleming | 2011-10-19 | 1 | -12/+22 |
| * | | net/phy: extra delay only for RGMII interfaces for IC+ IP 1001 | Giuseppe CAVALLARO | 2011-10-18 | 1 | -5/+8 |
| * | | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-10-07 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| * | | netdev/phy/icplus: Use mdiobus_write() and mdiobus_read() for proper locking. | David Daney | 2011-09-30 | 1 | -7/+7 |
| * | | netdev/phy: Use mdiobus_read() so that proper locks are taken. | David Daney | 2011-09-30 | 1 | -2/+2 |
| * | | dp83640: add time stamp insertion for sync messages | Richard Cochran | 2011-09-26 | 1 | -13/+57 |
| * | | dp83640: enable six external events and one periodic output | Richard Cochran | 2011-09-26 | 1 | -19/+116 |
| * | | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-09-22 | 1 | -6/+11 |
| |\ \ |
|
| * | | | net/phy: add IC+ IP101A and support APS. | Giuseppe CAVALLARO | 2011-09-20 | 1 | -11/+68 |
| * | | | drivers/net: Kconfig & Makefile cleanup | Jeff Kirsher | 2011-08-27 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | treewide: Correct spelling of successfully in comments | Joe Perches | 2011-09-27 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | dp83640: reduce driver noise | Richard Cochran | 2011-09-29 | 1 | -2/+2 |
|/ / |
|
* | | net/phy: fix DP83865 phy interrupt handler | Giuseppe CAVALLARO | 2011-08-26 | 1 | -6/+11 |
|/ |
|
* | dp83640: increase receive time stamp buffer size | Richard Cochran | 2011-08-07 | 1 | -3/+2 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-06-20 | 2 | -7/+18 |
|\ |
|
| * | dp83640: drop PHY status frames in the driver. | Richard Cochran | 2011-06-16 | 1 | -2/+2 |
| * | dp83640: fix phy status frame event parsing | Richard Cochran | 2011-06-16 | 1 | -5/+15 |