summaryrefslogtreecommitdiff
path: root/include/linux/arcdevice.h
AgeCommit message (Collapse)Author
2005-01-10[PATCH] mark arcdev_setup staticChristoph Hellwig
It's only used in arcnet.c, and following the model of the other link layers it doesn't make sense to use it outside alloc_arcdev() either.
2004-11-23[ARCNET]: Fixes.Esben Nielsen
As previously reported the ArcNet driver didn't work with Preempt and SMB on. They do now. I have changed the locking system from being a global arcnet lock to being a lock per device. I used the lock in dev->hard_start_xmit = arcnet_send_packet. Furthermore I added the 'CAP mode' encapsulation. As far as I see it it is the only encapsulation which actually makes ArcNet usefull over ethernet. Previously, the driver just ignored the hardware transmit status, now you can get hardware acknowledge and excessive nacks back to userspace via a raw socket. The capmode.c is nearly just a copy of arc-rawmode.c. The difference is that it inserts a ack_tx() handle into the general driver framework. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2004-10-05[PATCH] arcnet iomem annotationsAlexander Viro
Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-01-10[arcnet] create and use alloc_arcdev helperAlexander Viro
2003-07-20[ARCNET]: Fix module refcounting.Christoph Hellwig
2003-06-14[PATCH] arcnet oops fixAndrew Morton
From: Dipankar Sarma <dipankar@in.ibm.com> Forward-port of a fix Alan merged into 2.4.21-pre. It fixes arcnet oopses with raw sockets.
2003-05-25Merge redhat.com:/garz/repo/linus-2.5Jeff Garzik
into redhat.com:/garz/repo/net-drivers-2.5
2003-05-21[NET]: Switch arcnet over to initcalls.Christoph Hellwig
2003-05-11[netdrvr] remaining irqreturn_t changesAndrew Morton
2002-02-04Import changesetLinus Torvalds