Re: [PATCH 0/7] CAN: New PF_CAN protocol family for 2.6.25, update

2007-11-16 Thread David Miller
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

[PATCH 0/7] CAN: New PF_CAN protocol family for 2.6.25, update

2007-11-16 Thread Urs Thuermann
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.

[PATCH 0/7] CAN: New PF_CAN protocol family for 2.6.25

2007-11-14 Thread Urs Thuermann
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