]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
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.
2007-05-07 hartkoppRemoved linux/autoconf.h which is not needed, when...
2007-05-04 thuermannMinor cosmetic changes.
2007-05-04 thuermannClean up optlen checking and copying to user-space
2007-05-04 hartkoppAdded socket locking in broadcast manager sendmsg().
2007-05-04 hartkoppAdded comment regarding kernel hrtimer. Low prio for...
2007-05-03 hartkoppUpdated patch to vanilla 2.6.21.
2007-05-03 hartkoppremoved spinlocks for now as i got a dead lock on heavy...
2007-05-03 hartkoppAdded comment about cutting off the proc_fs output...
2007-05-03 hartkoppChanged module param name from drv_loopback to loopback.
2007-05-03 hartkoppAdded locking to CAN core proc_fs output.
2007-05-02 hartkoppAdded some blank lines.
2007-05-02 hartkoppAdded comment regarding the currently local DBG macro.
2007-05-02 hartkoppIntroduced the module param 'drv_loopback' to switch...
2007-05-02 thuermannAllow sending and receiving of packets only on CAN...
2007-05-02 hartkoppUsing enum instead if multiple defines. Cosmetics.
2007-05-02 thuermannReduce use of a somewhat ugly type-cast.
2007-05-02 hartkoppUpdated configuration help for non-root CAN access.
2007-05-02 hartkoppMoved timeval2jiffies function from af_can.c to bcm...
2007-05-02 thuermannRevert change r250: use EXPORT_SYMBOL because here...
2007-05-01 hartkoppcosmetics.
2007-05-01 hartkoppcomment and indention beautifications.
2007-05-01 hartkoppremoved debugging stuff (caller id).
2007-05-01 hartkoppreordered functions to remove forward declarations.
2007-05-01 hartkoppCleaned up extern declarations for variables between...
2007-05-01 hartkoppIntroduced can.txt for Documentation/networking.
2007-05-01 hartkoppChanges after test integration into kernel 2.6.21 :
2007-04-30 thuermannReplace a couple macros by inline functions.
2007-04-30 thuermannUse macros provided by the kernel to define initialized...
2007-04-30 thuermannUse dynamically allocated buffers instead of stack...
2007-04-30 thuermannMoved/deleted comments which were on the same line...
2007-04-30 thuermannexport functions using EXPORT_SYMBOL_GPL instead of...
2007-04-28 hartkopplinux/can/error.h is no file for LKML posting and is...
2007-04-28 hartkoppfixed missing condition from r247.
2007-04-28 hartkoppIntroduced single can_frames inside the bcm_op as 99...
next