tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / net / ps3_gelic_net.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-02 Stephen Hemmingernetdev: drivers should make ethtool_ops const
2009-07-12 Ben Hutchingsnetdev: restore MAC address set and validate operations
2009-06-16 Geert Uytterhoevennet/ps3: gelic - Add missing annotations
2009-06-15 Geert Uytterhoevenps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_s...
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-21 Masakazu MokunoPS3: gelic: convert the ethernet part to net_device_ops
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-06-03 Daniel Walkerps3: gelic: updown_lock semaphore to mutex
2008-05-31 Daniel Walkerps3: gelic: updown_lock semaphore to mutex
2008-04-01 Masakazu Mokuno[POWERPC] PS3: Gelic network driver Wake-on-LAN support
2008-02-11 Masakazu MokunoPS3: gelic: Add wireless support for PS3
2008-02-11 Masakazu MokunoPS3: gelic: Add support for dual network interface
2008-02-11 Masakazu MokunoPS3: gelic: add support for port link status
2008-02-11 Masakazu MokunoPS3: gelic: remove duplicated ethtool handlers
2008-02-11 Masakazu MokunoPS3: gelic: code cleanup
2008-02-11 Masakazu MokunoPS3: gelic: Add endianness macros
2008-02-11 Masakazu MokunoPS3: gelic: Fix the wrong dev_id passed
2008-01-25 Geert Uytterhoeven[POWERPC] PS3: Make bus_id and dev_id u64
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Masakazu MokunoPS3: Remove the workaround no longer needed
2007-10-10 Masakazu MokunoPS3: changed the way to handle tx skbs
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-08-31 Masakazu MokunoPS3: fix the bug that 'ifconfig down' would hang
2007-07-24 Masakazu Mokunops3: reduce allocation size of rx skb buffers
2007-07-24 Masakazu Mokunops3: fix rare issue that reenabling rx DMA fails
2007-07-24 Masakazu Mokunops3: removed calling netif_poll_enable() in open()
2007-07-24 Masakazu Mokunops3: use ethX as the name of irq
2007-07-24 Masakazu Mokunops3: use net_device_stats of net_device structure
2007-07-24 Masakazu Mokunops3: removed conditional ethtool support
2007-07-24 Masakazu Mokunops3: tx descriptor handling cleanup
2007-07-24 Masakazu Mokunops3: some minor cleanups
2007-07-24 Masakazu Mokunops3: fix wrong calculation of rx descriptor address
2007-07-10 Masakazu Mokunops3: gigabit ethernet driver for PS3, take3