]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/drivers/net/can/vcan.c
Add modifiers for sampling-point and sjw to can_if start/stop script.
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can / vcan.c
2010-01-12 hartkoppTo prevent the CAN drivers to operate on invalid socket...
2009-09-15 hartkoppcan: fix NOHZ local_softirq_pending 08 warning
2009-08-21 hartkoppmerged branches/netlink in rev. 1037 back to trunk.
2008-12-18 hartkoppvcan: convert to net_device_ops & whitespace fixes
2007-11-16 thuermannUse NETDEV_TX_OK instead 0 for return value.
2007-11-15 thuermannRemove debug code completely to stop endless discussion...
2007-11-14 hartkoppRemoved obsolete code for software netdevices.
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 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-16 hartkoppRemoved SET_MODULE_OWNER() macros for Kernel 2.6.24...
2007-08-02 hartkoppReduced the comments for the loopback parameter of...
2007-07-16 hartkoppRemoved obsolete initialisation of static variables.
2007-07-09 thuermannRemove call to ether_setup().
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 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-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-07 hartkoppFixed debug output.
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-19 hartkoppRemoved obsolete debug functions from the historic...
2007-04-19 hartkoppThe new mkpatch script removes the trailing blank lines...
2007-04-19 hartkoppUnified the RCSID stuff which is usefull when making...
2007-04-18 hartkoppFixed compile error due to moved CAN_VERSION string.
2007-04-18 thuermannRemove everything from version.h except definition...
2007-04-18 hartkoppAdded local kzalloc() function for Kernel Versions...
2007-04-17 thuermannAdd return values to can_proto_register() and can_proto...
2007-04-16 thuermannUnfix the non-bug in r210.
2007-04-16 thuermannFix bug introduced in r210.
2007-04-15 hartkoppIncreased readability for LKML code review (see comment...
2007-03-05 hartkoppBackported CodingStyles changes to kernel 2.4 tree.
2007-03-05 hartkoppReformated to meet Linux Documentation/Codingstyle...
2007-03-05 hartkoppMoved the definitions of AF_CAN, PF_CAN, ARPHRD_CAN...
2007-03-04 thuermannMinor change for readability.
2007-02-22 hartkoppAdded module parameter 'numdev' to modify the number...
2007-02-21 hartkoppChanged banner strings.
2006-12-02 hartkoppRenamed #include<linux/config.h> to autoconf.h as config.h
2006-10-25 hartkoppFixed compiler warning & memory leak from Urs' last...
2006-10-25 thuermannminor cleanups.
2006-10-25 hartkoppUpdated to new IFF_LOOPBACK behaviour in af_can.c .
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-05-11 thuermannadd Id to svn:keywords property.
2006-05-04 thuermannchanged to new directory structure.