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