]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
2008-10-24 hartkoppThis patch ensures that can_calc_bittiming() returns...
2008-10-24 hartkoppthis patch corrects:
2008-10-23 hartkoppFixed typos that already had been fixed in mainline...
2008-10-23 hartkoppUnified double include defines check names in the platf...
2008-10-23 hartkoppMove sja1000 cdr and ocr defines into platform header...
2008-10-22 hartkoppAs previous commit. Did not save one file - sorry.
2008-10-22 hartkoppChanged default compile targets for out-of-tree compila...
2008-10-22 hartkoppMove platform header for mcp251x.c into platform directory.
2008-10-22 hartkoppFrom 0dcf8e2f6a5f453dca20b71aa146a28b470f4b07 Mon Sep...
2008-10-22 hartkoppRemove pcm027 driver (will be replaced by sja1000_platf...
2008-10-19 hartkoppThe callbacks in the struct can_priv used u32 for state...
2008-10-18 hartkoppThe macro definition DRV_NAME is used for regions ...
2008-10-18 hartkoppThis patch fixes suspend/resume for platforms that...
2008-10-16 hartkoppIf priv->do_get_state returns an error, nothing is...
2008-10-14 hartkoppApplied patch from Christian Pellegrin
2008-10-08 hartkoppFixed linux version code definition that confused the...
2008-10-07 hartkoppUse simple_stroul() and correct variable type instead...
2008-10-07 hartkoppAdded strict_strtoul() from linux-2.6.25/lib/vsprintf...
2008-10-07 hartkoppThe semantic of netdev_priv() changed in 2.6.27.
2008-10-07 wolfFix problems with calculating bit-timing parameters
2008-10-06 hartkoppdrop the do_set_bittiming hook in the softing driver.
2008-10-06 hartkoppChange can_set_bittiming() to allow
2008-10-06 hartkoppApplied two cosmetic issues from Kurt van Dijck:
2008-10-06 hartkoppCleanup new bittime interface on Softing Cards as propo...
2008-10-05 hartkoppSupport the new bittime interface.
2008-10-04 hartkoppAdded MCP251x SPI CAN driver posted by Chris Elston...
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-10-02 hartkoppStart candump in silent mode, when logging into a file.
2008-09-18 hartkoppnetns: Use net_eq() to compare net-namespaces for optim...
2008-09-17 hartkoppThe number for the SLCAN line discipline can not be...
2008-09-17 hartkoppAdded support for Kernel 2.6.27 following slip.c change...
2008-09-17 hartkoppAdded support for Kernel 2.6.26 following slip.c change...
2008-09-16 hartkoppFixed some typos reported by Hans-Juergen Koch and...
2008-09-15 hartkoppAdded some documentation about virtual CAN driver.
2008-09-09 hartkoppAdded support for comments in logfiles.
2008-08-14 hartkoppRemoved obsolete include of <pcmcia/version.h> which...
2008-07-25 hartkoppCreate an informative error message when detecting...
2008-07-24 hartkoppChanged comment line recognition:
2008-07-24 hartkoppSupport for comment lines in the logfile:
2008-07-10 hartkoppAdded missing help test.
2008-07-10 hartkoppAdded -f option to filter only on the CAN-ID and not...
2008-07-06 hartkoppUpdated can_if start script to support vcan creation.
2008-07-02 hartkoppFix order for sanity check before grabbing the netdev.
2008-07-02 hartkoppDo not allow to create error frame filters via standard...
2008-07-02 hartkoppAdded automatic extended frame format recognition.
2008-07-01 hartkoppAdded silent correction for can_dlc out of range.
2008-07-01 hartkoppAdded Softing driver contributed by Kurt Van Dijck...
2008-07-01 hartkoppRemoved spaces after type casts. Fixed typo.
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...
next