]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
2008-05-07 hartkoppAdded patch basefile for 2.6.23.
2008-05-06 hartkoppUpdated changes in rev727 to Kernel 2.4 path.
2008-05-06 hartkoppThe local loopback of CAN frames and the statistics...
2008-05-05 hartkoppUpdated new 'cangen' and 'candump' in the trunk.
2008-05-02 hartkoppUpdated check for correct net device namespaces introdu...
2008-04-26 hartkoppAdded some code simplifications suggested by Wolfgang...
2008-04-25 hartkoppFix copy_[to|from]_user() results interpretation as...
2008-04-16 hartkoppAdded tst-bcm-dump to which is used for rx throttle...
2008-04-16 hartkoppAdded hrtimer support for the CAN Broadcast Manager...
2008-04-16 hartkoppChanged bcm throttle flush handling as prerequisite...
2008-04-12 hartkoppThe struct sockaddr_can has been simplified in the...
2008-04-01 hartkoppAdded the better timer handling for the broadcast manag...
2008-03-13 hartkoppAllow commandline option '-?' to print the help text.
2008-03-13 hartkoppUpdated help text for commandline options.
2008-02-13 hartkoppFixed section mismatches in old sja1000 and i82527...
2008-02-12 hartkoppMove the definitions from AF_CAN and PF_CAN from the...
2008-02-12 hartkoppAdded the include of <linux/version.h> as we are using the
2008-02-12 wolfFix TX bug in MSCAN driver
2008-02-12 wolfAdapt MSCAN drivers to netdev changes introduced with...
2008-02-06 thuermannRename/remove some variables.
2008-02-06 thuermannCall request_module() only if CONFIG_KMOD is set.
2008-02-06 thuermannMove calls to proto_{,un}register() outside of spin...
2008-02-06 hartkoppUse request_module() string capabilities instead of...
2008-01-31 hartkoppFixed file list for mkpatch script.
2008-01-24 hartkoppAdded some converions for Kernel 2.4 backport.
2007-12-28 hartkoppReverted the CAN version back to 20071116 after discuss...
2007-12-27 hartkoppVersion 20071227.
2007-12-26 hartkoppRemoved 'return' statement to look like 2.6 code.
2007-12-26 hartkoppRenamed plain int definitions in struct bcm_msg_head...
2007-12-23 hartkoppFixed the temporary hack to run with 2.6.24-rc5 again.
2007-12-17 hartkoppSet version to 20071116-backport-pre4
2007-12-17 hartkoppCosmetics.
2007-12-17 hartkoppBackport of 2.6 notifier handling.
2007-12-17 hartkoppBackport of 2.6 loopback handling.
2007-12-17 hartkoppcosmetics.
2007-12-17 hartkoppBackport 2.6 procfs handling to 2.4.
2007-12-14 hartkoppCosmetics.
2007-12-14 hartkoppMoved EXPORT_SYMTAB out of af_can.c
2007-12-14 hartkoppPut EXPORT_SYMBOL to appropriat function definition.
2007-12-14 hartkoppRemove obsolete can_dev_(un)register() notifier handling.
2007-12-14 hartkoppfixed inclusion order.
2007-12-14 hartkoppSome add-ons for older 2.4.x kernels.
2007-12-14 hartkoppadded missing __read_mostly
2007-12-14 hartkoppReworked 2.6 raw.c analogue to bcm.c to habe minimum...
2007-12-14 hartkoppAdded __read_mostly to compat.h and use it in bcm.c .
2007-12-14 hartkoppExtended compat.h to archive minimum differences betwee...
2007-12-13 hartkoppAdded some checks.
2007-12-13 hartkoppUpdated includes.
2007-12-13 hartkoppuse datagram_poll directly.
2007-12-13 hartkoppcosmetics.
2007-12-13 hartkoppAdded missing check.
2007-12-13 hartkoppBackported special handling for nframes = 1 to reduce...
2007-12-12 hartkoppUse of gfp_any() and kzalloc() and some more cosmetical...
2007-12-12 hartkoppCosmetics to come nearer to 2.6 source.
2007-12-12 hartkoppUpdated bcm.c to use mod_timer() and setup_timer().
2007-12-12 hartkoppremoved unsupported __nocast directive.
2007-12-12 hartkoppUpdated for Kernel 2.4.
2007-12-12 hartkoppcopy 2.6 compat.h to 2.4 tree
2007-12-12 hartkoppAdded missing property "Id"
2007-12-12 hartkoppMoved vcan driver to 2.4/drivers/net/can.
2007-12-12 hartkoppMake old 2.4 drivers compile again.
2007-12-12 hartkoppMoved 2.4 drivers to 2.4/drivers/net/can
2007-12-12 hartkoppCreated 2.4/drivers/net/can directory.
2007-12-12 hartkoppupdated relative path.
2007-12-12 hartkoppMoved directory 2.4/can to 2.4/net/can.
2007-12-12 hartkoppAdded net directory to move 2.4/can to 2.4/net/can.
2007-12-12 hartkoppMake use of backported 2.6 includes.
2007-12-12 hartkoppcopy 2.6 includes to 2.4 tree as startpoint for backporting
2007-12-10 hartkopp- allow timout to be zero, which means timeout is off.
2007-12-10 hartkoppSome more cosmetics (to be continued).
2007-12-10 hartkoppMoved bcm_init() analogue to Kernel 2.6 bcm.c
2007-12-10 hartkoppMake GET_U64 macro an inline function.
2007-12-10 hartkoppRemove obsolete capabilities defines.
2007-12-10 hartkoppUpdated startup banner. Removed debug code.
2007-12-10 hartkoppremoved IDENT defines.
2007-12-10 thuermannChange can_proto_register() to return an error code.
2007-12-10 thuermannSome more white-space changes.
2007-12-10 hartkoppVarious fixes to compile the code again after the big...
2007-12-09 hartkoppFixed obviously missing parenthesis.
2007-12-08 thuermannReduce clutter by eliminating kernel version dependencies.
2007-12-08 thuermannMove timer initialization from proc.c to af_can.c.
2007-12-08 thuermannDefine global vars in af_can.c and declare them in...
2007-12-08 thuermannChange some function arguements and return types.
2007-12-08 thuermannEliminate code duplication.
2007-12-08 thuermannRemove debug code.
2007-12-08 thuermannRename variables.
2007-12-08 thuermannRemove some goto-statements.
2007-12-08 thuermannEliminate assignment exprs in if-conditions.
2007-12-08 thuermannRemove unnecessary initializations.
2007-12-08 thuermannChange comments.
2007-12-08 thuermannWhite-space changes only.
2007-12-08 thuermannThis is the first patch of a series to backport changes...
2007-11-30 hartkoppAdded canlogserver programmed by Andre Naujoks.
2007-11-30 wolfRevert bug fix accidently applied for rev. 570
2007-11-30 wolfAdd local loopback point and move naming and coding...
2007-11-23 hartkoppRenamed CONFIG_CAN_* for 'old' can drivers.
2007-11-23 hartkoppUpdated Kconfig for 'old' sja1000 and i82527 drivers.
2007-11-23 hartkoppMake 'old' drivers compile again.
2007-11-23 hartkoppMoved old drivers to 'old' directory.
2007-11-23 hartkoppAdded new directory for 'old' sja1000 and i82527 drivers.
next