]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/bcm.c
Fix problems with building Socket-CAN for MPC5200
[socketcan-devel.git] / kernel / 2.6 / net / can / bcm.c
2007-05-13 wolfFix problems with building Socket-CAN for MPC5200
2007-05-09 thuermannReorder #include directives.
2007-05-09 thuermannRemove trailing whitespace and blank lines.
2007-05-07 hartkoppRemoved linux/autoconf.h which is not needed, when...
2007-05-04 hartkoppAdded socket locking in broadcast manager sendmsg().
2007-05-04 hartkoppAdded comment regarding kernel hrtimer. Low prio for...
2007-05-02 hartkoppMoved timeval2jiffies function from af_can.c to bcm...
2007-05-01 hartkoppChanges after test integration into kernel 2.6.21 :
2007-04-30 thuermannReplace a couple macros by inline functions.
2007-04-28 hartkoppfixed missing condition from r247.
2007-04-28 hartkoppIntroduced single can_frames inside the bcm_op as 99...
2007-04-23 hartkoppadded comments. Cosmetics.
2007-04-23 hartkoppreordered functions before cleanup cosmetics.
2007-04-20 hartkoppreordered the reordered ;-)
2007-04-20 thuermannReorder functions to elimintate forward function declar...
2007-04-20 hartkoppremoved duplicated code.
2007-04-19 thuermannFix some #if's since the change in sk_alloc() and addit...
2007-04-19 hartkoppThe new mkpatch script removes the trailing blank lines...
2007-04-19 hartkoppUnified the RCSID stuff which is usefull when making...
2007-04-18 thuermannRemove everything from version.h except definition...
2007-04-18 hartkoppAdded local skb_set_timestamp() and skb_get_timestamp...
2007-04-18 hartkoppAdded local kzalloc() function for Kernel Versions...
2007-04-14 hartkoppCleaned up the code according to the hints from a code...
2007-03-09 hartkoppAdded can_id depended filter mask generation for can_rx...
2007-03-08 hartkoppMoved definition and prototypes for for CAN protocol...
2007-03-05 hartkoppRemoved obsolete empty lines in LINUX_VERSION_CODE...
2007-03-05 hartkoppReformated to meet Linux Documentation/Codingstyle...
2007-02-21 hartkoppChanged banner strings.
2007-02-02 hartkoppBackported Broadcastmanager (BCM) to Kernel 2.4.
2007-02-01 hartkoppComplete reworked and beautified the Broadcast Manager...
2007-01-30 hartkoppRemoved dynamic memory allocation inside bcm.c for...
2006-12-13 hartkoppPreventing procfs output to overflow PAGE_SIZE.
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-28 thuermannbug fix: meaning of CONFIG_CAN_RAW_USER and CONFIG_CAN_...
2006-11-22 hartkoppAdded debugging info to BCM procfs output to detect...
2006-11-19 hartkoppAdded / corrected some error handlings in the case...
2006-10-24 thuermannexplicitly initialize init() functions in bcm.c.
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-05 thuermannrename structs and variables to improve readability.
2006-09-05 thuermannmerge changes from hlist branch into trunk.
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-27 thuermannwhitespace fixes.
2006-06-27 avolkov Fix "warning: suggest parentheses around assignment...
2006-06-11 thuermannreplace 0 by NULL for null pointers to ioctl() functions.
2006-06-11 bet-froggerThis patch adds a missing kfree() to bcm_sendmsg()...
2006-06-09 thuermannchanged indentation to 8, other white space changes.
2006-05-11 thuermannadd Id to svn:keywords property.
2006-05-04 thuermannmove some include files.
2006-04-26 avolkov* Rearrange 2.6 subtree for a better compatibility...