]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/drivers/net/can/sja1000
Add modifiers for sampling-point and sjw to can_if start/stop script.
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can / sja1000 /
2011-04-19 hartkoppFix common misspellings
2010-06-22 hartkoppAdded PCI device ID for the PCAN Express Card hardware.
2010-05-19 hartkoppMake protected command register access CONFIG_SMP uncon...
2010-05-17 hartkoppFix writes to the SJA1000 command register on SMP systems.
2010-03-05 wolfsja1000: sync with mainline kernel version (minor issues)
2010-03-05 wolfsja1000: some minor white space fixes
2010-03-05 wolfdrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2010-03-05 wolfplx_pci: fix white space issue with KERNEL_VERSION...
2010-03-05 wolfcan: netlink support for bus-error reporting and counters
2010-02-19 wolfems_pcmcia: Fix compiler errors with recent net-next-2.6
2010-02-11 wolfplx_pci: sync with net-next-2.6
2010-02-05 wolfcan: Proper ctrlmode handling for CAN devices
2010-01-25 wolfsja1000: Driver for some PLX PCI bridge + sja1000 CAN...
2010-01-12 hartkoppTo prevent the CAN drivers to operate on invalid socket...
2009-12-03 hartkoppRenamed the GET_CAN_DLC() macro to lower-case get_can_d...
2009-12-03 hartkoppIntroduced new GET_CAN_DLC() macro, that casts the...
2009-11-21 wolfcan: Fix driver Kconfig structure
2009-10-26 wolfsja1000: fix improper library functions for skb allocat...
2009-10-07 wolfcan: provide library functions for skb allocation
2009-09-23 hartkoppFix missing kernel version depency from commit rev...
2009-09-22 wolfcan: make the number of echo skb's configurable
2009-09-18 wolfcan: Handle netdev->last_rx and netdev_tx_t properly...
2009-09-15 wolfsja1000: fix network statistics update
2009-09-10 hartkoppcan: sja1000: remove duplicated includes
2009-08-21 hartkoppmerged branches/netlink in rev. 1037 back to trunk.
2009-04-23 wolfDrivers for esd SJA1000 based PCI CAN cards
2009-02-27 wolfAdd missing SET_NETDEV_DEV() in SJA1000 OF platform...
2009-02-19 wolfSJA1000: remove dead code in sja1000.h
2009-02-18 wolfSJA1000: generic OF platform bus driver
2009-02-17 wolfSome minor beautifications of output messages
2009-02-17 wolfSJA1000: add missing netdev_ops support for > 2.6.29
2009-02-17 wolfUse EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL for...
2009-02-17 wolfFix warnings reported by make sparse
2009-02-15 wolfMSCAN: further cleanup, remove volatile and whitespace
2009-02-14 wolfSJA1000: more cleanup and use SJA1000_MAX_IRQ instead...
2009-02-14 wolfSJA1000: remove error message in ISR with shared interrupts
2009-02-14 wolfEnable device dev_dbg with CONFIG_CAN_DEBUG_DEVICES
2009-02-01 wolfsja1000_platform: fix coding style issues (long lines)
2009-02-01 wolfSJA1000: remove unnecessary debugging code
2009-01-20 wolfdev: add register_candev() and unregister_candev()
2009-01-15 hartkoppAdded missing SET_NETDEV_DEV() that caused 2.6.29 to...
2009-01-15 hartkoppUpdate acces to netstats for 2.6.29
2008-12-08 hartkoppFix NULL pointer dereference as reported by Chris Dore:
2008-10-30 hartkopp[PATCH] SJA1000: ixxat_pci: fix the detection of the...
2008-10-28 hartkoppAdded missing include of linux/version.h
2008-10-24 hartkoppInstead of using own error or success codes, the PCMCIA...
2008-10-23 hartkoppMove sja1000 cdr and ocr defines into platform header...
2008-10-22 hartkoppFrom 0dcf8e2f6a5f453dca20b71aa146a28b470f4b07 Mon Sep...
2008-10-22 hartkoppRemove pcm027 driver (will be replaced by sja1000_platf...
2008-10-18 hartkoppThe macro definition DRV_NAME is used for regions ...
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-08-14 hartkoppRemoved obsolete include of <pcmcia/version.h> which...
2008-06-24 hartkoppRemoved copyright and license info from the Makefiles.
2008-06-23 hartkoppRemoved module revision dates due to discussion on...
2008-06-20 hartkoppAdded dev->name to startup output.
2008-06-20 hartkoppFixed spacing.
2008-06-20 hartkoppFixed channel counting and enhanced kernel log output.
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 wolfsja: remove duplicate define
2008-06-11 wolfioctl.h: don't use new typedefs
2008-06-11 wolfsja1000: various coding style fixes and include linux/*
2008-06-11 wolfsja1000: use linux/io.h
2008-06-05 wolfAdd driver for the PIPCAN module used on some SBC boards
2008-05-21 hartkoppCopy new created files from cannetdriver26 into trunk.
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-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-09-30 hartkoppChanged loppback to echo namings.
2007-09-30 hartkoppIntroduced new interface flags IFF_ECHO which is to...
2007-09-27 hartkoppFixed contradiction in Sourcecode discalimer.
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-08-03 hartkoppFixed Kernel version dependend irqflags.
2007-07-25 hartkoppFixed in-kerneltree compilation with a generated patch.
2007-07-21 hartkoppAdded new external build system from Marc Kleine-Budde...
2007-07-09 hartkoppFixed (formerly unmapped) register access for sja1000_p...
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-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-08 hartkoppUpdated some copyright notices from 2005 to 2007.
2007-05-07 hartkopprenamed obsolete dev_kfree_skb() to kfree_skb().
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...
next