]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.4
Added missing inclusion of linux/types.h
[socketcan-devel.git] / kernel / 2.4 /
2009-11-08 hartkoppbcm_proc_getifname() is called with RTNL and dev_base_lock
2009-09-15 hartkoppcan: fix NOHZ local_softirq_pending 08 warning
2009-07-20 hartkoppnet/can bugfix: use after free bug in can protocol...
2009-05-05 hartkoppAdded backport of slcan driver to kernel 2.4 tree.
2009-01-21 hartkoppUpdated to latest CAN core changes:
2008-12-19 hartkoppBackported fix for a race condition in bcm throttling.
2008-12-19 hartkoppSome cosmetics to be as near as possible to the mainlin...
2008-12-19 hartkoppBring 2.4 kernel tree up-to-date to the latest mainline...
2008-12-18 hartkoppcan: merge error paths
2008-05-06 hartkoppUpdated changes in rev727 to Kernel 2.4 path.
2008-04-26 hartkoppAdded some code simplifications suggested by Wolfgang...
2008-04-25 hartkoppFix copy_[to|from]_user() results interpretation as...
2008-01-24 hartkoppAdded some converions for Kernel 2.4 backport.
2007-12-28 hartkoppReverted the CAN version back to 20071116 after discuss...
2007-12-27 hartkoppVersion 20071227.
2007-12-26 hartkoppRemoved 'return' statement to look like 2.6 code.
2007-12-26 hartkoppRenamed plain int definitions in struct bcm_msg_head...
2007-12-17 hartkoppSet version to 20071116-backport-pre4
2007-12-17 hartkoppCosmetics.
2007-12-17 hartkoppBackport of 2.6 notifier handling.
2007-12-17 hartkoppBackport of 2.6 loopback handling.
2007-12-17 hartkoppcosmetics.
2007-12-17 hartkoppBackport 2.6 procfs handling to 2.4.
2007-12-14 hartkoppCosmetics.
2007-12-14 hartkoppMoved EXPORT_SYMTAB out of af_can.c
2007-12-14 hartkoppPut EXPORT_SYMBOL to appropriat function definition.
2007-12-14 hartkoppRemove obsolete can_dev_(un)register() notifier handling.
2007-12-14 hartkoppfixed inclusion order.
2007-12-14 hartkoppSome add-ons for older 2.4.x kernels.
2007-12-14 hartkoppadded missing __read_mostly
2007-12-14 hartkoppReworked 2.6 raw.c analogue to bcm.c to habe minimum...
2007-12-14 hartkoppAdded __read_mostly to compat.h and use it in bcm.c .
2007-12-14 hartkoppExtended compat.h to archive minimum differences betwee...
2007-12-13 hartkoppAdded some checks.
2007-12-13 hartkoppUpdated includes.
2007-12-13 hartkoppuse datagram_poll directly.
2007-12-13 hartkoppcosmetics.
2007-12-13 hartkoppAdded missing check.
2007-12-13 hartkoppBackported special handling for nframes = 1 to reduce...
2007-12-12 hartkoppUse of gfp_any() and kzalloc() and some more cosmetical...
2007-12-12 hartkoppCosmetics to come nearer to 2.6 source.
2007-12-12 hartkoppUpdated bcm.c to use mod_timer() and setup_timer().
2007-12-12 hartkoppremoved unsupported __nocast directive.
2007-12-12 hartkoppUpdated for Kernel 2.4.
2007-12-12 hartkoppcopy 2.6 compat.h to 2.4 tree
2007-12-12 hartkoppAdded missing property "Id"
2007-12-12 hartkoppMoved vcan driver to 2.4/drivers/net/can.
2007-12-12 hartkoppMake old 2.4 drivers compile again.
2007-12-12 hartkoppMoved 2.4 drivers to 2.4/drivers/net/can
2007-12-12 hartkoppupdated relative path.
2007-12-12 hartkoppMoved directory 2.4/can to 2.4/net/can.
2007-12-12 hartkoppMake use of backported 2.6 includes.
2007-12-12 hartkoppcopy 2.6 includes to 2.4 tree as startpoint for backporting
2007-12-10 hartkoppSome more cosmetics (to be continued).
2007-12-10 hartkoppMoved bcm_init() analogue to Kernel 2.6 bcm.c
2007-12-10 hartkoppMake GET_U64 macro an inline function.
2007-12-10 hartkoppRemove obsolete capabilities defines.
2007-12-10 hartkoppUpdated startup banner. Removed debug code.
2007-12-10 hartkoppremoved IDENT defines.
2007-12-10 thuermannChange can_proto_register() to return an error code.
2007-12-10 thuermannSome more white-space changes.
2007-12-10 hartkoppVarious fixes to compile the code again after the big...
2007-12-09 hartkoppFixed obviously missing parenthesis.
2007-12-08 thuermannMove timer initialization from proc.c to af_can.c.
2007-12-08 thuermannDefine global vars in af_can.c and declare them in...
2007-12-08 thuermannChange some function arguements and return types.
2007-12-08 thuermannEliminate code duplication.
2007-12-08 thuermannRemove debug code.
2007-12-08 thuermannRename variables.
2007-12-08 thuermannRemove some goto-statements.
2007-12-08 thuermannEliminate assignment exprs in if-conditions.
2007-12-08 thuermannRemove unnecessary initializations.
2007-12-08 thuermannChange comments.
2007-12-08 thuermannWhite-space changes only.
2007-12-08 thuermannThis is the first patch of a series to backport changes...
2007-10-01 hartkoppReverted most of the changes since r500 except the...
2007-09-30 hartkoppFixed missing renaming of CAN_RAW_LOOPBACK in kernel...
2007-09-30 hartkoppChanged loopback to echo in CAN RAW sockets. The binary...
2007-09-27 hartkoppFixed contradiction in Sourcecode discalimer.
2007-04-25 thuermannBump version number to 2.0.0-pre6
2007-03-12 hartkoppApplied patch from Eberhard Stoll to fix MSCAN TX timeo...
2007-03-09 hartkoppAdded can_id depended filter mask generation for can_rx...
2007-03-08 hartkoppIntroduced can_core.h analogue to linux/can/core.h...
2007-03-07 hartkoppAdded some comments in raw.h and bcm.h
2007-03-05 hartkoppVersion 2.0.0-pre6 - On the way to be posted on the...
2007-03-05 hartkoppDefined ARPHARD_CAN as 280 (formerly 804) due to my...
2007-03-05 hartkoppBackported CodingStyles changes to kernel 2.4 tree.
2007-03-05 hartkoppMoved protoypes for the CAN network layer core from...
2007-03-04 thuermannMinor change for readability.
2007-02-27 thuermannSome code cleanup:
2007-02-22 hartkoppUpgraded Version to 2.0.0-pre5
2007-02-22 hartkoppAdded module parameter 'numdev' to modify the number...
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-14 hartkoppFixed memory leak in Kernel 2.4 VCAN source when unload...
2007-02-14 hartkoppCleaned up the #includes for Kernel 2.4 analogue to...
2007-02-12 hartkoppfixed typo.
2007-02-12 thuermannRemove VW-specific targets from Makefile.
2007-02-08 hartkoppsetting version to V2.0.0-pre4
next