]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
2007-03-09 hartkoppForgot to use kv to get rid of the #ifdef LINUX_VERION_...
2007-03-09 hartkoppAdded patches for socketcan Revision 180 for the curren...
2007-03-09 hartkoppFor the first step into the mainstream kernel, we only...
2007-03-09 hartkoppAdded can_id depended filter mask generation for can_rx...
2007-03-08 hartkoppIntroduced can_core.h analogue to linux/can/core.h...
2007-03-08 hartkoppMoved definition and prototypes for for CAN protocol...
2007-03-07 hartkoppAdded some comments in raw.h and bcm.h
2007-03-07 thuermannRevert change r171 since kv can now handle these other...
2007-03-07 thuermannImplement comparison ops <, <=, and > in kv.
2007-03-05 hartkoppFixed Makefiles to compile test-apps and can-utils...
2007-03-05 hartkoppRemoved obsolete empty lines in LINUX_VERSION_CODE...
2007-03-05 hartkoppChanged the LINUX_VERSION_CODE conditions to use the...
2007-03-05 hartkoppVersion 2.0.0-pre6 - On the way to be posted on the...
2007-03-05 hartkoppDefined ARPHARD_CAN as 280 (formerly 804) due to my...
2007-03-05 hartkoppBackported CodingStyles changes to kernel 2.4 tree.
2007-03-05 hartkoppReformated to meet Linux Documentation/Codingstyle...
2007-03-05 hartkoppAdded slim Makefiles that are working inside the kernel...
2007-03-05 hartkoppMoved the definitions of AF_CAN, PF_CAN, ARPHRD_CAN...
2007-03-05 hartkoppMoved protoypes for the CAN network layer core from...
2007-03-05 hartkoppMoved protoypes for the CAN network layer core from...
2007-03-05 hartkoppShortened the include files copyright and license heade...
2007-03-05 hartkoppAdded SLCAN-driver in Kconfig.
2007-03-04 thuermannMinor change for readability.
2007-02-28 hartkoppFixed initialisation output into kernel log:
2007-02-27 thuermannSome code cleanup:
2007-02-22 hartkoppUpgraded Version to 2.0.0-pre5
2007-02-22 hartkoppAdded CAN interface driver for low-cost CAN-Interfaces...
2007-02-22 hartkoppAdded module parameter 'numdev' to modify the number...
2007-02-21 hartkoppChanged banner strings.
2007-02-18 hartkoppEnabled the use of the rx_eff receive list. Cosmetics.
2007-02-17 hartkoppCleaned up filter assignment due to a hint from Jan...
2007-02-14 hartkoppFixed memory leak in Kernel 2.4 VCAN source when unload...
2007-02-14 hartkoppCleaned up the #includes for Kernel 2.4 analogue to...
2007-02-12 hartkoppfixed typo.
2007-02-12 thuermannRemove VW-specific targets from Makefile.
2007-02-12 hartkoppAdded Option -l ('l'oop) to make the canplayer replay...
2007-02-09 hartkoppRemoved possibility to terminate candump with an input...
2007-02-08 hartkoppsetting version to V2.0.0-pre4
2007-02-08 hartkoppRenamed can-sniffer to cansniffer.
2007-02-08 thuermannLock the receive lists when removing in can_exit().
2007-02-05 hartkoppset driver device type to ARPHRD_CAN.
2007-02-02 hartkoppBackported Broadcastmanager (BCM) to Kernel 2.4.
2007-02-01 hartkoppBackported changes from bcm.c in Kernel 2.6 (r135 ...
2007-02-01 hartkoppFixed memory allocation parameter.
2007-02-01 hartkoppComplete reworked and beautified the Broadcast Manager...
2007-01-30 thuermannFixed another typo.
2007-01-30 hartkoppRemoved dynamic memory allocation inside bcm.c for...
2007-01-30 hartkoppfixed some typos.
2007-01-29 thuermannAdd section on motivation for socketcan to README.
2007-01-29 thuermannAdd file COPYING as referenced in the copyright notice...
2007-01-29 thuermannFirst shot of a README file for socketcan.
2007-01-29 thuermannAdd manual pages (templates) describing the CAN protoco...
2007-01-26 hartkoppUpdated vcan.c to support the new loopback functionalit...
2007-01-10 hartkoppFixed typo in log2asc.c
2007-01-10 hartkoppFixed wrong error frame filter handling.
2007-01-09 hartkoppSome new ASC files support 6 digits in decimal place.
2007-01-07 hartkoppAdded option '-L' to candump to create the compact...
2007-01-06 hartkoppMinor fix and cosmetics in color handling in candump.c .
2007-01-05 hartkoppremoved depreciated kmem_cache_t for kernel versions...
2007-01-01 hartkopp- added error frame support in lib.c
2006-12-14 hartkoppfixed includes and defines.
2006-12-13 hartkoppPreventing procfs output to overflow PAGE_SIZE.
2006-12-12 thuermannin 2.4, make rx_alldev_list part of the rx_dev_list.
2006-12-07 hartkoppbackported broadcast manager (BCM) changes from 2.6...
2006-12-07 hartkoppadded missing sanity checks in the case of socket error...
2006-12-07 hartkoppBackported current functionality in Kernel 2.6 path...
2006-12-07 hartkoppfixed capabilites for Kernel 2.4 socketcan analog to...
2006-12-06 thuermannremove device recv lists when unloading the can.ko...
2006-12-06 hartkoppIn can_init(), call NETDEV_REGISTER notification for...
2006-12-06 thuermanndon't allocate rx_alldev_list dynamically.
2006-12-06 hartkoppMade the device receive list for sockets that are bound...
2006-12-05 thuermannin NETDEV_REGISTER, add null pointer check, in case...
2006-12-02 hartkoppRenamed #include<linux/config.h> to autoconf.h as config.h
2006-12-01 hartkoppFixed socket error reporting due to problems in hot...
2006-11-29 hartkoppIntroduced return values for socketcan internal functio...
2006-11-28 thuermannbug fix: meaning of CONFIG_CAN_RAW_USER and CONFIG_CAN_...
2006-11-28 thuermannAPI fix (as described on the mailing list): call socke...
2006-11-27 thuermannadd and change some comments.
2006-11-27 thuermannfix a typo in comment.
2006-11-27 thuermannbackport from the 2.6 version:
2006-11-22 hartkoppAdded debugging info to BCM procfs output to detect...
2006-11-19 hartkoppAdded / corrected some error handlings in the case...
2006-11-18 hartkoppTADA! Revision 100 :-)
2006-11-17 hartkoppAdded the possibility to set _no_ RX filter in CAN_RAW...
2006-11-17 hartkoppupdated values to current settings in can.h to enable
2006-10-31 hartkoppAdded include <sys/socket.h> to lib.c after discussion...
2006-10-30 thuermannnever try to include from /usr/include in kernel code:
2006-10-30 hartkoppAdded tiny tool cansend and a library to parse ASCII...
2006-10-30 hartkoppadded #include <sys/sockets.h> as it is needed for...
2006-10-27 thuermannmove memory allocation out of spin-locked region.
2006-10-25 hartkoppFixed compiler warning & memory leak from Urs' last...
2006-10-25 thuermannrename can_device.[ch] to dev.[ch].
2006-10-25 thuermannminor cleanups.
2006-10-25 hartkoppUpdated to new IFF_LOOPBACK behaviour in af_can.c .
2006-10-25 hartkoppAdded support for interfaces that can perform the loopb...
2006-10-24 thuermannexplicitly initialize init() functions in bcm.c.
2006-10-24 thuermannchanged user space programs to use new include files.
2006-10-24 thuermannreorganized kernel include files:
2006-09-29 thuermannMove type, proto, and capability information about...
2006-09-29 thuermannmake bcm_read_proc() static.
next