]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
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.
2006-09-19 hartkoppCheck for valid return value in the case of NETDEV_UNRE...
2006-09-19 thuermannavoid white space in slab cache name.
2006-09-19 thuermannuse slab cache for receiver structs since we may have...
2006-09-19 thuermannalloc/free dev_rcv_lists struct in device notifier...
2006-09-19 thuermannfix a typo.
2006-09-19 thuermannbug fix: missing initializations in struct raw_opt.
2006-09-14 hartkoppremoved obsolete parameter for find_rcv_list() which...
2006-09-14 thuermanncall find_dev_rcv_lists() from can_rx_{register,unregis...
2006-09-14 thuermannextract part of find_rcv_list() into new function find_...
2006-09-05 thuermanncleanup in kernel 2.4 sources to prepare backporting...
2006-09-05 thuermannrename structs and variables to improve readability.
2006-09-05 thuermannmerge changes from hlist branch into trunk.
2006-08-29 hartkoppupdated tst-raw.c to check RAW sockopt functionality...
2006-08-29 hartkoppupdated Kernel 2.4 includes to values from Kernel 2...
2006-08-29 thuermannsupport calling init functions when creating a new...
2006-08-29 hartkoppAdded discussed sockopts() for RAW-sockets to control...
2006-08-22 hartkoppadded sja1000_mem due to hint of Pavel Pisa.
2006-07-10 hartkoppAdded CAN_ERR_BUSERROR and CAN_ERR_RESTARTED to can_error.h
2006-07-07 thuermannRemove remnants of the projects VW history (Email addre...
2006-06-28 thuermannMore whitespace fixes. mscan driver still needs some...
2006-06-27 thuermannwhitespace fixes.
2006-06-27 avolkov Fix "warning: suggest parentheses around assignment...
2006-06-27 avolkov mscan now library, but not needless kernel module,
2006-06-27 avolkov Fix Makefiles to support building process in(out)...
2006-06-26 thuermannFixed $Id$ keywords in mscan source files.
2006-06-23 thuermannchanges compile but are untested. no functional changes.
2006-06-16 thuermannfix typo in property name.
2006-06-16 thuermannset svn:kewwords property on kv.
2006-06-15 thuermannadd a tool kv to eliminate conditional compilation...
2006-06-15 avolkovFix CAN_BAUD_UNCONFIGURED bug
2006-06-15 avolkovFix missing CAN_BAUDRATE_UNCONFIGURED
2006-06-15 avolkovAdded missing controller state: CAN_ERR_CRTL_PASSIVE
2006-06-15 avolkovLittle cleanup. Added missing ioctls
2006-06-15 avolkovAdded drivers of MSCAN based mpc52xx onchip CAN
2006-06-11 thuermannapply patches from Marc for the 2.6 kernel to the 2...
2006-06-11 thuermannreplace 0 by NULL for null pointers to ioctl() functions.
2006-06-11 bet-froggerThis patch fixes the error handling in raw_sendmsg().
2006-06-11 bet-froggerThis patch adds a missing kfree() to bcm_sendmsg()...
2006-06-11 bet-froggerThis patch fixes a return with held lock problem in the
2006-06-11 bet-froggerThis patch fixes the kmalloc call in can_dev_register...
2006-06-11 bet-froggerThis patch adds __user address space qualifiers to...
2006-06-11 bet-froggerhis patch adds __user address space qualifiers to the
2006-06-09 thuermannchanged indentation to 8, other white space changes.
2006-06-07 hartkopp!!! Changed protocol order in af_can.h.
2006-06-02 hartkoppre-introduced ARPHRD_CAN.
2006-06-02 avolkovconvert can_sys_clock in can_device to be Hz based
2006-05-31 avolkovMoved can_device.* to a right place
2006-05-31 hartkoppcleaned up can_ioctl.h / can.h
next