aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ps3_gelic_net.c
AgeCommit message (Expand)Author
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
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-02net/ps3: Add support for gelic link negotiationHideyuki Sasaki
2009-12-02net/ps3: Cleanup gelic enumsGeoff Levand
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-06-16net/ps3: gelic - Add missing annotationsGeert Uytterhoeven
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-21PS3: gelic: convert the ethernet part to net_device_opsMasakazu Mokuno
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-05-30ps3: gelic: updown_lock semaphore to mutexDaniel Walker
2008-04-01[POWERPC] PS3: Gelic network driver Wake-on-LAN supportMasakazu Mokuno
2008-02-11PS3: gelic: Add wireless support for PS3Masakazu Mokuno
2008-02-11PS3: gelic: Add support for dual network interfaceMasakazu Mokuno
2008-02-11PS3: gelic: add support for port link statusMasakazu Mokuno
2008-02-11PS3: gelic: remove duplicated ethtool handlersMasakazu Mokuno
2008-02-11PS3: gelic: code cleanupMasakazu Mokuno
2008-02-11PS3: gelic: Add endianness macrosMasakazu Mokuno
2008-02-11PS3: gelic: Fix the wrong dev_id passedMasakazu Mokuno
2008-01-25[POWERPC] PS3: Make bus_id and dev_id u64Geert Uytterhoeven
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10PS3: Remove the workaround no longer neededMasakazu Mokuno
2007-10-10PS3: changed the way to handle tx skbsMasakazu Mokuno
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-08-31PS3: fix the bug that 'ifconfig down' would hangMasakazu Mokuno
2007-07-24ps3: reduce allocation size of rx skb buffersMasakazu Mokuno
2007-07-24ps3: fix rare issue that reenabling rx DMA failsMasakazu Mokuno
2007-07-24ps3: removed calling netif_poll_enable() in open()Masakazu Mokuno
2007-07-24ps3: use ethX as the name of irqMasakazu Mokuno
2007-07-24ps3: use net_device_stats of net_device structureMasakazu Mokuno
2007-07-24ps3: removed conditional ethtool supportMasakazu Mokuno
2007-07-24ps3: tx descriptor handling cleanupMasakazu Mokuno
2007-07-24ps3: some minor cleanupsMasakazu Mokuno
2007-07-24ps3: fix wrong calculation of rx descriptor addressMasakazu Mokuno
2007-07-10ps3: gigabit ethernet driver for PS3, take3Masakazu Mokuno