]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/af_can.c
Remove everything from version.h except definition of RCSID().
[socketcan-devel.git] / kernel / 2.6 / net / can / af_can.c
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-17 hartkoppFollowing the discussion with tglx the functions can_de...
2007-04-14 hartkoppCleaned up the code according to the hints from a code...
2007-03-08 hartkoppMoved definition and prototypes for for CAN protocol...
2007-03-05 hartkoppReformated to meet Linux Documentation/Codingstyle...
2007-02-21 hartkoppChanged banner strings.
2007-02-18 hartkoppEnabled the use of the rx_eff receive list. Cosmetics.
2007-02-17 hartkoppCleaned up filter assignment due to a hint from Jan...
2007-02-08 thuermannLock the receive lists when removing in can_exit().
2007-02-01 hartkoppFixed memory allocation parameter.
2007-01-10 hartkoppFixed wrong error frame filter handling.
2007-01-05 hartkoppremoved depreciated kmem_cache_t for kernel versions...
2006-12-12 thuermannin 2.4, make rx_alldev_list part of the rx_dev_list.
2006-12-06 thuermannremove device recv lists when unloading the can.ko...
2006-12-06 thuermanndon't allocate rx_alldev_list dynamically.
2006-12-06 hartkoppMade the device receive list for sockets that are bound...
2006-12-02 hartkoppRenamed #include<linux/config.h> to autoconf.h as config.h
2006-11-29 hartkoppIntroduced return values for socketcan internal functio...
2006-11-27 thuermannadd and change some comments.
2006-11-27 thuermannfix a typo in comment.
2006-10-27 thuermannmove memory allocation out of spin-locked region.
2006-10-25 hartkoppAdded support for interfaces that can perform the loopb...
2006-10-24 thuermannexplicitly initialize init() functions in bcm.c.
2006-10-24 thuermannreorganized kernel include files:
2006-09-29 thuermannMove type, proto, and capability information about...
2006-09-19 hartkoppCheck for valid return value in the case of NETDEV_UNRE...
2006-09-19 thuermannavoid white space in slab cache name.
2006-09-19 thuermannuse slab cache for receiver structs since we may have...
2006-09-19 thuermannalloc/free dev_rcv_lists struct in device notifier...
2006-09-14 hartkoppremoved obsolete parameter for find_rcv_list() which...
2006-09-14 thuermanncall find_dev_rcv_lists() from can_rx_{register,unregis...
2006-09-14 thuermannextract part of find_rcv_list() into new function find_...
2006-09-05 thuermannrename structs and variables to improve readability.
2006-09-05 thuermannmerge changes from hlist branch into trunk.
2006-08-29 thuermannsupport calling init functions when creating a new...
2006-08-29 hartkoppAdded discussed sockopts() for RAW-sockets to control...
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-27 avolkov Fix "warning: suggest parentheses around assignment...
2006-06-23 thuermannchanges compile but are untested. no functional changes.
2006-06-11 bet-froggerThis patch fixes a return with held lock problem in the
2006-06-11 bet-froggerThis patch fixes the kmalloc call in can_dev_register...
2006-06-11 bet-froggerThis patch adds __user address space qualifiers to...
2006-06-09 thuermannchanged indentation to 8, other white space changes.
2006-05-29 thuermannfix and complete rcv list locking.
2006-05-12 thuermannSecurity fix:
2006-05-11 hartkoppadded CAN error frame support.
2006-05-11 thuermannadd Id to svn:keywords property.
2006-05-04 thuermannmove some include files.
2006-04-26 avolkov* Rearrange 2.6 subtree for a better compatibility...