aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAge
* ucc_geth: Add support for skb recyclingAnton Vorontsov2009-07-07
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-18
|\
| * net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang2009-06-17
| * Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely2009-06-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-15
|\|
| * net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang2009-06-03
| * net/ucc_geth: allow to set mac address on running deviceKevin Hao2009-05-26
| * net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.Grant Likely2009-04-28
| * net: Rework ucc_geth driver to use of_mdio infrastructureGrant Likely2009-04-27
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-23
| |\
| * | ucc_geth: Move freeing of TX packets to NAPI contextJoakim Tjernlund2009-04-21
* | | net/ucc_geth: Assign six threads to Rx for UECHaiying Wang2009-05-19
* | | net/ucc_geth: update riscTx and riscRx in ucc_gethHaiying Wang2009-05-19
| |/ |/|
* | ucc_geth.c: Fix upsmr setting in RMII modeHeiko Schocher2009-04-22
|/
* ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov2009-04-02
* ucc_geth: Remove unused headerKumar Gala2009-04-02
* ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().David S. Miller2009-03-29
* ucc_geth: Fix three oopses in PHY {de,}initialization codeAnton Vorontsov2009-03-27
* ucc_geth: Convert to net_device_opsJoakim Tjernlund2009-03-24
* ucc_geth: Fix build breakage caused by a mergeAnton Vorontsov2009-03-24
* ucc_geth: Fix merge error.David S. Miller2009-03-23
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-23
|\
| * ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2009-03-23
* | netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming2009-02-04
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-30
|\|
| * ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang2009-01-29
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-21
|/
* ucc_geth: use correct UCCE macrosTimur Tabi2009-01-11
* ucc_geth: Eliminate the need for forward referencesAnton Vorontsov2008-12-26
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-22
* ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov2008-12-19
* ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov2008-12-19
* ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov2008-12-19
* ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov2008-12-19
* ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov2008-12-19
* ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov2008-12-19
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-10
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-24
* ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18
|\
| * drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell2008-06-30
* | netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-17
* | ucc_geth: delete non NAPI code from the driver.Francois Romieu2008-07-11
|/
* ucc_geth: Fix arguments to dma map/unmap functionsAndy Fleming2008-05-22
* ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund2008-05-06
* ucc_geth: Fix a bunch of sparse warningsAndy Fleming2008-05-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-25
|\
| * ucc_geth: Fix sneaky merge conflict regarding bus_idAndy Fleming2008-04-25