aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/sbni.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-03-21sbni: convert to net_device_opsStephen Hemminger1-6/+14
2009-03-21sbni: use internal net_device_statsStephen Hemminger1-42/+26
2009-02-17drivers/net/wan: fix sparse warning: symbol shadows an earlier oneHannes Eder1-8/+9
2008-11-24netdevice sbni: Convert directly reference of netdev->privWang Chen1-47/+52
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-16drivers/net: use nr_irqsYinghai Lu1-1/+1
2008-09-22drivers/net/wan: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-08-27wan: Missing capability checks in sbni_ioctl()Eugene Teo1-4/+4
2008-03-05net: replace __inline with inlineHarvey Harrison1-1/+1
2008-01-28annotate the rest of drivers/net/wanAl Viro1-2/+2
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-2/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-07-17drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik1-4/+3
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-5/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[WAN]: fix section mismatch warning in sbniSam Ravnborg1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1735