index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
arcnet
/
arcnet.c
Age
Commit message (
Expand
)
Author
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-29
arcnet: add err_skb package for package status feedback
Michael Grzeschik
2017-06-29
arcnet: change irq handler to lock irqsave
Michael Grzeschik
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2015-10-26
arcnet: add netif_carrier_on/off for reconnect
Michael Grzeschik
2015-10-26
arcnet: com20020-pci: add led trigger support
Michael Grzeschik
2015-10-26
arcnet: move dev_free_skb to its only user
Michael Grzeschik
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-23
arcnet: Add com9026.h to standardize COM9026_REG_<foo>
Joe Perches
2015-09-23
arcnet: Remove function pointer macro indirections
Joe Perches
2015-09-23
arcnet: Move files out of include/linux
Joe Perches
2015-09-23
arcnet: Wrap some long lines
Joe Perches
2015-09-23
arcnet: Move EXPORT_SYMBOL after declarations
Joe Perches
2015-09-23
arcnet: Convert printk to pr_<level>
Joe Perches
2015-09-23
arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont
Joe Perches
2015-09-23
arcnet: Expand odd BUGLVL macro with if and uses
Joe Perches
2015-09-23
arcnet: Use network block comment style
Joe Perches
2015-09-23
arcnet: Coalesce string fragments
Joe Perches
2015-09-23
arcnet: Use normal kernel brace style
Joe Perches
2015-09-23
arcnet: Add and remove blank lines
Joe Perches
2015-09-23
arcnet: Use normal kernel spacing style
Joe Perches
2015-09-17
ARCNET: fix hard_header_len limit
Michael Grzeschik
2015-03-02
net: Kill dev_rebuild_header
Eric W. Biederman
2014-09-29
ARCNET: return IRQ_NONE if the interface isn't running
Michael Grzeschik
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2013-07-19
arcnet: cleanup sizeof parameter
Dan Carpenter
2010-05-10
net: trans_start cleanups
Eric Dumazet
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
2009-02-17
drivers/net/arcnet: fix sparse warning: symbol shadows an earlier one
Hannes Eder
2009-01-21
arcnet: convert to net_device_ops
Stephen Hemminger
2009-01-21
arcnet: convert to internal stats
Stephen Hemminger
2008-11-12
netdevice: safe convert to netdev_priv() #part-1
Wang Chen
2008-09-24
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
2008-03-28
drivers/net/arcnet/arcnet.c: use time_* macros
S.Caglar Onur
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
2007-02-17
bugfixes and new hardware support for arcnet driver
Jeff Morrow
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-04-02
BUG_ON() Conversion in drivers/net/
Eric Sesterhenn
2006-01-17
[PATCH] drivers/net/arcnet/: possible cleanups
Adrian Bunk
2006-01-17
[PATCH] drivers/net/*: use time_after() and friends
Marcelo Feitoza Parisi
2005-09-06
[ARCNET]: Fix return value from arcnet_send_packet().
Pieter Dejaeghere
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds