aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skfp (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
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
2010-03-24net/various: remove trailing space in messagesFrans Pop3-4/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-7/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-02-05tree-wide: s/widht/width/g typo in commentsDaniel Mack1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-07drivers/net/skfp/skfddi.c: use %pMF to show MAC addresshartleys1-16/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-5/+5
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches2-5/+5
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-2/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-05-17skfddi: convert PRINTK() to pr_debug()Alexander Beregalov1-81/+75
2009-03-30trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig1-1/+1
2009-02-17drivers/net/skfp: fix sparse warning: Should it be static?Hannes Eder5-25/+17
2009-01-29drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logicRoel Kluin1-2/+2
2008-12-26drivers/net/skfp: fix sparse warnings: make symbols staticHannes Eder1-3/+3
2008-11-20fddi: convert to new network device opsStephen Hemminger1-7/+12
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-09-24drivers/net/skfp/pmf.c: Use offsetof() macroTakashi Iwai1-18/+11
2008-08-27drivers/net/skfp/ess.c: fix compile warningsTakashi Iwai1-3/+3
2008-07-30net: use the common ascii hex helpersHarvey Harrison1-7/+6
2008-03-26skfp annotationsAl Viro4-62/+60
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas3-3/+3
2008-01-28NULL noise in drivers/netAl Viro2-3/+3
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10drivers/net/skfp: Remove dead code referencing pci_find_device()Jeff Garzik2-45/+0
2007-10-10[netdrvr] skfp: remove a bunch of dead codeJeff Garzik6-1573/+8
2007-07-31Typo fixes errror -> errorGabriel Craciunescu1-1/+1
2007-06-01potential parse error in ifdefYoann Padioleau1-1/+1
2007-04-28remove unused header file: drivers/net/skfp/h/lnkstat.hRobert P. J. Day1-84/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->devArnaldo Carvalho de Melo1-1/+0
2007-02-27net: remove a collection of unneeded #undef REALLY_SLOW_IO stuffAlan1-1/+1
2007-02-05net: use bitrev8Akinobu Mita4-105/+16
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-6/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+2
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1