]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.4/net/can/bcm.c
net/can bugfix: use after free bug in can protocol drivers
[socketcan-devel.git] / kernel / 2.4 / net / can / bcm.c
2009-07-20 hartkoppnet/can bugfix: use after free bug in can protocol...
2009-01-21 hartkoppUpdated to latest CAN core changes:
2008-12-19 hartkoppBackported fix for a race condition in bcm throttling.
2008-12-19 hartkoppBring 2.4 kernel tree up-to-date to the latest mainline...
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 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 hartkoppMoved directory 2.4/can to 2.4/net/can.