summaryrefslogtreecommitdiffstats
path: root/snull
Commit message (Collapse)AuthorAgeFilesLines
* Don't use absolute path for commands in load/unload scriptsJavier Martinez Canillas2018-02-252-5/+3
| | | | | | | Just let the shell lookup from the user's $PATH since some tools may not be installed in the absolute path used in the scripts. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* snull: use NETIF_F_HW_CSUM instead of NETIF_F_NO_CSUMv3.3.4Javier Martinez Canillas2012-05-061-1/+1
| | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* snull: add struct netdevice_ops and header_opsJavier Martinez Canillas2010-12-291-18/+23
|
* snull: Change netif_rx_[complete | schedule] to napi_[complete | schedule]Javier Martinez Canillas2010-12-281-2/+2
|
* snull: Now NAPI is struct net_device independent, update accordinglyJavier Martinez Canillas2010-12-281-8/+9
|
* snull: Make scripts files executableJavier Martinez Canillas2010-12-082-0/+0
|
* snull: Remove unnecessary fileJavier Martinez Canillas2010-12-081-512/+0
|
* snull: Remove <linux/config.h>Javier Martinez Canillas2010-12-051-1/+0
|
* snull: Makefile: Change CFLAGS to EXTRA_CFLAGSJavier Martinez Canillas2010-12-051-3/+3
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-276-0/+1351