]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/af_can.c
Fix sloppy CAN_(EFF|RTR)_FLAG handling in can_filter.can_mask .
[socketcan-devel.git] / kernel / 2.6 / net / can / af_can.c
2008-12-01 hartkoppFix sloppy CAN_(EFF|RTR)_FLAG handling in can_filter...
2008-09-18 hartkoppnetns: Use net_eq() to compare net-namespaces for optim...
2008-07-01 hartkoppRemoved spaces after type casts. Fixed typo.
2008-07-01 hartkoppAdded some sanity checks to prevent skbuffs from contai...
2008-05-06 hartkoppThe local loopback of CAN frames and the statistics...
2008-05-02 hartkoppUpdated check for correct net device namespaces introdu...
2008-02-06 thuermannCall request_module() only if CONFIG_KMOD is set.
2008-02-06 thuermannMove calls to proto_{,un}register() outside of spin...
2008-02-06 hartkoppUse request_module() string capabilities instead of...
2007-12-08 thuermannReduce clutter by eliminating kernel version dependencies.
2007-11-30 wolfRevert bug fix accidently applied for rev. 570
2007-11-30 wolfAdd local loopback point and move naming and coding...
2007-11-16 thuermannAdd can_ prefix to some global variables.
2007-11-16 hartkoppMade non static rx_dev_list namespace safe -> can_rx_de...
2007-11-16 hartkoppFixed missed initialisation of non static value which...
2007-11-16 hartkoppMoved init_timer() and add_timer() for timer setup to
2007-11-15 thuermannRemove debug code completely to stop endless discussion...
2007-11-15 thuermannChange DBG macros to use do-while(0).
2007-11-07 thuermannRename some variables for readability.
2007-11-05 hartkoppround_jiffies() has been introduced in 2.6.20.
2007-11-05 hartkoppskb_reset_*_header(skb) has been introduced in 2.6.22.
2007-11-03 hartkoppThe sk_alloc() function call has two changes in 2.6.24:
2007-10-27 hartkoppRemoved the compiler warning:
2007-10-19 hartkoppThe definition of IFF_ECHO is part of the socketcan...
2007-10-18 hartkoppReverted the changes from r528 as 'ret' was set every...
2007-10-17 thuermannAdd comment, minor cleanup.
2007-10-17 hartkoppFixed possible NULL dereferencing in the failure of...
2007-10-13 hartkoppSet skb's network- and transport-header to a reasonable...
2007-10-05 thuermannMinor changes: Typos, comments, docs.
2007-10-04 thuermannRemove unnecessary includes of poll.h.
2007-10-01 hartkoppReverted most of the changes since r500 except the...
2007-09-30 hartkoppChanged variables and comments from loopback to echo.
2007-09-30 hartkoppIntroduced new interface flags IFF_ECHO which is to...
2007-09-27 hartkoppFixed contradiction in Sourcecode discalimer.
2007-09-25 thuermannChanges suggested by Arnaldo Carvalho de Melo:
2007-09-25 thuermannRemove dynamically allocated buffer for debug output.
2007-09-20 thuermannAdd lock for proto_tab[] access.
2007-09-20 thuermannMore changes after review from Patrick McHardy
2007-09-19 thuermannAdd comment on return value of can_send().
2007-09-19 thuermannChange can_proto_unregister() and can_rx_unregister...
2007-09-19 thuermannA couple of changes, mostly suggested by Patrick McHardy:
2007-09-17 thuermannCleanup LINUX_VERSION_CODE kludge.
2007-09-13 hartkoppSupport network namespaces introduced in the current...
2007-08-03 hartkoppFixed inclusion of uaccess.h that had to be made Kernel...
2007-07-21 hartkoppRemoved slab destructor from kmem_cache_alloc() in...
2007-07-16 hartkoppIncluding <linux/uaccess.h> instead of <asm/uaccess...
2007-07-16 hartkoppRemoved obsolete initialisation of static variables.
2007-06-29 hartkoppReverted the use of skb->iif in the rx path that has...
2007-06-27 hartkoppAdded mainly socket.h and skbuff.h and reordered the...
2007-06-21 thuermannRemove wrong comment, cf. linux/net/core/dev.c:dev_queu...
2007-06-21 thuermannAdd (untested) support for kernels before 2.6.21.
2007-06-21 thuermannUse skb->iif instead of skb->cb to pass the receiving...
2007-06-20 thuermannAargh, got trailing white-space wrong again. Fixed it.
2007-06-20 thuermannChange comments according to coding style document.
2007-06-20 thuermannCosmetic changes only: white-space, line breaks, commen...
2007-06-19 hartkoppUpdated to version 20070619.
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-11 hartkoppFixed can_dev_register() to work even when the interfac...
2007-06-10 hartkoppChanged prototypes for CAN core exported functions...
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 CAN frames looped back from can_se...
2007-06-04 thuermannSet skb->protocol on CAN frames sent from can_send().
2007-05-23 thuermannEliminate some code duplication.
2007-05-18 hartkoppUpdated RCU removal of dev_rcv_lists structures in...
2007-05-09 thuermannReduce stack usage in can_create() to the minimum needed,
2007-05-09 thuermannPrint KERN_ERR message if request_module() fails.
2007-05-09 thuermannReorder #include directives.
2007-05-09 thuermannRemove trailing whitespace and blank lines.
2007-05-07 hartkoppRemoved linux/autoconf.h which is not needed, when...
2007-05-03 hartkoppremoved spinlocks for now as i got a dead lock on heavy...
2007-05-03 hartkoppAdded locking to CAN core proc_fs output.
2007-05-02 thuermannAllow sending and receiving of packets only on CAN...
2007-05-02 thuermannReduce use of a somewhat ugly type-cast.
2007-05-02 hartkoppMoved timeval2jiffies function from af_can.c to bcm...
2007-05-02 thuermannRevert change r250: use EXPORT_SYMBOL because here...
2007-05-01 hartkoppcosmetics.
2007-05-01 hartkoppCleaned up extern declarations for variables between...
2007-05-01 hartkoppChanges after test integration into kernel 2.6.21 :
2007-04-30 thuermannUse macros provided by the kernel to define initialized...
2007-04-30 thuermannUse dynamically allocated buffers instead of stack...
2007-04-30 thuermannMoved/deleted comments which were on the same line...
2007-04-30 thuermannexport functions using EXPORT_SYMBOL_GPL instead of...
2007-04-26 hartkoppsome more comment beautifying.
2007-04-24 hartkoppAdded MODULE_ALIAS_NETPROTO() macro for protocol family...
2007-04-23 hartkoppsome blank line cleanups.
2007-04-23 hartkoppremoved several blank lines.
2007-04-20 thuermannReorder functions to elimintate forward function declar...
2007-04-20 thuermannCosmetics: delete two blank lines.
2007-04-20 hartkoppremoved duplicated code.
2007-04-19 thuermannFix some #if's since the change in sk_alloc() and addit...
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 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...
next