aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/sbni.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09net: wan: sbni: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-22sbni: use pci_dev->subsystem_deviceSergei Shtylyov1-4/+1
2011-06-27wan: Update to current logging formsJoe Perches1-35/+32
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
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-14/+14
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-3/+4
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+3
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-5/+3
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