aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skfp/skfddi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-27fddi: Move the FDDI driversJeff Kirsher1-2260/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-12-28skfp: testing the wrong variable in skfp_driver_init()Dan Carpenter1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-16/+16
2010-09-13drivers/net/skfp: Remove pr_<level> uses of KERN_<level>Joe Perches1-42/+42
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-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-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-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 Rosa1-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/+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-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-05-17skfddi: convert PRINTK() to pr_debug()Alexander Beregalov1-81/+75
2009-02-17drivers/net/skfp: fix sparse warning: Should it be static?Hannes Eder1-3/+0
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-03-26skfp annotationsAl Viro1-2/+2
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+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
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
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-03-03Massive net driver const-ification.Arjan van de Ven1-1/+1
2005-06-27[PATCH] drivers/net/skfp/: cleanupsAdrian Bunk1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2293