summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/capmode.c
AgeCommit message (Expand)AuthorLines
2024-02-15net: fill in MODULE_DESCRIPTION()s for missing arcnetBreno Leitao-0/+1
2019-08-30arcnet: capmode: remove redundant assignment to pointer pktColin Ian King-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-06-29Trivial fix to spelling mistake in arc_printk messageColin Ian King-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2015-09-23arcnet: capmode: remove extra functionMichael Grzeschik-6/+3
2015-09-23arcnet: reformat structs to C99 formatMichael Grzeschik-8/+6
2015-09-23arcnet: Move files out of include/linuxJoe Perches-1/+2
2015-09-23arcnet: Wrap some long linesJoe Perches-1/+2
2015-09-23arcnet: Remove pointer comparisons to NULLJoe Perches-2/+2
2015-09-23arcnet: Remove unnecessary OOM messagesJoe Perches-4/+1
2015-09-23arcnet: Convert printk to pr_<level>Joe Perches-3/+3
2015-09-23arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches-17/+18
2015-09-23arcnet: Expand odd BUGLVL macro with if and usesJoe Perches-3/+6
2015-09-23arcnet: Use network block comment styleJoe Perches-13/+12
2015-09-23arcnet: Use normal kernel brace styleJoe Perches-3/+3
2015-09-23arcnet: Add and remove blank linesJoe Perches-3/+0
2015-09-23arcnet: Use normal kernel spacing styleJoe Perches-18/+18
2010-05-31drivers/net/arcnet/capmode.c: clean up codeDaniel Mack-99/+78
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-1/+0
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison-2/+2
2009-01-21arcnet: convert to internal statsStephen Hemminger-1/+1
2008-12-25drivers/net/arcnet: fix sparse warnings: make symbols staticHannes Eder-1/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen-3/+3
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller-1/+0
2008-03-05drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_...Jon Schindler-2/+4
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo-1/+2
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo-7/+4
2005-05-05[PATCH] make some things staticAdrian Bunk-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+296