aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ps3_gelic_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-02net/ps3: Add support for gelic link negotiationHideyuki Sasaki1-2/+70
2009-12-02net/ps3: Cleanup gelic enumsGeoff Levand1-13/+13
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+1
2009-06-16net/ps3: gelic - Add missing annotationsGeert Uytterhoeven1-10/+12
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven1-4/+4
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-21PS3: gelic: convert the ethernet part to net_device_opsMasakazu Mokuno1-10/+14
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-05-30ps3: gelic: updown_lock semaphore to mutexDaniel Walker1-5/+5
2008-04-01[POWERPC] PS3: Gelic network driver Wake-on-LAN supportMasakazu Mokuno1-0/+81
2008-02-11PS3: gelic: Add wireless support for PS3Masakazu Mokuno1-1/+17
2008-02-11PS3: gelic: Add support for dual network interfaceMasakazu Mokuno1-294/+471
2008-02-11PS3: gelic: add support for port link statusMasakazu Mokuno1-27/+50
2008-02-11PS3: gelic: remove duplicated ethtool handlersMasakazu Mokuno1-40/+3
2008-02-11PS3: gelic: code cleanupMasakazu Mokuno1-236/+228
2008-02-11PS3: gelic: Add endianness macrosMasakazu Mokuno1-31/+39
2008-02-11PS3: gelic: Fix the wrong dev_id passedMasakazu Mokuno1-1/+1
2008-01-25[POWERPC] PS3: Make bus_id and dev_id u64Geert Uytterhoeven1-2/+2
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