aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/enc28j60.c
AgeCommit message (Expand)Author
2011-01-31enc28j60: Fix reading of transmit status vectorStefan Weil
2010-05-10net: trans_start cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-01-07enc28j60: update to net_device_opsStephen Hemminger
2009-01-04enc28j60: fix RX buffer overflowBaruch Siach
2008-12-18enc28j60: reduce the number of spi transfers in enc28j60_set_bank()Baruch Siach
2008-12-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-16enc28j60: use netif_rx_ni() to deliver RX packetsBaruch Siach
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-03enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-07-29enc28j60: don't specify (wrong) IRQ typeDavid Brownell
2008-06-17net/enc28j60: low power modeDavid Brownell
2008-06-17net/enc28j60: section fixDavid Brownell
2008-03-05net/enc28j60: oops fixDavid Brownell
2008-01-28add driver for enc28j60 ethernet chipClaudio Lanconelli