aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+4
2010-03-24net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-6/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2010-01-21ucc_geth: update the tbi-phy settingLiu Yu-B132011-8/+15
2010-01-19ucc_geth: Fix full TX queue processingJiajun Wu1-3/+2
2009-12-30ucc_geth: Fix netdev watchdog triggering on suspendAnton Vorontsov1-1/+2
2009-12-26ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov1-15/+18
2009-12-26ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov1-2/+5
2009-12-26ucc_geth: Fix empty TX queue processingAnton Vorontsov1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-12/+12
2009-09-11ucc_geth: Fix hangs after switching from full to half duplexAnton Vorontsov1-5/+31
2009-09-11ucc_geth: Rearrange some code to avoid forward declarationsAnton Vorontsov1-151/+149
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-08-30ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov1-0/+85
2009-08-30ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov1-32/+0
2009-08-30ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov1-35/+52
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng1-2/+3
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