aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/pcnet.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-05-31net: pcnet: Fix init on big endian 64 bitPaul Burton1-3/+3
2016-05-31net: pcnet: Make 64 bit safePaul Burton1-8/+10
2016-05-31net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton1-9/+6
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck1-7/+21
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-04-18pcnet: force ordering of descriptor accessesPaul Burton1-18/+19
2014-04-18pcnet: align rx buffers for cache invalidationPaul Burton1-9/+12
2014-04-18pcnet: access descriptor rings & init block uncachedPaul Burton1-31/+35
2013-11-11MPC824x: remove obsolete "PN62" boardWolfgang Denk1-10/+0
2013-11-09pcnet: enable the NOUFLO featurePaul Burton1-0/+15
2013-11-09pcnet: add cache flushing & invalidationPaul Burton1-0/+16
2013-11-09pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_sendPaul Burton1-2/+2
2013-11-09pcnet: code style cleanupPaul Burton1-125/+123
2013-07-24net: pcnet: use pci_virt_to_mem to obtain buffer addressesGabor Juhos1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-05-22drivers/net/pcnet.c: Fix compile warningJoe Hershberger1-4/+2
2011-11-07drivers/net/pcnet.c: Change debug code to fix build warningWolfgang Denk1-13/+4
2010-11-14net: pcnet: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2008-09-02Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-4/+0
2008-04-28pcnet.c: fix a merge issueWolfgang Denk1-54/+0
2008-04-24Fixed pcnet io_baseVlad Lungu1-0/+55
2008-04-24drivers/net/pcnet.c: Coding Style cleanup.Wolfgang Denk1-360/+370
2008-04-24Added Am79C970A chip id to pcnetVlad Lungu1-0/+3
2008-01-10Fix Ethernet init() return codesBen Warren1-2/+2
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+526