aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/capmode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30arcnet: capmode: remove redundant assignment to pointer pktColin Ian King1-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-29Trivial fix to spelling mistake in arc_printk messageColin Ian King1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2015-09-23arcnet: capmode: remove extra functionMichael Grzeschik1-6/+3
2015-09-23arcnet: reformat structs to C99 formatMichael Grzeschik1-8/+6
2015-09-23arcnet: Move files out of include/linuxJoe Perches1-1/+2
2015-09-23arcnet: Wrap some long linesJoe Perches1-1/+2
2015-09-23arcnet: Remove pointer comparisons to NULLJoe Perches1-2/+2
2015-09-23arcnet: Remove unnecessary OOM messagesJoe Perches1-4/+1
2015-09-23arcnet: Convert printk to pr_<level>Joe Perches1-3/+3
2015-09-23arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches1-17/+18
2015-09-23arcnet: Expand odd BUGLVL macro with if and usesJoe Perches1-3/+6
2015-09-23arcnet: Use network block comment styleJoe Perches1-13/+12
2015-09-23arcnet: Use normal kernel brace styleJoe Perches1-3/+3
2015-09-23arcnet: Add and remove blank linesJoe Perches1-3/+0
2015-09-23arcnet: Use normal kernel spacing styleJoe Perches1-18/+18
2010-05-31drivers/net/arcnet/capmode.c: clean up codeDaniel Mack1-99/+78
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-21trivial: remove unnecessary semicolonsJoe Perches1-1/+0
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-21arcnet: convert to internal statsStephen Hemminger1-1/+1
2008-12-25drivers/net/arcnet: fix sparse warnings: make symbols staticHannes Eder1-1/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-3/+3
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-03-05drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_init&module_exitJon Schindler1-2/+4
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-7/+4
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+296