summaryrefslogtreecommitdiff
path: root/drivers/net/pcnet.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck
2020-05-01net: pcnet: Switch to PCI memory accessMarek Vasut
2020-05-01net: pcnet: Replace mips-specific accessorsMarek Vasut
2020-05-01net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-05-31net: pcnet: Fix init on big endian 64 bitPaul Burton
2016-05-31net: pcnet: Make 64 bit safePaul Burton
2016-05-31net: pcnet: Stop converting kseg1->kseg0 addressesPaul Burton
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-04-18pcnet: force ordering of descriptor accessesPaul Burton
2014-04-18pcnet: align rx buffers for cache invalidationPaul Burton
2014-04-18pcnet: access descriptor rings & init block uncachedPaul Burton
2013-11-11MPC824x: remove obsolete "PN62" boardWolfgang Denk
2013-11-09pcnet: enable the NOUFLO featurePaul Burton
2013-11-09pcnet: add cache flushing & invalidationPaul Burton
2013-11-09pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_sendPaul Burton
2013-11-09pcnet: code style cleanupPaul Burton
2013-07-24net: pcnet: use pci_virt_to_mem to obtain buffer addressesGabor Juhos
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-05-22drivers/net/pcnet.c: Fix compile warningJoe Hershberger
2011-11-07drivers/net/pcnet.c: Change debug code to fix build warningWolfgang Denk
2010-11-14net: pcnet: Add initialized eth_device structureNobuhiro Iwamatsu
2008-09-02Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi
2008-04-28pcnet.c: fix a merge issueWolfgang Denk
2008-04-24Fixed pcnet io_baseVlad Lungu
2008-04-24drivers/net/pcnet.c: Coding Style cleanup.Wolfgang Denk
2008-04-24Added Am79C970A chip id to pcnetVlad Lungu
2008-01-10Fix Ethernet init() return codesBen Warren
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD