]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/net/can/raw.c
can: avoids a false warning
[socketcan-devel.git] / kernel / 2.6 / net / can / raw.c
2011-05-21 hartkoppcan: avoids a false warning
2011-05-05 hartkoppcan: make struct can_proto const
2011-04-20 hartkoppcan: add missing socket check in {raw|bcm|isotp}_releas...
2011-04-19 hartkoppcan: make struct proto const
2011-04-19 hartkoppcan: test size of struct sockaddr in sendmsg
2010-11-30 hartkoppcapabilities have been dropped in 2.6.33
2010-10-22 hartkoppcan-raw: add msg_flags to distinguish local traffic
2009-11-06 hartkoppIn 2.6.32+ the setsockopt function provides an unsigned...
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-01-06 hartkoppremove superflous parentheses.
2009-01-06 hartkoppOmit unneeded skb_clone() calls.
2008-12-18 hartkoppcan: merge error paths
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 hartkoppAdded some sanity checks to prevent skbuffs from contai...
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-02-06 thuermannRename/remove some variables.
2007-12-08 thuermannReduce clutter by eliminating kernel version dependencies.
2007-11-15 thuermannRemove debug code completely to stop endless discussion...
2007-10-22 thuermannUse sock_alloc_send_skb() instead of alloc_skb() to...
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 to echo in CAN RAW sockets. The binary...
2007-09-27 hartkoppFixed contradiction in Sourcecode discalimer.
2007-09-24 hartkoppRemoved capability defines.
2007-09-23 hartkoppRemoved CAN_RAW_USER and CAN_BCM_USER Kconfig options...
2007-09-20 hartkoppIntroduced error handling in the case of can_rx_registe...
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-13 hartkoppSupport network namespaces introduced in the current...
2007-07-16 hartkoppRemoved obsolete initialisation of static variables.
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 hartkoppIndeed in this context skb->input_dev could not be...
2007-06-21 hartkoppAdded check for possible NULL pointer dereference.
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 thuermannFix race condition in raw_getsockopt().
2007-06-19 hartkoppUpdated to version 20070619.
2007-06-19 hartkoppMoved sk_error_report() call outside lock_sock(sk)...
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-11 hartkoppFix: Remove allocated filter, even when socket was...
2007-06-11 hartkoppAdded error handling in raw_setsockopt().
2007-06-11 hartkoppAdded complete error handling in raw_bind().
2007-06-11 hartkoppIntroduced return value to raw_[add|remove]_filters...
2007-06-10 hartkoppChanged prototypes for CAN core exported functions...
2007-06-06 thuermannUse skb->pkt_type and skb->sk instead of skb->cb to...
2007-05-09 thuermannReorder #include directives.
2007-05-08 thuermannLocal variable initializiation to eliminate GCC warning.
2007-05-07 hartkoppRemoved linux/autoconf.h which is not needed, when...
2007-05-04 thuermannClean up optlen checking and copying to user-space
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 hartkopplinux/can/error.h is no file for LKML posting and is...
2007-04-23 hartkoppsome blank line cleanups.
2007-04-23 hartkoppremoved several blank lines.
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 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 hartkoppRemoved obsolete empty lines in LINUX_VERSION_CODE...
2007-03-05 hartkoppReformated to meet Linux Documentation/Codingstyle...
2007-02-27 thuermannSome code cleanup:
2007-02-21 hartkoppChanged banner strings.
2006-12-07 hartkoppadded missing sanity checks in the case of socket error...
2006-12-02 hartkoppRenamed #include<linux/config.h> to autoconf.h as config.h
2006-12-01 hartkoppFixed socket error reporting due to problems in hot...
2006-11-28 thuermannbug fix: meaning of CONFIG_CAN_RAW_USER and CONFIG_CAN_...
2006-11-28 thuermannAPI fix (as described on the mailing list): call socke...
2006-11-27 thuermannadd and change some comments.
2006-11-19 hartkoppAdded / corrected some error handlings in the case...
2006-11-18 hartkoppTADA! Revision 100 :-)
2006-11-17 hartkoppAdded the possibility to set _no_ RX filter in CAN_RAW...
2006-10-24 thuermannreorganized kernel include files:
2006-09-29 thuermannMove type, proto, and capability information about...
2006-09-19 thuermannavoid white space in slab cache name.
2006-09-19 thuermannalloc/free dev_rcv_lists struct in device notifier...
2006-09-19 thuermannfix a typo.
2006-09-19 thuermannbug fix: missing initializations in struct raw_opt.
2006-08-29 thuermannsupport calling init functions when creating a new...
2006-08-29 hartkoppAdded discussed sockopts() for RAW-sockets to control...
2006-08-22 hartkoppadded sja1000_mem due to hint of Pavel Pisa.
2006-07-07 thuermannRemove remnants of the projects VW history (Email addre...
2006-06-27 thuermannwhitespace fixes.
2006-06-27 avolkov Fix "warning: suggest parentheses around assignment...
2006-06-11 thuermannreplace 0 by NULL for null pointers to ioctl() functions.
2006-06-11 bet-froggerThis patch fixes the error handling in raw_sendmsg().
2006-06-11 bet-froggerhis patch adds __user address space qualifiers to the
next