summaryrefslogtreecommitdiff
path: root/net/can/raw.c
AgeCommit message (Expand)Author
2023-10-04can: raw: Remove NULL check before dev_{put, hold}Jiapeng Chong
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-08-22can: raw: add missing refcount for memory leak fixOliver Hartkopp
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-20can: raw: fix lockdep issue in raw_release()Eric Dumazet
2023-07-17can: raw: fix receiver memory leakZiyang Xuan
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-02-08can: raw: use temp variable instead of rolling back configOliver Hartkopp
2023-02-02can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp
2022-12-12can: raw: add support for SO_MARKMarc Kleine-Budde
2022-09-15can: raw: add CAN XL supportOliver Hartkopp
2022-09-06can: raw: use guard clause to optimize nesting in raw_rcv()Ziyang Xuan
2022-09-06can: raw: process optimization in raw_init()Ziyang Xuan
2022-05-16can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde
2022-05-16can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-08-05net: Remove redundant if statementsYajun Deng
2021-07-24can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa
2021-03-29can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp
2021-01-06can: raw: return -ERANGE when filterset does not fit into user space bufferOliver Hartkopp
2020-10-12can: remove obsolete version stringsOliver Hartkopp
2020-10-06can: raw: add missing error queue supportVincent Mailhol
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada
2020-09-21can: raw: fix indentionMarc Kleine-Budde
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck
2019-08-13can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde
2019-08-13can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde
2019-08-13can: raw: balance braces around else statementsMarc Kleine-Budde
2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde
2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde
2019-07-29can: fix ioctl function removalOliver Hartkopp
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-11-09can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde
2017-04-04can: initial support for network namespacesMario Kicherer
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp
2015-04-01can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp