aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/farsync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches1-4/+2
2012-12-03farsync: remove __dev* attributesBill Pemberton1-5/+5
2012-10-09farsync: fix support for over 30 cardsDan Carpenter1-1/+1
2012-04-17drivers/net/wan/farsync.c: add missing iounmapJulia Lawall1-0/+1
2011-06-27farsync: Update to current logging formsJoe Perches1-4/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved1-1/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-08-10farsync: Fix compile warnings.David S. Miller1-7/+8
2010-08-02drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches1-58/+53
2010-05-31drivers/net/wan: Use memdup_userJulia Lawall1-10/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-4/+4
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal1-19/+0
2009-03-30trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig1-1/+1
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-6/+12
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-07-23WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa1-4/+1
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-40/+30
2008-03-17wan/farsync: copy_from_user() to iomem is wrongAl Viro1-5/+12
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-8/+3
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
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
2005-09-14[PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk1-12/+12
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan1-2/+1
2005-06-26[PATCH] net/farsync: add set_current_state() before schedule_timeout()Nishanth Aravamudan1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2712