summaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
* ucc_geth: Fix deadlockJoakim Tjernlund2010-11-121-3/+7
* ucc_geth: Do not bring the whole IF down when TX failure.Joakim Tjernlund2010-11-121-6/+9
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
* ucc_geth: fix UCC device number in debug messageSergey Matyukevich2010-07-301-1/+1
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-231-0/+2
|\
| * ucc_geth: fix for RX skb buffers recyclingSergey Matyukevich2010-06-161-0/+2
* | ucc_geth driver: add ioctlSergey Matyukevich2010-06-121-0/+14
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-7/+5
|\
| * net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
| * net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
| * net/various: remove trailing space in messagesFrans Pop2010-03-241-1/+1
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-6/+1
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-3/+2
|\ \ | |/
| * ucc_geth: Fix full TX queue processingJiajun Wu2010-01-191-3/+2
* | ucc_geth: update the tbi-phy settingLiu Yu-B132012010-01-211-8/+15
|/
* ucc_geth: Fix netdev watchdog triggering on suspendAnton Vorontsov2009-12-301-1/+2
* ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov2009-12-261-15/+18
* ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov2009-12-261-2/+5
* ucc_geth: Fix empty TX queue processingAnton Vorontsov2009-12-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-12/+12
|/
* 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
OpenPOWER on IntegriCloud