]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/af_can.c
can: rename can_try_module_get to can_get_proto
[socketcan-devel.git] / kernel / 2.6 / net / can / af_can.c
2011-05-05 hartkoppcan: rename can_try_module_get to can_get_proto
2011-05-05 hartkoppcan: make struct can_proto const
2011-04-19 hartkoppcan: convert protocol handling to RCU
2011-04-19 hartkoppcan: make struct proto const
2010-11-30 hartkoppcapabilities have been dropped in 2.6.33
2010-02-03 hartkoppThe hlist content ensured only CAN netdevices to be...
2010-01-24 hartkoppConsistently clean up the reference dev->ml_priv when...
2010-01-23 hartkoppSince 2.6.26 a new "midlevel private" ml_priv pointer...
2010-01-23 hartkoppAdded 2.6.33 compatibility due to:
2009-09-15 hartkoppcan: fix NOHZ local_softirq_pending 08 warning
2009-08-31 hartkoppcan: use correct NET_RX_ return values
2009-08-26 hartkoppcan: Use WARN_ONCE() instead of BUG_ON() for sanity...
2009-08-21 hartkoppmerged branches/netlink in rev. 1037 back to trunk.
2009-04-16 hartkoppFor the Network Drop Monitor introduced in 2.6.30 by...
2009-03-01 hartkoppRemove some pointless conditionals before kfree_skb().
2009-01-06 hartkoppOmit unneeded skb_clone() calls.
2008-12-04 hartkoppSince rev872 the single CAN identifier filter lists...
2008-12-01 hartkoppAdded spaces before the open brace '{' as required...
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...
next