summaryrefslogtreecommitdiffstats
path: root/drivers/net/sb1000.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* PNP: net/sb1000: Use module_pnp_driver to register driverPeter Huewe2015-03-181-14/+1
* drivers/net/sb1000.c: delete double assignmentJulia Lawall2010-10-271-3/+3
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-5/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* sb1000: update to net_device_opsStephen Hemminger2009-01-071-5/+11
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* sb1000.c: make const arrays staticDenys Vlasenko2008-04-161-18/+29
* sb1000.c: stop inlining largish static functionsDenys Vlasenko2008-04-161-27/+27
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-14/+5
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik2006-10-061-7/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-12/+12
* Massive net driver const-ification.Arjan van de Ven2006-03-031-1/+1
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-2/+2
* [PATCH] net/sb1000: replace nicedelay() with ssleep()Nishanth Aravamudan2005-06-261-11/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1202