summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/z85230.c
Commit message (Expand)AuthorAgeFilesLines
* net: z85230: remove unnecessary out of memory messagePeng Li2021-06-151-3/+2
* net: z85230: fix the code style issue about open brace {Peng Li2021-06-151-72/+36
* net: z85230: add some required spacesPeng Li2021-06-151-208/+210
* net: z85230: remove trailing whitespacesPeng Li2021-06-151-119/+105
* net: z85230: fix the code style issue about "if..else.."Peng Li2021-06-151-16/+8
* net: z85230: fix the comments style issuePeng Li2021-06-151-131/+83
* net: z85230: replace comparison to NULL with "!skb"Peng Li2021-06-151-7/+7
* net: z85230: fix the code style issue about EXPORT_SYMBOL(foo)Peng Li2021-06-151-18/+0
* net: z85230: add blank line after declarationsPeng Li2021-06-151-0/+6
* net: z85230: remove redundant blank linesPeng Li2021-06-151-33/+1
* net: wan: remove leading spaces before tabsHui Tang2021-05-201-4/+4
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-251-1/+1
* drivers/net/wan/z85230.c: Use designated initializersKees Cook2017-08-011-16/+14
* Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.htmlMasanari Iida2015-07-101-1/+1
* sections: fix section conflicts in drivers/net/wanAndi Kleen2012-10-061-1/+1
* wan: Update to current logging formsJoe Perches2011-06-271-17/+17
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* wan: make read-only data conststephen hemminger2010-09-061-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-5/+4
* drivers/net/wan: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+2
* drivers/net/wan/z85230.c: fix sparse warnings: un-EXPORT symbolsHannes Eder2008-12-261-8/+2
* z85230: fix warning in drivers/net/wan/z85230.cIngo Molnar2008-11-251-1/+1
* net: delete excess kernel-doc notationRandy Dunlap2008-10-301-1/+0
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-1/+2
* WAN: Convert Zilog-based drivers to generic HDLCKrzysztof HaƂasa2008-07-231-116/+77
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* z85230: Fix FIFO handlingAlan Cox2007-03-091-1/+1
* z85230: spinlock logicAlan Cox2007-02-071-13/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1851