aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sb1000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-18sb1000: fix variable set but not used warningsJakub Kicinski1-6/+3
2019-01-17sb1000: fix a couple of indentation issues and remove assignment in if statementsColin Ian King1-4/+7
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
2015-03-18PNP: net/sb1000: Use module_pnp_driver to register driverPeter Huewe1-14/+1
2010-10-27drivers/net/sb1000.c: delete double assignmentJulia Lawall1-3/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-5/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-2/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-01-07sb1000: update to net_device_opsStephen Hemminger1-5/+11
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-04-16sb1000.c: make const arrays staticDenys Vlasenko1-18/+29
2008-04-16sb1000.c: stop inlining largish static functionsDenys Vlasenko1-27/+27
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-14/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-7/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-12/+12
2006-03-03Massive net driver const-ification.Arjan van de Ven1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2005-06-26[PATCH] net/sb1000: replace nicedelay() with ssleep()Nishanth Aravamudan1-11/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1202