]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
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
2006-05-31 thuermannremove inclusion of version.h from header files.
2006-05-31 avolkovfix formatting
2006-05-31 avolkovAdded can_bittime type
2006-05-31 avolkovfix $ keyword
2006-05-31 avolkovAdded can_device type
2006-05-30 avolkovNew files
2006-05-29 thuermannfix and complete rcv list locking.
2006-05-12 thuermannSecurity fix:
2006-05-11 hartkoppadded CAN error frame support.
2006-05-11 thuermannadd Id to svn:keywords property.
2006-05-04 thuermanncopy version.h to sja1000 driver directory.
2006-05-04 thuermannmove some include files.
2006-05-04 thuermannchanged to new directory structure.
2006-04-26 avolkov* Rearrange 2.6 subtree for a better compatibility...
2006-04-25 thuermannfix version code.
2006-04-24 thuermannPort kernel code to linux-2.6
2006-04-24 thuermannInitial import of llcf-2.0-pre2