]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/bcm.c
can bcm: fix tx_setup off-by-one errors
[socketcan-devel.git] / kernel / 2.6 / net / can / bcm.c
2011-09-29 hartkoppcan bcm: fix tx_setup off-by-one errors
2011-09-01 hartkoppAdd missinf includes for tasklet usage.
2011-06-02 hartkoppnet: convert %p usage to %pK
2011-05-05 hartkoppcan: make struct can_proto const
2011-05-03 hartkoppnet: check the length of the socket address passed...
2011-04-20 hartkoppcan: add missing socket check in {raw|bcm|isotp}_releas...
2011-04-19 hartkoppFix common misspellings
2011-04-19 hartkoppcan: make struct proto const
2011-04-19 hartkoppcan: test size of struct sockaddr in sendmsg
2011-01-01 hartkoppcan-bcm: Use inode instead of kernel address for /proc...
2010-11-30 hartkoppcapabilities have been dropped in 2.6.33
2010-11-13 hartkoppcan-bcm: fix minor heap overflow
2010-08-13 hartkoppcan: add limit for nframes and clean up signed/unsigned...
2009-11-08 hartkoppbcm_proc_getifname() is called with RTNL and dev_base_lock
2009-08-31 hartkoppAdd support for seq_file in Kernels >= 2.6.26.
2009-08-21 hartkoppmerged branches/netlink in rev. 1037 back to trunk.
2009-07-20 hartkoppnet/can bugfix: use after free bug in can protocol...
2009-07-20 hartkoppnet/can: add module alias to can protocol drivers
2009-04-03 hartkoppproc 2/2: remove struct proc_dir_entry::owner
2009-01-14 hartkoppDue to the loopback functionality in can_send() we...
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-01 hartkoppchanged revision print at module startup to look like...
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-06-22 hartkoppAdded missing casts that produced warnings on 64-bit...
2008-06-07 hartkoppFixed compilation on 2.6.22 Kernels.
2008-05-21 hartkoppmake bcm.c compile with 2.6.26 again.
2008-05-02 hartkoppUpdated check for correct net device namespaces introdu...
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...
2007-12-08 thuermannReduce clutter by eliminating kernel version dependencies.
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-15 hartkoppSome more cosmetics in comments.
2007-11-15 hartkoppCosmetics.
2007-11-15 thuermannRemove debug code completely to stop endless discussion...
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-27 hartkoppFixed contradiction in Sourcecode discalimer.
2007-09-25 thuermannChanges suggested by Arnaldo Carvalho de Melo:
2007-09-24 hartkoppRemoved capability defines.
2007-09-23 hartkoppRemoved CAN_RAW_USER and CAN_BCM_USER Kconfig options...
2007-09-20 hartkoppFixed error handling in the case of can_rx_register...
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-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-07-16 hartkoppAdded missing style fix.
2007-07-16 hartkoppRemoved obsolete initialisation of static variables.
2007-07-09 hartkoppreordered some code in bcm_send_to_user().
2007-07-08 hartkoppMake skb->tail pointer access working in 2.6.22 on...
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-27 hartkoppAdded missing include if_arp.h for the use of ARPHRD_CA...
2007-06-21 hartkoppCosmetics: Making all multiline comments look equal.
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-21 thuermannRemove struct raw_opt and bcm_opt and integrate them...
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-10 hartkoppChanged prototypes for CAN core exported functions...
2007-06-08 hartkoppUpdated receive timestamp handling for Kernel Versions...
2007-05-13 wolfFix problems with building Socket-CAN for MPC5200
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-04 hartkoppAdded socket locking in broadcast manager sendmsg().
2007-05-04 hartkoppAdded comment regarding kernel hrtimer. Low prio for...
2007-05-02 hartkoppMoved timeval2jiffies function from af_can.c to bcm...
2007-05-01 hartkoppChanges after test integration into kernel 2.6.21 :
2007-04-30 thuermannReplace a couple macros by inline functions.
2007-04-28 hartkoppfixed missing condition from r247.
2007-04-28 hartkoppIntroduced single can_frames inside the bcm_op as 99...
2007-04-23 hartkoppadded comments. Cosmetics.
2007-04-23 hartkoppreordered functions before cleanup cosmetics.
2007-04-20 hartkoppreordered the reordered ;-)
2007-04-20 thuermannReorder functions to elimintate forward function declar...
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 skb_set_timestamp() and skb_get_timestamp...
2007-04-18 hartkoppAdded local kzalloc() function for Kernel Versions...
next