aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAge
* dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-14
|\
| * netdev: ucc_geth: Use is_multicast_ether_addr helperTobias Klauser2011-01-12
* | Merge commit 'v2.6.37-rc7' into devicetree/nextGrant Likely2010-12-23
|\|
| * ucc_geth: Fix deadlockJoakim Tjernlund2010-11-12
| * ucc_geth: Do not bring the whole IF down when TX failure.Joakim Tjernlund2010-11-12
* | of/net: Move of_get_mac_address() to a common source file.David Daney2010-11-01
|/
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-06
* ucc_geth: fix UCC device number in debug messageSergey Matyukevich2010-07-31
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-23
|\
| * ucc_geth: fix for RX skb buffers recyclingSergey Matyukevich2010-06-16
* | ucc_geth driver: add ioctlSergey Matyukevich2010-06-12
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-22
|\
| * net: trans_start cleanupsEric Dumazet2010-05-10
| * net: convert multicast list to list_headJiri Pirko2010-04-03
| * net/various: remove trailing space in messagesFrans Pop2010-03-24
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-22
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-18
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-26
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-23
|\|
| * ucc_geth: Fix full TX queue processingJiajun Wu2010-01-19
* | ucc_geth: update the tbi-phy settingLiu Yu-B132012010-01-21
|/
* ucc_geth: Fix netdev watchdog triggering on suspendAnton Vorontsov2009-12-31
* ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov2009-12-26
* ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov2009-12-26
* ucc_geth: Fix empty TX queue processingAnton Vorontsov2009-12-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
|/
* ucc_geth: Fix hangs after switching from full to half duplexAnton Vorontsov2009-09-11
* ucc_geth: Rearrange some code to avoid forward declarationsAnton Vorontsov2009-09-11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-02
|\
| * drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng2009-08-14
* | ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov2009-08-31
* | ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov2009-08-31
* | ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov2009-08-31
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-23
|\|
| * ucc_geth: Revive fixed link supportAnton Vorontsov2009-07-22
* | 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