summaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
* dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-141-1/+1
|\
| * netdev: ucc_geth: Use is_multicast_ether_addr helperTobias Klauser2011-01-131-1/+1
* | Merge commit 'v2.6.37-rc7' into devicetree/nextGrant Likely2010-12-231-9/+16
|\|
| * 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/net: Move of_get_mac_address() to a common source file.David Daney2010-11-011-0/+1
|/
* 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-311-1/+1
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-241-0/+2
|\
| * ucc_geth: fix for RX skb buffers recyclingSergey Matyukevich2010-06-171-0/+2
* | ucc_geth driver: add ioctlSergey Matyukevich2010-06-131-0/+14
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-7/+5Star
|\
| * net: trans_start cleanupsEric Dumazet2010-05-101-2/+0Star
| * 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-191-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/+1Star
* | 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/+2Star
|\|
| * ucc_geth: Fix full TX queue processingJiajun Wu2010-01-191-3/+2Star
* | ucc_geth: update the tbi-phy settingLiu Yu-B132012010-01-211-8/+15
|/
* ucc_geth: Fix netdev watchdog triggering on suspendAnton Vorontsov2009-12-311-1/+2
* ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov2009-12-271-15/+18
* ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov2009-12-271-2/+5
* ucc_geth: Fix empty TX queue processingAnton Vorontsov2009-12-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-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/+149Star
* 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-151-2/+3
* | ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov2009-08-311-0/+85
* | ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov2009-08-311-32/+0Star
* | ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov2009-08-311-35/+52
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-16/+7Star
|\|
| * ucc_geth: Revive fixed link supportAnton Vorontsov2009-07-221-16/+7Star
* | ucc_geth: Add support for skb recyclingAnton Vorontsov2009-07-081-12/+28
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-67/+46Star
|\
| * net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang2009-06-181-1/+57
| * Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely2009-06-181-78/+1Star
* | 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-271-1/+32