summaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
* ucc_geth: Fix hangs after switching from full to half duplexAnton Vorontsov2009-09-111-5/+31
* ucc_geth: Rearrange some code to avoid forward declarationsAnton Vorontsov2009-09-111-151/+149
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-2/+3
|\
| * drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng2009-08-141-2/+3
* | ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov2009-08-301-0/+85
* | ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov2009-08-301-32/+0
* | ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov2009-08-301-35/+52
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-16/+7
|\ \ | |/
| * ucc_geth: Revive fixed link supportAnton Vorontsov2009-07-221-16/+7
* | ucc_geth: Add support for skb recyclingAnton Vorontsov2009-07-071-12/+28
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-67/+46
|\
| * net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang2009-06-171-1/+57
| * Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely2009-06-171-78/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-151-57/+130
|\ \ | |/
| * net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang2009-06-031-1/+78
| * net/ucc_geth: allow to set mac address on running deviceKevin Hao2009-05-261-1/+32
| * net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.Grant Likely2009-04-281-3/+0
| * net: Rework ucc_geth driver to use of_mdio infrastructureGrant Likely2009-04-271-35/+12
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-231-1/+2
| |\
| * | ucc_geth: Move freeing of TX packets to NAPI contextJoakim Tjernlund2009-04-211-20/+11
* | | net/ucc_geth: Assign six threads to Rx for UECHaiying Wang2009-05-191-1/+9
* | | net/ucc_geth: update riscTx and riscRx in ucc_gethHaiying Wang2009-05-191-3/+11
| |/ |/|
* | ucc_geth.c: Fix upsmr setting in RMII modeHeiko Schocher2009-04-221-1/+2
|/
* ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov2009-04-021-10/+11
* ucc_geth: Remove unused headerKumar Gala2009-04-021-1/+0
* ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().David S. Miller2009-03-291-5/+6
* ucc_geth: Fix three oopses in PHY {de,}initialization codeAnton Vorontsov2009-03-271-10/+11
* ucc_geth: Convert to net_device_opsJoakim Tjernlund2009-03-241-9/+15
* ucc_geth: Fix build breakage caused by a mergeAnton Vorontsov2009-03-241-1/+1
* ucc_geth: Fix merge error.David S. Miller2009-03-231-5/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-231-23/+13
|\
| * ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2009-03-221-24/+10
* | netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming2009-02-041-12/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-2/+18
|\ \ | |/
| * ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang2009-01-291-2/+18
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
|/
* ucc_geth: use correct UCCE macrosTimur Tabi2009-01-111-85/+43
* ucc_geth: Eliminate the need for forward referencesAnton Vorontsov2008-12-261-42/+39
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov2008-12-181-262/+0
* ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov2008-12-181-3/+12
* ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov2008-12-181-30/+1
* ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov2008-12-181-9/+8
* ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov2008-12-181-8/+29
* ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov2008-12-181-3/+6
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-58/+58
* ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0
OpenPOWER on IntegriCloud