summaryrefslogtreecommitdiff
path: root/drivers/net/enc28j60.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-16enc28j60: use netif_rx_ni() to deliver RX packetsBaruch Siach1-1/+1
2008-12-03enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach1-2/+14
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-28/+28
2008-07-29enc28j60: don't specify (wrong) IRQ typeDavid Brownell1-2/+4
2008-06-17net/enc28j60: low power modeDavid Brownell1-24/+58
2008-06-17net/enc28j60: section fixDavid Brownell1-3/+2
2008-03-05net/enc28j60: oops fixDavid Brownell1-1/+2
2008-01-28add driver for enc28j60 ethernet chipClaudio Lanconelli1-0/+1600