aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ps3_gelic_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10PS3: Remove the workaround no longer neededMasakazu Mokuno1-12/+4
2007-10-10PS3: changed the way to handle tx skbsMasakazu Mokuno1-77/+63
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-25/+20
2007-08-31PS3: fix the bug that 'ifconfig down' would hangMasakazu Mokuno1-1/+0
2007-07-24ps3: reduce allocation size of rx skb buffersMasakazu Mokuno1-8/+37
2007-07-24ps3: fix rare issue that reenabling rx DMA failsMasakazu Mokuno1-2/+7
2007-07-24ps3: removed calling netif_poll_enable() in open()Masakazu Mokuno1-1/+0
2007-07-24ps3: use ethX as the name of irqMasakazu Mokuno1-1/+1
2007-07-24ps3: use net_device_stats of net_device structureMasakazu Mokuno1-23/+8
2007-07-24ps3: removed conditional ethtool supportMasakazu Mokuno1-4/+0
2007-07-24ps3: tx descriptor handling cleanupMasakazu Mokuno1-53/+71
2007-07-24ps3: some minor cleanupsMasakazu Mokuno1-2/+3
2007-07-24ps3: fix wrong calculation of rx descriptor addressMasakazu Mokuno1-1/+1
2007-07-10ps3: gigabit ethernet driver for PS3, take3Masakazu Mokuno1-0/+1576