On Mon, Mar 14, 2011 at 02:20:04PM +0100, Kurt Van Dijck wrote: > > This series adds SAE J1939 support to the current net-next-2.6. > For the rtnetlink operations to work, a 2.6.38-rc1 is required. > > 1/6: can: extend sockaddr_can to include j1939 members > 2/6: can: add rtnetlink support > 3/6: can: make struct proto const > 4/6: j1939: initial import of SAE J1939 > 5/6: j1939: add documentation & MAINTAINERS > 6/6: iproute2: use CAN & J1939 > > Still a lot of things probably need explanation...
I had not mentioned the major differences with v2 (which went to berlios SocketCAN mailing list only). * replace magic constants with macro's * use a static protocol stack, not a dynamic one. * remove feature that have limited use and are difficult to explain. * renamed some structure types to increase code readability. * block on transport sessions until CAN frame is queued. * fix bugs. Kurt _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
