Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / ps3_gelic_net.c
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Frans Popnet/ps3_gelic: remove trailing space in messages
2010-02-26 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-02 Hideyuki Sasakinet/ps3: Add support for gelic link negotiation
2009-12-02 Geoff Levandnet/ps3: Cleanup gelic enums
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