aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ucc_geth.c
AgeCommit message (Expand)Author
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-12netdev: ucc_geth: Use is_multicast_ether_addr helperTobias Klauser
2010-12-23Merge commit 'v2.6.37-rc7' into devicetree/nextGrant Likely
2010-11-12ucc_geth: Fix deadlockJoakim Tjernlund
2010-11-12ucc_geth: Do not bring the whole IF down when TX failure.Joakim Tjernlund
2010-11-01of/net: Move of_get_mac_address() to a common source file.David Daney
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-07-30ucc_geth: fix UCC device number in debug messageSergey Matyukevich
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-16ucc_geth: fix for RX skb buffers recyclingSergey Matyukevich
2010-06-12ucc_geth driver: add ioctlSergey Matyukevich
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-24net/various: remove trailing space in messagesFrans Pop
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-21ucc_geth: update the tbi-phy settingLiu Yu-B13201
2010-01-19ucc_geth: Fix full TX queue processingJiajun Wu
2009-12-30ucc_geth: Fix netdev watchdog triggering on suspendAnton Vorontsov
2009-12-26ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov
2009-12-26ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov
2009-12-26ucc_geth: Fix empty TX queue processingAnton Vorontsov
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-09-11ucc_geth: Fix hangs after switching from full to half duplexAnton Vorontsov
2009-09-11ucc_geth: Rearrange some code to avoid forward declarationsAnton Vorontsov
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-30ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov
2009-08-30ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov
2009-08-30ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-22ucc_geth: Revive fixed link supportAnton Vorontsov
2009-07-07ucc_geth: Add support for skb recyclingAnton Vorontsov
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-17net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang
2009-06-17Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-03net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang
2009-05-26net/ucc_geth: allow to set mac address on running deviceKevin Hao
2009-05-19net/ucc_geth: Assign six threads to Rx for UECHaiying Wang