summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/farsync.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* farsync: remove redundant variable txq_lengthColin Ian King2018-07-071-2/+0Star
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0Star
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-3/+3
* farsync: fix off-by-one bug in fst_add_oneArnd Bergmann2016-03-141-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov2014-07-111-54/+58
* farsync: Fix confusion about DMA address and buffer offset typesBen Hutchings2014-06-111-13/+8Star
* wan: Use usleep_range()Manuel Schölling2014-06-031-7/+3Star
* farsync: fix info leak in ioctlSalva Peiró2013-10-111-0/+1
* wan: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-4/+2Star
* farsync: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* farsync: fix support for over 30 cardsDan Carpenter2012-10-091-1/+1
* drivers/net/wan/farsync.c: add missing iounmapJulia Lawall2012-04-181-0/+1
* farsync: Update to current logging formsJoe Perches2011-06-271-4/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-1/+3
|\
| * farsync: add module_put to error path in fst_open()Pavel Shved2011-06-171-1/+3
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
|/
* farsync: Fix compile warnings.David S. Miller2010-08-101-7/+8
* drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches2010-08-031-58/+53Star
* drivers/net/wan: Use memdup_userJulia Lawall2010-05-311-10/+4Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-6/+6
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-4/+4
* net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal2009-07-061-19/+0Star
* trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig2009-03-301-1/+1
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-6/+12
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa2008-07-231-4/+1Star
* WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-40/+30Star
* wan/farsync: copy_from_user() to iomem is wrongAl Viro2008-03-171-5/+12
* [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-291-8/+3Star
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk2005-09-141-12/+12
* [PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-141-2/+1Star
* [NET]: __be'ify *_type_trans()Alexey Dobriyan2005-07-121-2/+1Star
* [PATCH] net/farsync: add set_current_state() before schedule_timeout()Nishanth Aravamudan2005-06-271-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2712