summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcnet.c
Commit message (Expand)AuthorAgeFilesLines
* net: pcnet: Fix init on big endian 64 bitPaul Burton2016-05-311-3/+3
* net: pcnet: Make 64 bit safePaul Burton2016-05-311-8/+10
* net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton2016-05-311-9/+6
* net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck2016-01-161-7/+21
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* pcnet: force ordering of descriptor accessesPaul Burton2014-04-181-18/+19
* pcnet: align rx buffers for cache invalidationPaul Burton2014-04-181-9/+12
* pcnet: access descriptor rings & init block uncachedPaul Burton2014-04-181-31/+35
* MPC824x: remove obsolete "PN62" boardWolfgang Denk2013-11-111-10/+0
* pcnet: enable the NOUFLO featurePaul Burton2013-11-091-0/+15
* pcnet: add cache flushing & invalidationPaul Burton2013-11-091-0/+16
* pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_sendPaul Burton2013-11-091-2/+2
* pcnet: code style cleanupPaul Burton2013-11-091-125/+123
* net: pcnet: use pci_virt_to_mem to obtain buffer addressesGabor Juhos2013-07-241-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* drivers/net/pcnet.c: Fix compile warningJoe Hershberger2012-05-221-4/+2
* drivers/net/pcnet.c: Change debug code to fix build warningWolfgang Denk2011-11-071-13/+4
* net: pcnet: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+1
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-4/+0
* pcnet.c: fix a merge issueWolfgang Denk2008-04-281-54/+0
* Fixed pcnet io_baseVlad Lungu2008-04-241-0/+55
* drivers/net/pcnet.c: Coding Style cleanup.Wolfgang Denk2008-04-241-360/+370
* Added Am79C970A chip id to pcnetVlad Lungu2008-04-241-0/+3
* Fix Ethernet init() return codesBen Warren2008-01-101-2/+2
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+526
OpenPOWER on IntegriCloud