]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/drivers/net/can/sja1000/sja1000.c
can: provide library functions for skb allocation
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can / sja1000 / sja1000.c
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-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-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: remove unnecessary debugging code
2009-01-20 wolfdev: add register_candev() and unregister_candev()
2009-01-15 hartkoppUpdate acces to netstats for 2.6.29
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-06-23 hartkoppRemoved module revision dates due to discussion on...
2008-06-20 hartkoppFixed spacing.
2008-06-20 hartkoppClean up driver name and revision (in Kernel log)
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-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-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-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-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 missing hw_detach() calls at device cleanup.
2007-05-13 wolfFix problems with building Socket-CAN for MPC5200
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...
2007-04-19 hartkoppFixed the KERNEL_VERSION_CODE compare introduced in...
2007-04-19 hartkoppUnified the RCSID stuff which is usefull when making...
2007-04-13 hartkoppMoved the work from branches/ha/candrv to trunk.
2007-03-23 rschwebelmake sja100 driver compatible to top of tree kernels
2007-03-05 hartkoppMoved the definitions of AF_CAN, PF_CAN, ARPHRD_CAN...
2006-12-02 hartkoppRenamed #include<linux/config.h> to autoconf.h as config.h
2006-10-24 thuermannreorganized kernel include files:
2006-08-22 hartkoppadded sja1000_mem due to hint of Pavel Pisa.
2006-07-07 thuermannRemove remnants of the projects VW history (Email addre...
2006-06-27 thuermannwhitespace fixes.
2006-06-09 thuermannchanged indentation to 8, other white space changes.
2006-06-02 hartkoppre-introduced ARPHRD_CAN.
2006-05-12 thuermannSecurity fix:
2006-05-11 thuermannadd Id to svn:keywords property.
2006-05-04 thuermannmove some include files.
2006-05-04 thuermannchanged to new directory structure.