aboutsummaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
2015-04-01can: introduce new raw socket option to join the given CAN filtersGravatar Oliver Hartkopp 1-1/+30
2015-04-01can: fix multiple delivery of a single CAN frame for overlapping CAN filtersGravatar Oliver Hartkopp 1-0/+21
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2015-03-09can: add missing initialisations in CAN related skbuffsGravatar Oliver Hartkopp 1-0/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 2-8/+6
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesGravatar Eyal Birger 2-4/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidGravatar Johannes Berg 1-1/+2
2014-12-07can: fix spelling errorsGravatar Jeremiah Mahler 3-8/+8
2014-12-07can: eliminate banner[] variable and switch to pr_info()Gravatar Jeremiah Mahler 3-10/+3
2014-11-24new helper: memcpy_to_msg()Gravatar Al Viro 2-2/+2
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 2-12/+9
2014-05-19can: add hash based access to single EFF frame filtersGravatar Oliver Hartkopp 3-9/+75
2014-05-19can: proc: make array printing function indenpendent from sff framesGravatar Oliver Hartkopp 2-13/+19
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesGravatar Eric W. Biederman 1-2/+2
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsGravatar Oliver Hartkopp 1-21/+5
2014-01-30Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...Gravatar David S. Miller 1-0/+1
2014-01-30can: add destructor for self generated skbsGravatar Oliver Hartkopp 2-3/+4
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsGravatar Rostislav Lisovy 1-0/+1
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 2-4/+4
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceGravatar Ying Xue 1-10/+5
2013-12-21can: gw: remove obsolete checksGravatar Oliver Hartkopp 1-4/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesGravatar Joe Perches 1-3/+3
2013-10-14treewide: Fix common typo in "identify"Gravatar Maxime Jayat 1-1/+1
2013-08-29can: gw: add a per rule limitation of frame hopsGravatar Oliver Hartkopp 1-4/+31
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 4-8/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2013-04-14net: sock: make sock_tx_timestamp voidGravatar Daniel Borkmann 1-3/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 2-2/+2
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Gravatar Wei Yongjun 1-3/+3
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 1-3/+2
2013-03-19can: dump stack on protocol bugsGravatar Oliver Hartkopp 1-7/+4
2013-03-11net: can: af_can.c: Fix checkpatch warningsGravatar Valentin Ilie 1-13/+8
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 3-20/+16
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 2-2/+2
2013-01-28can: rework skb reserved data handlingGravatar Oliver Hartkopp 3-9/+7
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationGravatar Oliver Hartkopp 1-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsGravatar Oliver Hartkopp 1-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableGravatar Oliver Hartkopp 1-0/+8
2013-01-26can: add private data space for CAN sk_buffsGravatar Oliver Hartkopp 2-5/+15
2013-01-26can: Kconfig: switch on all CAN protocolls by defaultGravatar Marc Kleine-Budde 1-3/+3
2013-01-26can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockGravatar Marc Kleine-Budde 1-3/+4
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2012-11-26can: bcm: initialize ifindex for timeouts without previous frame receptionGravatar Oliver Hartkopp 1-0/+3
2012-11-19Fix misspellings of "whether" in comments.Gravatar Adam Buchbinder 1-1/+1
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsGravatar Eric W. Biederman 1-0/+6
2012-10-06sections: fix section conflicts in net/canGravatar Andi Kleen 4-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-1/+1