]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/drivers/net/can
Device interface coding style cleanup (dev.c, dev.h)
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can /
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 hartkoppMoved CAN_SLCAN config entry behind the vcan driver.
2008-06-05 wolfAdd driver for the PIPCAN module used on some SBC boards
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 hartkoppMoved source of old/Kconfig right after selection of...
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 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-02-13 hartkoppFixed section mismatches in old sja1000 and i82527...
2008-02-12 wolfFix TX bug in MSCAN driver
2008-02-12 wolfAdapt MSCAN drivers to netdev changes introduced with...
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-22 hartkoppJust a tiny fix before it goes into the trash bin ;-)
2007-11-16 thuermannUse NETDEV_TX_OK instead 0 for return value.
2007-11-15 thuermannOops, Kconfig got lost in the last commit.
2007-11-15 thuermannRemove debug code completely to stop endless discussion...
2007-11-14 hartkoppRemoved obsolete code for software netdevices.
2007-11-03 hartkoppAdded include of linux/version.h .
2007-10-27 hartkoppAdded some Kernel version depended stuff for 2.6.24
2007-10-19 hartkoppnuke SET_MODULE_OWNER() macro which is a nop in Kernel...
2007-10-19 hartkoppThe definition of IFF_ECHO is part of the socketcan...
2007-10-04 hartkoppuse of module_param_named to have a separate vcan_debug...
2007-10-02 hartkoppMade the boolean module_param 'echo' a 'bool' value.
2007-09-30 hartkoppChanged loppback to echo namings.
2007-09-30 hartkoppChanged module parameter and it's variable from loopbac...
2007-09-30 hartkoppIntroduced new interface flags IFF_ECHO which is to...
2007-09-27 hartkoppFixed contradiction in Sourcecode discalimer.
2007-09-25 thuermannRemove dynamically allocated buffer for debug output.
2007-09-19 thuermannSome changes suggested by Patrick McHardy:
2007-09-18 hartkoppUpdated to new netdev stats handling in Kernel 2.6...
2007-09-16 hartkoppRemoved SET_MODULE_OWNER() macros for Kernel 2.6.24...
2007-09-16 hartkoppRemoved SET_MODULE_OWNER() macros for Kernel 2.6.24...
2007-08-03 hartkoppFixed Kernel version dependend irqflags.
2007-08-03 hartkoppAdded module parameter for irq_mode to force the driver...
2007-08-02 hartkoppReduced the comments for the loopback parameter of...
2007-07-25 hartkoppRemoved the CCAN driver from the default targets analog...
2007-07-25 skallweitFixed in-kerneltree compilation
2007-07-25 skallweit- removed obsolete kernel version check
2007-07-25 skallweit- added a new kernel module for Bosch CCAN based CAN...
2007-07-25 hartkoppFixed in-kerneltree compilation with a generated patch.
2007-07-25 wolfMSCAN: fix bug with retry counter in mscan_set_mode()
2007-07-25 wolfMSCAN: remove netdev definitions already done in common...
2007-07-25 wolfMSCAN: adapt driver to the revise CAN device interface
2007-07-25 wolfMSCAN: improve coding style and further beautification
2007-07-21 hartkoppAdded new external build system from Marc Kleine-Budde...
2007-07-16 hartkoppRemoved obsolete initialisation of static variables.
2007-07-09 hartkoppFixed (formerly unmapped) register access for sja1000_p...
2007-07-09 thuermannRemove call to ether_setup().
2007-07-09 hartkoppFixed compilation warning on 64bit architectures.
2007-07-09 hartkoppRemoved obsolete variable definitions.
2007-07-07 thuermannRemove unused #define PRIVSIZE.
2007-07-07 hartkoppAdded notification in the case of enabled loopback...
2007-07-07 thuermannFor kernels starting with 2.6.23:
2007-07-07 thuermannMove vcan driver from branch vcan-rtnl to trunk.
2007-06-19 thuermannMove branch ha/locktest to trunk/kernel/2.6, making...
2007-06-19 thuermannRemove 2.6 kernel code to replace it with the version...
2007-06-06 hartkoppChanges for new loopback handling analogue to CAN core.
2007-06-06 hartkoppAdded new skb->pkt_type in received skb's.
2007-06-06 hartkoppFixed missing sk reference in af_can.c / deliver().
2007-06-06 thuermannUse skb->pkt_type and skb->sk instead of skb->cb to...
2007-06-06 thuermannSet skb->pkt_type on received CAN frames.
2007-06-04 thuermannRemove old & obsolete code.
2007-05-24 hartkoppAdded hardware abstraction layer for low cost SJA1000...
2007-05-23 hartkoppReverted introduction of the irq_handler pointer as...
2007-05-23 hartkoppReordered __init and __exit functions to the end of...
2007-05-22 hartkoppAdded hardware abstraction layer for the esd 3xCAN...
2007-05-22 hartkoppAdded missing hw_detach() calls at device cleanup.
2007-05-13 wolfFix problems with building Socket-CAN for MPC5200
2007-05-09 thuermannRemove old unused code.
2007-05-09 thuermannReorder #include directives.
2007-05-09 thuermannRemove trailing whitespace and blank lines.
2007-05-08 hartkoppUpdated some copyright notices from 2005 to 2007.
2007-05-07 hartkopprenamed obsolete dev_kfree_skb() to kfree_skb().
2007-05-07 hartkoppFixed debug output.
2007-05-07 hartkoppAdded skb orphan code to free the skb from it's former...
2007-05-07 hartkoppMade loopback depending on tx socket reference.
2007-05-07 hartkoppAdded pending loopback checks in error cases.
2007-05-07 hartkoppfixed typo.
2007-05-07 hartkoppAdded loopback functionality in SJA1000 driver. Default On.
2007-05-07 hartkoppRemoved linux/autoconf.h which is not needed, when...
2007-05-04 thuermannMinor cosmetic changes.
2007-05-03 hartkoppChanged module param name from drv_loopback to loopback.
2007-05-02 hartkoppAdded some blank lines.
2007-05-02 hartkoppAdded comment regarding the currently local DBG macro.
2007-05-02 hartkoppIntroduced the module param 'drv_loopback' to switch...
2007-04-20 hartkoppApplied patch from Michal Sojka to fix register access...
next