summaryrefslogtreecommitdiff
path: root/drivers/net/wan/farsync.c
AgeCommit message (Expand)Author
2012-10-09farsync: fix support for over 30 cardsDan Carpenter
2012-04-17drivers/net/wan/farsync.c: add missing iounmapJulia Lawall
2011-06-27farsync: Update to current logging formsJoe Perches
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2010-08-10farsync: Fix compile warnings.David S. Miller
2010-08-02drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches
2010-05-31drivers/net/wan: Use memdup_userJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2009-03-30trivial: fix typo "varaible" -> "variable"Uwe Kleine-Koenig
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-07-23WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa
2008-03-17wan/farsync: copy_from_user() to iomem is wrongAl Viro
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2005-09-14[PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan
2005-06-26[PATCH] net/farsync: add set_current_state() before schedule_timeout()Nishanth Aravamudan
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton
2004-11-09[PATCH] recieve typosAndries E. Brouwer
2004-10-27Merge bk://kernel.bkbits.net/acme/sk_buff-2.6David S. Miller
2004-10-16[PATCH] bunch of trivial iomem annotations in drivers/netAlexander Viro
2004-10-07[SKBUFF] move common code to hdlc_type_transArnaldo Carvalho de Melo
2004-06-19[NET]: Fix warning in farsync WAN driver.Andrew Morton
2004-05-31[PATCH] farsync needs <asm/io.h>Christoph Hellwig
2004-05-27[netdrvr wan] farsync driver updateKevin Curtis
2004-01-19Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-5Jeff Garzik
2004-01-10[wan hdlc] kill embedding of struct net_deviceAlexander Viro
2004-01-10[wan farsync] embedded struct hdlc_device removalAlexander Viro
2004-01-10[wan hdlc] switch register_hdlc_device() to take net_device argAlexander Viro
2004-01-10[wan hdlc] new hdlc_stats() helperAlexander Viro
2004-01-10[wan farsync] Eliminated a bunch of port->hdlc and hdlc_to_dev() usesAlexander Viro
2004-01-10[wan hdlc] hdlc->attach() switched to net_device.Alexander Viro
2004-01-10[wan hdlc] hdlc_close() switched to net_device.Alexander Viro
2004-01-10[wan hdlc] hdlc_open() switched to net_deviceAlexander Viro
2004-01-10[PATCH] get rid of MOD INC/DEC for farsyncStephen Hemminger