aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/enc28j60.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-01-07enc28j60: update to net_device_opsStephen Hemminger1-6/+12
2009-01-04enc28j60: fix RX buffer overflowBaruch Siach1-1/+3
2008-12-18enc28j60: reduce the number of spi transfers in enc28j60_set_bank()Baruch Siach1-7/+23
2008-12-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-12-16enc28j60: use netif_rx_ni() to deliver RX packetsBaruch Siach1-1/+1
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+14
2008-12-03enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach1-2/+14
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-10/+6
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