aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/sbni.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-03wan: remove sbni/granch driverArnd Bergmann1-1639/+0
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann1-7/+8
2021-01-05net: wan: Replace simple_strtol by simple_strtoulZheng Yongjun1-1/+1
2020-08-25wan: sbni: Avoid comma separated statementsJoe Perches1-43/+58
2019-02-25net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook1-13/+8
2017-04-20Annotate hardware config module parameters in drivers/net/wan/David Howells1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-08-31net: wan: sbni: Spelling s/acknoweledge/acknowledge/, GrammarGeert Uytterhoeven1-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-4/+4
2015-09-05net: wan: sbni: fix device usage countSudip Mukherjee1-0/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-3/+4
2013-12-19drivers: net: Include new header file in sbni.cRashika Kheria1-0/+1
2013-10-25net: wan: sbni: remove assembly crc32 codeSebastian Siewior1-89/+0
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