aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/sbni.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-40/+34
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-14/+14
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-3/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-5/+3
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-5/+3
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* sbni: convert to net_device_opsStephen Hemminger2009-03-211-6/+14
* sbni: use internal net_device_statsStephen Hemminger2009-03-211-42/+26
* drivers/net/wan: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-171-8/+9
* netdevice sbni: Convert directly reference of netdev->privWang Chen2008-11-241-47/+52
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* drivers/net: use nr_irqsYinghai Lu2008-10-161-1/+1
* drivers/net/wan: Use DIV_ROUND_UPJulia Lawall2008-09-221-1/+1
* wan: Missing capability checks in sbni_ioctl()Eugene Teo2008-08-271-4/+4
* net: replace __inline with inlineHarvey Harrison2008-03-051-1/+1
* annotate the rest of drivers/net/wanAl Viro2008-01-281-2/+2
* Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-231-2/+2
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+2
* drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik2007-07-171-4/+3
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-5/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [WAN]: fix section mismatch warning in sbniSam Ravnborg2006-03-201-2/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1735