aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/z85230.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-27net: wan: remove support for Z85230-based devicesJakub Kicinski1-1641/+0
2021-06-15net: z85230: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-15net: z85230: fix the code style issue about open brace {Peng Li1-72/+36
2021-06-15net: z85230: add some required spacesPeng Li1-208/+210
2021-06-15net: z85230: remove trailing whitespacesPeng Li1-119/+105
2021-06-15net: z85230: fix the code style issue about "if..else.."Peng Li1-16/+8
2021-06-15net: z85230: fix the comments style issuePeng Li1-131/+83
2021-06-15net: z85230: replace comparison to NULL with "!skb"Peng Li1-7/+7
2021-06-15net: z85230: fix the code style issue about EXPORT_SYMBOL(foo)Peng Li1-18/+0
2021-06-15net: z85230: add blank line after declarationsPeng Li1-0/+6
2021-06-15net: z85230: remove redundant blank linesPeng Li1-33/+1
2021-05-20net: wan: remove leading spaces before tabsHui Tang1-4/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-02-25net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2017-08-01drivers/net/wan/z85230.c: Use designated initializersKees Cook1-16/+14
2015-07-10Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.htmlMasanari Iida1-1/+1
2012-10-06sections: fix section conflicts in drivers/net/wanAndi Kleen1-1/+1
2011-06-27wan: Update to current logging formsJoe Perches1-17/+17
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2010-09-06wan: make read-only data conststephen hemminger1-2/+2
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
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-5/+4
2009-02-17drivers/net/wan: fix warning: format not a string literal and no ...Hannes Eder1-1/+2
2008-12-26drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbolsHannes Eder1-8/+2
2008-11-25z85230: fix warning in drivers/net/wan/z85230.cIngo Molnar1-1/+1
2008-10-30net: delete excess kernel-doc notationRandy Dunlap1-1/+0
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+2
2008-07-23WAN: Convert Zilog-based drivers to generic HDLCKrzysztof HaƂasa1-116/+77
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-03-09z85230: Fix FIFO handlingAlan Cox1-1/+1
2007-02-07z85230: spinlock logicAlan Cox1-13/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1851