]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net
dev: add register_candev() and unregister_candev()
[socketcan-devel.git] / kernel / 2.6 / net /
2009-01-14 hartkoppSince commit ca109491f612aab5c8152207631c0444f63da97f...
2009-01-14 hartkoppDue to the loopback functionality in can_send() we...
2009-01-06 hartkoppremove superflous parentheses.
2009-01-06 hartkoppOmit unneeded skb_clone() calls.
2009-01-02 hartkoppRemoved trailing whitepaces.
2008-12-29 hartkoppReverted re-arming the throttle handling by setting...
2008-12-28 hartkoppUpdated BCM to support hrtimers only run in hard_irq...
2008-12-22 hartkoppAdded compilation error for accidently wrong code selec...
2008-12-22 hartkoppCleaned up the #ifdef KERNEL_VERSION hell:
2008-12-21 hartkoppCreated a copy of bcm.c for kernels below 2.6.22 (witho...
2008-12-18 hartkoppcan: merge error paths
2008-12-04 hartkoppSince rev872 the single CAN identifier filter lists...
2008-12-01 hartkoppchanged revision print at module startup to look like...
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-11-05 hartkoppAdded Id keyword propertiy on new files.
2008-11-05 hartkoppAdded ISO 15765-2 CAN transport protocol for protocol...
2008-09-18 hartkoppnetns: Use net_eq() to compare net-namespaces for optim...
2008-07-02 hartkoppFix order for sanity check before grabbing the netdev.
2008-07-01 hartkoppRemoved spaces after type casts. Fixed typo.
2008-07-01 hartkoppAdded some sanity checks to prevent skbuffs from contai...
2008-06-24 hartkoppRemoved copyright and license info from the Makefiles.
2008-06-22 hartkoppAdded missing casts that produced warnings on 64-bit...
2008-06-10 hartkoppMove can-dev.ko CAN driver library to drivers/net/can/*
2008-06-07 hartkoppFixed compilation on 2.6.22 Kernels.
2008-05-21 hartkoppmake bcm.c compile with 2.6.26 again.
2008-05-21 hartkoppUpdated trunk with current cannetdriver26 file versions.
2008-05-21 hartkoppCopy new created files from cannetdriver26 into trunk.
2008-05-07 hartkoppOnly #define PF_CAN/AF_CAN when they are not already...
2008-05-06 hartkoppThe local loopback of CAN frames and the statistics...
2008-05-02 hartkoppUpdated check for correct net device namespaces introdu...
2008-04-26 hartkoppAdded some code simplifications suggested by Wolfgang...
2008-04-25 hartkoppFix copy_[to|from]_user() results interpretation as...
2008-04-16 hartkoppAdded hrtimer support for the CAN Broadcast Manager...
2008-04-16 hartkoppChanged bcm throttle flush handling as prerequisite...
2008-04-01 hartkoppAdded the better timer handling for the broadcast manag...
2008-02-12 hartkoppMove the definitions from AF_CAN and PF_CAN from the...
2008-02-12 hartkoppAdded the include of <linux/version.h> as we are using the
2008-02-06 thuermannRename/remove some variables.
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 thuermannRemove trailing white-space.
2007-11-16 hartkoppUse of setup_timer().
2007-11-16 hartkoppUse of mod_timer() instead of delete_timer() / add_timer()
2007-11-16 thuermannWhite-space: break a long line.
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 hartkoppSome more cosmetics in comments.
2007-11-15 hartkoppCosmetics.
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-22 thuermannUse sock_alloc_send_skb() instead of alloc_skb() to...
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-04 hartkoppremoved obsolete local *_poll functions and used datagr...
2007-10-01 hartkoppReverted most of the changes since r500 except the...
2007-09-30 hartkoppChanged loopback comments.
2007-09-30 hartkoppChanged loopback to echo in CAN RAW sockets. The binary...
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-25 thuermannMinor optimization.
2007-09-24 hartkoppRemoved capability defines.
2007-09-23 hartkoppRemoved CAN_RAW_USER and CAN_BCM_USER Kconfig options...
2007-09-20 hartkoppAdded missing overflow check for stats.tx_frames.
2007-09-20 thuermannAdd lock for proto_tab[] access.
2007-09-20 thuermannMore changes after review from Patrick McHardy
2007-09-20 hartkoppIntroduced error handling in the case of can_rx_registe...
2007-09-20 hartkoppFixed error handling in the case of can_rx_register...
2007-09-19 thuermannAdd comment on return value of can_send().
2007-09-19 hartkoppAdded return values to be sent to the user in the case...
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-19 thuermannFix some more typos and white-space.
2007-09-17 thuermannCleanup LINUX_VERSION_CODE kludge.
2007-09-14 hartkoppSupport network namespaces introduced in the current...
2007-09-14 hartkoppUse proc_net_remove(x) instead of remove_proc_entry...
2007-09-14 hartkoppChanged procfs handling to depend from proc_net directory.
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-25 hartkoppFixed in-kerneltree compilation with a generated patch.
2007-07-21 hartkoppAdded new external build system from Marc Kleine-Budde...
next