index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
raw.c
Age
Commit message (
Expand
)
Author
4 days
can: raw: instantly reject disabled CAN frames
Oliver Hartkopp
4 days
Revert "can: raw: instantly reject unsupported CAN frames"
Oliver Hartkopp
2025-11-26
can: raw: instantly reject unsupported CAN frames
Oliver Hartkopp
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-09-23
can: annotate mtu accesses with READ_ONCE()
Vincent Mailhol
2025-09-19
can: raw: reorder struct raw_sock's members to optimise packing
Vincent Mailhol
2025-09-19
can: raw: use bitfields to store flags in struct raw_sock
Vincent Mailhol
2025-09-19
can: raw: reorder struct uniqframe's members to optimise packing
Vincent Mailhol
2025-06-10
can: add drop reasons in CAN protocols receive path
Davide Caratti
2025-03-14
can: add protocol counter for AF_CAN sockets
Davide Caratti
2025-02-18
net: initialize mark in sockcm_init
Willem de Bruijn
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
2024-02-20
can: raw: raw_getsockopt(): reduce scope of err
Marc Kleine-Budde
2024-02-20
can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTS
Oliver Hartkopp
2024-02-13
can: canxl: add virtual CAN network identifier support
Oliver Hartkopp
2023-10-04
can: raw: Remove NULL check before dev_{put, hold}
Jiapeng Chong
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-08-22
can: raw: add missing refcount for memory leak fix
Oliver Hartkopp
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-20
can: raw: fix lockdep issue in raw_release()
Eric Dumazet
2023-07-17
can: raw: fix receiver memory leak
Ziyang Xuan
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-02-08
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
2023-02-02
can: raw: fix CAN FD frame transmissions over CAN XL devices
Oliver Hartkopp
2022-12-12
can: raw: add support for SO_MARK
Marc Kleine-Budde
2022-09-15
can: raw: add CAN XL support
Oliver Hartkopp
2022-09-06
can: raw: use guard clause to optimize nesting in raw_rcv()
Ziyang Xuan
2022-09-06
can: raw: process optimization in raw_init()
Ziyang Xuan
2022-05-16
can: raw: add support for SO_TXTIME/SCM_TXTIME
Marc Kleine-Budde
2022-05-16
can: raw: raw_sendmsg(): remove not needed setting of skb->sk
Marc Kleine-Budde
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2021-08-05
net: Remove redundant if statements
Yajun Deng
2021-07-24
can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF
Ziyang Xuan
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2021-06-16
can: bcm/raw/isotp: use per module netdevice notifier
Tetsuo Handa
2021-03-29
can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE
Oliver Hartkopp
2021-01-06
can: raw: return -ERANGE when filterset does not fit into user space buffer
Oliver Hartkopp
2020-10-12
can: remove obsolete version strings
Oliver Hartkopp
2020-10-06
can: raw: add missing error queue support
Vincent Mailhol
2020-09-21
can: remove "WITH Linux-syscall-note" from SPDX tag of C files
Masahiro Yamada
2020-09-21
can: raw: fix indention
Marc Kleine-Budde
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2019-09-04
can: introduce CAN_REQUIRED_SIZE macro
Kurt Van Dijck
2019-08-13
can: raw: raw_sock_no_ioctlcmd(): mark function as static
Marc Kleine-Budde
2019-08-13
can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)
Marc Kleine-Budde
2019-08-13
can: raw: balance braces around else statements
Marc Kleine-Budde
2019-08-13
can: raw: remove unnecessary blank lines, add suggested blank lines
Marc Kleine-Budde
2019-08-13
can: raw: convert block comments to network style comments
Marc Kleine-Budde
[next]