summaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+6
|\
| * can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo2021-06-191-1/+6
* | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
|/
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-161-0/+3
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-161-13/+46
* can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp2021-03-291-4/+6
* can: remove obsolete version stringsOliver Hartkopp2020-10-121-3/+1
* can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada2020-09-211-1/+1
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2019-09-041-2/+2
* can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner2019-08-131-104/+52
* can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-131-2/+2
* can: fix ioctl function removalOliver Hartkopp2019-07-291-1/+8
* can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-241-0/+1
* can: remove obsolete empty ioctl() handlerOliver Hartkopp2019-07-241-1/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-221-0/+27
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+6
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-14/+2
* | net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2018-05-141-1/+1
|/
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-191-2/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+3
* can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-251-33/+57
* can: initial support for network namespacesMario Kicherer2017-04-041-6/+7
* can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-01-301-7/+16
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-291-2/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-251-14/+14
* can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-231-8/+10
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-311-9/+23
* can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-171-88/+135
* can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-171-25/+29
* can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-171-16/+16
* can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-171-14/+12
* can: avoid using timeval for uapiArnd Bergmann2015-10-131-5/+10
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-0/+2
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-1/+1
* can: fix spelling errorsJeremiah Mahler2014-12-071-6/+6
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-071-3/+1
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-11/+8
* can: add destructor for self generated skbsOliver Hartkopp2014-01-301-2/+2
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2