aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-16/+7
2009-07-22ucc_geth: Revive fixed link supportAnton Vorontsov1-16/+7
2009-07-07ucc_geth: Add support for skb recyclingAnton Vorontsov1-12/+28
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-67/+46
2009-06-17net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang1-1/+57
2009-06-17Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely1-78/+1
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-57/+130
2009-06-03net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang1-1/+78
2009-05-26net/ucc_geth: allow to set mac address on running deviceKevin Hao1-1/+32
2009-05-19net/ucc_geth: Assign six threads to Rx for UECHaiying Wang1-1/+9
2009-05-19net/ucc_geth: update riscTx and riscRx in ucc_gethHaiying Wang1-3/+11
2009-04-28net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.Grant Likely1-3/+0
2009-04-27net: Rework ucc_geth driver to use of_mdio infrastructureGrant Likely1-35/+12
2009-04-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-04-22ucc_geth.c: Fix upsmr setting in RMII modeHeiko Schocher1-1/+2
2009-04-21ucc_geth: Move freeing of TX packets to NAPI contextJoakim Tjernlund1-20/+11
2009-04-02ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov1-10/+11
2009-04-02ucc_geth: Remove unused headerKumar Gala1-1/+0
2009-03-29ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().David S. Miller1-5/+6
2009-03-27ucc_geth: Fix three oopses in PHY {de,}initialization codeAnton Vorontsov1-10/+11
2009-03-24ucc_geth: Convert to net_device_opsJoakim Tjernlund1-9/+15
2009-03-24ucc_geth: Fix build breakage caused by a mergeAnton Vorontsov1-1/+1
2009-03-23ucc_geth: Fix merge error.David S. Miller1-5/+0
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-23/+13
2009-03-22ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov1-24/+10
2009-02-04netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming1-12/+4
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+18
2009-01-29ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang1-2/+18
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-11ucc_geth: use correct UCCE macrosTimur Tabi1-85/+43
2008-12-26ucc_geth: Eliminate the need for forward referencesAnton Vorontsov1-42/+39
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-12-18ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov1-262/+0
2008-12-18ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov1-3/+12
2008-12-18ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov1-30/+1
2008-12-18ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov1-9/+8
2008-12-18ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov1-8/+29
2008-12-18ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov1-3/+6
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-58/+58
2008-07-21ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov1-1/+0
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-2/+2
2008-07-11ucc_geth: delete non NAPI code from the driver.Francois Romieu1-27/+2
2008-06-30drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-1/+1
2008-05-22ucc_geth: Fix arguments to dma map/unmap functionsAndy Fleming1-4/+5
2008-05-06ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund1-1/+1
2008-05-06ucc_geth: Fix a bunch of sparse warningsAndy Fleming1-132/+144