]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/proc.c
net: convert %p usage to %pK
[socketcan-devel.git] / kernel / 2.6 / net / can / proc.c
2011-06-02 hartkoppnet: convert %p usage to %pK
2010-01-23 hartkoppFix rcu handling by removing nested rcu locks.
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-04-03 hartkoppproc 2/2: remove struct proc_dir_entry::owner
2008-02-12 hartkoppAdded the include of <linux/version.h> as we are using the
2007-12-08 thuermannReduce clutter by eliminating kernel version dependencies.
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 hartkoppMoved init_timer() and add_timer() for timer setup to
2007-11-07 thuermannRename some variables for readability.
2007-11-05 hartkoppround_jiffies() has been introduced in 2.6.20.
2007-09-27 hartkoppFixed contradiction in Sourcecode discalimer.
2007-09-25 thuermannMinor optimization.
2007-09-20 hartkoppAdded missing overflow check for stats.tx_frames.
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-07-16 hartkoppRemoved obsolete initialisation of static variables.
2007-07-09 thuermannChange back %p to %08lx for pointers to prevent the...
2007-07-08 hartkoppFixed compilation warnings on 64bit architectures.
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-05-23 thuermannFurther cleanup: use "data" argument to can_proc_read_r...
2007-05-23 thuermannEliminate some code duplication.
2007-05-09 thuermannReorder #include directives.
2007-05-09 thuermannRemove trailing whitespace and blank lines.
2007-05-03 hartkoppremoved spinlocks for now as i got a dead lock on heavy...
2007-05-03 hartkoppAdded comment about cutting off the proc_fs output...
2007-05-03 hartkoppAdded locking to CAN core proc_fs output.
2007-05-01 hartkoppcomment and indention beautifications.
2007-05-01 hartkoppremoved debugging stuff (caller id).
2007-05-01 hartkoppreordered functions to remove forward declarations.
2007-05-01 hartkoppCleaned up extern declarations for variables between...
2007-05-01 hartkoppChanges after test integration into kernel 2.6.21 :
2007-04-26 hartkoppsome more comment beautifying.
2007-04-25 hartkoppfixed missing \n since r217
2007-04-19 hartkoppUnified the RCSID stuff which is usefull when making...
2007-04-18 thuermannRemove everything from version.h except definition...
2007-04-14 hartkoppCleaned up the code according to the hints from a code...
2007-03-08 hartkoppMoved definition and prototypes for for CAN protocol...
2007-03-05 hartkoppReformated to meet Linux Documentation/Codingstyle...
2006-12-13 hartkoppPreventing procfs output to overflow PAGE_SIZE.
2006-12-06 hartkoppMade the device receive list for sockets that are bound...
2006-11-27 thuermannfix a typo in comment.
2006-10-24 thuermannreorganized kernel include files:
2006-09-05 thuermannrename structs and variables to improve readability.
2006-09-05 thuermannmerge changes from hlist branch into trunk.
2006-07-07 thuermannRemove remnants of the projects VW history (Email addre...
2006-06-23 thuermannchanges compile but are untested. no functional changes.
2006-06-09 thuermannchanged indentation to 8, other white space changes.
2006-05-11 hartkoppadded CAN error frame support.
2006-05-11 thuermannadd Id to svn:keywords property.
2006-05-04 thuermannmove some include files.
2006-04-26 avolkov* Rearrange 2.6 subtree for a better compatibility...