]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
2008-07-01 hartkoppFollow the changes that added more sanity checks in...
2008-07-01 hartkoppAdded some sanity checks to prevent skbuffs from contai...
2008-06-26 hartkoppFixed condition pointed out by Uwe Bonnes:
2008-06-25 wolfAdd script mkseries to create kernel patches from the...
2008-06-24 hartkoppRemoved copyright and license info from the Makefiles.
2008-06-23 hartkoppRemoved module revision dates due to discussion on...
2008-06-22 hartkoppFix checkpatch "ERROR: do not use assignment in if...
2008-06-22 hartkoppAdded missing casts that produced warnings on 64-bit...
2008-06-20 hartkoppAdded dev->name to startup output.
2008-06-20 hartkoppFixed spacing.
2008-06-20 hartkoppAdded kernel log output on module start.
2008-06-20 hartkoppFixed channel counting and enhanced kernel log output.
2008-06-20 hartkoppFix typo.
2008-06-20 hartkoppFix commandline parameter handling for fixed canframe...
2008-06-20 hartkoppIntroduced new functions:
2008-06-20 hartkoppClean up driver name and revision (in Kernel log)
2008-06-19 hartkoppAdded EMS Wuensche CPC-Card driver contributed by Sebas...
2008-06-19 hartkoppAdded support form custom irq handlers.
2008-06-12 wolfGet rid of ioctl.h for the new CAN drivers
2008-06-11 wolfRestrict use of strict_strtoul() to kernels 2.6.25+
2008-06-11 hartkoppFix checkpatch.pl complain pointed out by Robert Schwebel.
2008-06-11 wolfsja: remove duplicate define
2008-06-11 wolfold Kconfig: remove trailing whitespace
2008-06-11 wolfsysfs: convert to strict_strtoul
2008-06-11 wolfmscan: don't use new typedefs
2008-06-11 wolfioctl.h: don't use new typedefs
2008-06-11 hartkoppfixed comment.
2008-06-11 hartkoppRemoved bad hacks in vcan.c and slcan_attach.c.
2008-06-11 hartkoppMake use of strict_strtoul() in Kernels 2.6.25+
2008-06-11 wolfsja1000: various coding style fixes and include linux/*
2008-06-11 hartkoppAdded missing include.
2008-06-11 wolfsja1000: use linux/io.h
2008-06-11 wolfmscan: various coding style fixes
2008-06-11 hartkoppFixed cosmetic issues pointed out by Robert Schwebel:
2008-06-11 wolfmscan: use linux/io.h
2008-06-11 wolfh7202: coding style fixes and use linux/io.h
2008-06-11 wolfccan: coding style fixes and use linux/io.h
2008-06-11 wolfSYSFS coding style cleanup (sysfs.c)
2008-06-11 wolfDevice interface coding style cleanup (dev.c, dev.h)
2008-06-11 wolfRemove trailing whitespace from ccan, h7202 and slcan...
2008-06-11 hartkoppTiny enhancements in Kconfig and Makefile sugested...
2008-06-10 hartkoppMove can-dev.ko CAN driver library to drivers/net/can/*
2008-06-07 hartkoppFixed compilation on 2.6.22 Kernels.
2008-06-07 hartkoppMoved CAN_SLCAN config entry behind the vcan driver.
2008-06-05 wolfAdd driver for the PIPCAN module used on some SBC boards
2008-06-03 hartkoppAdded Id properties that gone lost.
2008-06-03 hartkoppWhitespace fixes. Indented the code following Linux...
2008-06-02 hartkoppAdded binary output option to candump.c and sprint_long...
2008-05-27 hartkoppAdded tiny tool to measure CAN busload.
2008-05-22 wolfMSCAN driver: temporary fix for some issues with FDT...
2008-05-22 wolfOld MSCAN driver: fix some issues with FDT probing...
2008-05-22 wolfOld MSCAN driver: fix a few issues with the new CAN...
2008-05-22 wolfAdapt the Makefile for the old MSCAN driver using the...
2008-05-22 hartkoppRemoved the old CCAN driver from drivers/net/can.
2008-05-22 hartkoppCopied ccan driver source to old/ccan.
2008-05-22 thuermannAllow == and != operators in cpp #if comparisons with...
2008-05-22 hartkoppMoved source of old/Kconfig right after selection of...
2008-05-22 hartkoppUpdated file ist for patch generation.
2008-05-22 hartkoppMoved SJA1000 platform device entries to appear right...
2008-05-22 hartkoppMoved Kconfig items for old drivers to old/Kconfig.
2008-05-21 hartkoppAlso saved a backup of the old ccan driver.
2008-05-21 hartkoppForgot to move the old mscan driver before copying...
2008-05-21 hartkoppmake bcm.c compile with 2.6.26 again.
2008-05-21 hartkoppUpdated trunk with current cannetdriver26 file versions.
2008-05-21 hartkoppCopy new created files from cannetdriver26 into trunk.
2008-05-11 hartkoppBrought Kconfig.kernel to the current Kconfig from...
2008-05-11 hartkoppAdded hint about hexadecimal data representation.
2008-05-07 hartkoppOnly #define PF_CAN/AF_CAN when they are not already...
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.
next