summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorOliver Hartkopp <socketcan@hartkopp.net>2015-02-23 20:37:54 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-03-09 10:22:24 +0100
commit969439016d2cf61fef53a973d7e6d2061c3793b1 (patch)
tree8320e446b2b0f31fd6ca77351ba6ba7b2f05d587 /include/linux/timerqueue.h
parentc247f0534cc5a5a547a343903f42295a471844e2 (diff)
downloadkernel-969439016d2cf61fef53a973d7e6d2061c3793b1.tar.gz
can: add missing initialisations in CAN related skbuffs
When accessing CAN network interfaces with AF_PACKET sockets e.g. by dhclient this can lead to a skb_under_panic due to missing skb initialisations. Add the missing initialisations at the CAN skbuff creation times on driver level (rx path) and in the network layer (tx path). Reported-by: Austin Schuh <austin@peloton-tech.com> Reported-by: Daniel Steer <daniel.steer@mclaren.com> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net> Cc: linux-stable <stable@vger.kernel.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
;id=b24d7d7b98f2697173542fd926f48617649b0bbc'>kconfig: rearrange clean-filesPeter Foley 2011-04-29kconfig: change gconf to modify hostprogs-y like nconf and mconfPeter Foley 2011-04-29kconfig: change qconf to modify hostprogs-y like nconf and mconfPeter Foley 2011-04-29kconfig: only build kxgettext when neededPeter Foley 2010-09-27Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...Michal Marek 2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe 2010-09-13kconfig: Simplify Makefile for xconfigMichal Marek 2010-09-13Fix QT4 moc, cflags libs detection on dual QT3/Qt4 systemsAlexander Stein 2010-09-01kconfig qconf: port to QT4Alexander Stein 2010-08-26kbuild: don't overwrite HOST_EXTRACFLAGSArnaud Lacombe 2010-08-17kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBESArnaud Lacombe 2010-08-04Merge commit 'v2.6.35' into kbuild/kconfigMichal Marek 2010-08-03kconfig: add savedefconfigSam Ravnborg 2010-08-03kconfig: add alldefconfigSam Ravnborg 2010-08-03kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg 2010-08-03kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg 2010-08-03kconfig: use long options in confSam Ravnborg 2010-06-04Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds 2010-06-03gconfig: fix build failure on fedora 13Richard Kennedy 2010-06-02kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigAristeu Rozanski 2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds 2010-02-03kconfig: Simplify LSMOD= handlingMichal Marek 2010-02-02kconfig: Add LSMOD=file to override the lsmod for localmodconfigSteven Rostedt 2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com 2010-01-06kconfig: Create include/generated for localmodconfigSteven Rostedt 2009-12-12kbuild: create include/generated in silentoldconfigMichal Marek 2009-11-20kconfig: Fix make O=<dir> local{mod,yes}configSteven Rostedt 2009-08-21kconfig: add missing dependency of conf to localyesconfigSteven Rostedt 2009-08-18kconfig: test if a .config already existsSteven Rostedt 2009-08-18kconfig: add make localyesconfig optionSteven Rostedt 2009-08-18kconfig: make localmodconfig to run streamline_config.plSteven Rostedt 2009-06-09kconfig: add a note about the deps to the 'silentoldconfig' helpMarkus Heidelberg 2009-06-09kconfig: fix typo "mconfig" to "menuconfig" in a commentMarkus Heidelberg 2008-10-22x86, um: get rid of arch/um/Kconfig.archAl Viro