Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / ps3_gelic_net.c
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