aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan1-3/+4
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan1-3/+15
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp1-2/+7
2022-07-04can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp1-4/+14
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-4/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-1/+1
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner1-1/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2021-06-19can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo1-1/+6
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek1-0/+3
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa1-13/+46
2021-03-29can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp1-4/+6
2020-10-12can: remove obsolete version stringsOliver Hartkopp1-3/+1
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada1-1/+1
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck1-2/+2
2019-08-13can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner1-104/+52
2019-08-13can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde1-2/+2
2019-07-29can: fix ioctl function removalOliver Hartkopp1-1/+8
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp1-0/+1
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp1-1/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2019-01-22can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-14/+2
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King1-2/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+3
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp1-8/+13
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp1-33/+57
2017-04-04can: initial support for network namespacesMario Kicherer1-6/+7
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-14/+14
2016-11-23can: bcm: fix support for CAN FD framesOliver Hartkopp1-8/+10
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp1-9/+23
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp1-88/+135
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp1-25/+29
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp1-16/+16
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp1-14/+12
2015-10-13can: avoid using timeval for uapiArnd Bergmann1-5/+10
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp1-0/+2