From: Urs Thuermann <[EMAIL PROTECTED]>
Date: Fri, 16 Nov 2007 16:02:45 +0100
> this patch series adds the PF_CAN protocol family for the
> Controller Area Network. Since our last post we have changed:
>
> * Remove vcan_open() and vcan_stop().
> * return NETDEV_TX_OK instead of 0.
> * Add can_ p
Hello Dave, hello Patrick,
this patch series adds the PF_CAN protocol family for the
Controller Area Network. Since our last post we have changed:
* Remove vcan_open() and vcan_stop().
* return NETDEV_TX_OK instead of 0.
* Add can_ prefix to some global vars.
* Remove all debug code completely.
Hello Dave, hello Patrick,
this patch series that adds the PF_CAN protocol family for the
Controller Area Network. Since our last post we have changed:
* Fix a bug causing NULL pointer dereference when module autoloading fails.
* Initialize skb using skb_reset_{transport,network}_header().
* Use