]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
2007-07-09 hartkoppreordered some code in bcm_send_to_user().
2007-07-08 hartkoppMake skb->tail pointer access working in 2.6.22 on...
2007-07-08 hartkoppFixed compilation warning on 64bit architectures.
2007-07-08 hartkoppFixed compilation warnings on 64bit architectures.
2007-07-07 thuermannRemove unused #define PRIVSIZE.
2007-07-07 hartkoppNew version 20070707 (a prefered wedding date :)
2007-07-07 hartkoppAdded notification in the case of enabled loopback...
2007-07-07 hartkoppChanged default capabilites to allow non-root users...
2007-07-07 thuermannFor kernels starting with 2.6.23:
2007-07-07 thuermannMove vcan driver from branch vcan-rtnl to trunk.
2007-07-07 thuermannAdd vcan config tool to Makefile.
2007-07-06 thuermannAdd a tool "vcan" to add/remove vcan interfaces.
2007-07-06 thuermannFix wrong simplification when moving code from mkpatch.
2007-07-04 thuermannRename kv to strip-src.
2007-06-29 hartkoppReverted the use of skb->iif in the rx path that has...
2007-06-27 hartkoppAdded mainly socket.h and skbuff.h and reordered the...
2007-06-27 hartkoppnew Version 20070627.
2007-06-27 hartkoppAdded missing include if_arp.h for the use of ARPHRD_CA...
2007-06-25 hartkoppUpdated LDISC number to 17 (16 is occupied in the Kernel)
2007-06-22 hartkoppAdded option '-x' to disable local loopback for sent...
2007-06-22 hartkoppChanged option name '-l' to '-x' as this option should...
2007-06-22 hartkoppAdded option '-l' to disable local loopback for generat...
2007-06-22 thuermannUpdate patch series to r390 and rebase it to linux...
2007-06-21 hartkoppCosmetics: Making all multiline comments look equal.
2007-06-21 thuermannRemove wrong comment, cf. linux/net/core/dev.c:dev_queu...
2007-06-21 hartkoppIndeed in this context skb->input_dev could not be...
2007-06-21 hartkoppAdded check for possible NULL pointer dereference.
2007-06-21 thuermannAdd (untested) support for kernels before 2.6.21.
2007-06-21 thuermannUse skb->iif instead of skb->cb to pass the receiving...
2007-06-21 thuermannRemove struct raw_opt and bcm_opt and integrate them...
2007-06-20 thuermannAargh, got trailing white-space wrong again. Fixed it.
2007-06-20 thuermannChange comments according to coding style document.
2007-06-20 thuermannFix race condition in raw_getsockopt().
2007-06-20 thuermannCosmetic changes only: white-space, line breaks, commen...
2007-06-19 hartkoppUpdated to version 20070619.
2007-06-19 hartkoppMoved sk_error_report() call outside lock_sock(sk)...
2007-06-19 thuermannMove branch ha/locktest to trunk/kernel/2.6, making...
2007-06-19 thuermannRemove 2.6 kernel code to replace it with the version...
2007-06-18 hartkoppAdded program exit on SIOCGIFINDEX error.
2007-06-18 hartkoppDisabled obsolte receive filter. Added error checking...
2007-06-14 hartkoppAdded option '-e' to hold the socket open even when...
2007-06-11 hartkoppFix: Remove allocated filter, even when socket was...
2007-06-11 hartkoppAdded error handling in raw_setsockopt().
2007-06-11 hartkoppAdded complete error handling in raw_bind().
2007-06-11 hartkoppIntroduced return value to raw_[add|remove]_filters...
2007-06-11 hartkoppFixed can_dev_register() to work even when the interfac...
2007-06-10 hartkoppChanged prototypes for CAN core exported functions...
2007-06-08 hartkoppUpdated receive timestamp handling for Kernel Versions...
2007-06-06 hartkoppChanges for new loopback handling analogue to CAN core.
2007-06-06 hartkoppAdded new skb->pkt_type in received skb's.
2007-06-06 hartkoppFixed missing sk reference in af_can.c / deliver().
2007-06-06 thuermannUse skb->pkt_type and skb->sk instead of skb->cb to...
2007-06-06 thuermannSet skb->pkt_type on CAN frames looped back from can_se...
2007-06-06 thuermannSet skb->pkt_type on received CAN frames.
2007-06-04 thuermannSet skb->protocol on CAN frames sent from can_send().
2007-06-04 thuermannRemove old & obsolete code.
2007-05-30 hartkoppAdded patch from Bjoern Riemer:
2007-05-30 thuermannAdd patch series for Linux-2.6.22-rc3.
2007-05-30 hartkoppAdded new commandline option '-B' which acts like the...
2007-05-24 hartkoppAdded hardware abstraction layer for low cost SJA1000...
2007-05-23 hartkoppAdded MODULE_LICENSE, MODULE_DESCRIPTION and MODULE_AUTHOR.
2007-05-23 hartkoppReverted introduction of the irq_handler pointer as...
2007-05-23 hartkoppReordered __init and __exit functions to the end of...
2007-05-23 thuermannUpdate CAN version.
2007-05-23 thuermannFurther cleanup: use "data" argument to can_proc_read_r...
2007-05-23 thuermannEliminate some code duplication.
2007-05-22 hartkoppAdded hardware abstraction layer for the esd 3xCAN...
2007-05-22 hartkoppAdded missing hw_detach() calls at device cleanup.
2007-05-18 hartkoppUpdated CAN version to 20070518
2007-05-18 hartkoppUpdated RCU removal of dev_rcv_lists structures in...
2007-05-16 thuermannRemove trailing white-space at end of lines.
2007-05-16 hartkoppClarifying some SocketCAN behaviour in the documentation.
2007-05-13 hartkoppSome more notable things in Wolfgangs Credit. Tnx.
2007-05-13 hartkoppChanged can.txt Credits due to feedback.
2007-05-13 hartkoppAdded file that was missing in r304.
2007-05-13 wolfFix problems with building Socket-CAN for MPC5200
2007-05-13 wolfAdd support for creating a complete kernel patch
2007-05-13 hartkoppAdded CAN_RAW socket documetation (including sockopts).
2007-05-11 hartkoppongoing documentation.
2007-05-11 hartkoppUpdated Credits due to given feedback.
2007-05-09 thuermannRemove old unused code.
2007-05-09 thuermannReduce stack usage in can_create() to the minimum needed,
2007-05-09 thuermannPrint KERN_ERR message if request_module() fails.
2007-05-09 thuermannReorder #include directives.
2007-05-09 hartkoppcosmetic.
2007-05-09 thuermannRemove trailing whitespace and blank lines.
2007-05-09 hartkoppAdded missing initialisation to prevent a gcc warning.
2007-05-09 thuermannDelete #include <linux/version.h> and $Id$ lines.
2007-05-08 hartkoppUpdated some copyright notices from 2005 to 2007.
2007-05-08 hartkoppChanged SocketCAN Version from 2.0.0-pre7 to 20070508.
2007-05-08 thuermannLocal variable initializiation to eliminate GCC warning.
2007-05-08 hartkoppongoing ducumentation.
2007-05-07 hartkoppContinued documentation.
2007-05-07 hartkopprenamed obsolete dev_kfree_skb() to kfree_skb().
2007-05-07 hartkoppFixed debug output.
2007-05-07 hartkoppAdded skb orphan code to free the skb from it's former...
2007-05-07 hartkoppMade loopback depending on tx socket reference.
2007-05-07 hartkoppAdded pending loopback checks in error cases.
2007-05-07 hartkoppfixed typo.
2007-05-07 hartkoppAdded loopback functionality in SJA1000 driver. Default On.
next