index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
bcm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-16
can: bcm: track a single source interface for ANYDEV timeout/throttle ops
Oliver Hartkopp
1
-5
/
+44
2026-07-16
can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
Oliver Hartkopp
1
-5
/
+8
2026-07-16
can: bcm: fix stale rx/tx ops after device removal
Oliver Hartkopp
1
-10
/
+44
2026-07-16
can: bcm: add missing device refcount for CAN filter removal
Oliver Hartkopp
1
-20
/
+27
2026-07-16
can: bcm: validate frame length in bcm_rx_setup() for RTR replies
Oliver Hartkopp
1
-18
/
+41
2026-07-16
can: bcm: extend bcm_tx_lock usage for data and timer updates
Oliver Hartkopp
1
-29
/
+75
2026-07-16
can: bcm: add missing rcu list annotations and operations
Oliver Hartkopp
1
-9
/
+16
2026-07-16
can: bcm: fix CAN frame rx/tx statistics
Oliver Hartkopp
1
-23
/
+46
2026-07-16
can: bcm: add locking when updating filter and timer values
Oliver Hartkopp
1
-43
/
+133
2026-07-16
can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
Oliver Hartkopp
1
-14
/
+51
2026-07-16
can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
Lee Jones
1
-3
/
+34
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+2
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-04-12
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
1
-3
/
+2
2026-03-06
net: change sock.sk_ino and sock_i_ino() to u64
Jeff Layton
1
-1
/
+1
2026-03-02
can: bcm: fix locking for bcm_op runtime updates
Oliver Hartkopp
1
-0
/
+1
2026-02-05
can: remove private CAN skb headroom infrastructure
Oliver Hartkopp
1
-5
/
+2
2026-02-05
can: move ifindex to CAN skb extensions
Oliver Hartkopp
1
-2
/
+2
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
1
-0
/
+15
2026-02-05
can: use skb hash instead of private variable in headroom
Oliver Hartkopp
1
-2
/
+0
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-06-10
can: add drop reasons in CAN protocols receive path
Davide Caratti
1
-2
/
+3
2025-05-19
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp
1
-4
/
+9
2025-05-19
can: bcm: add locking for bcm_op runtime updates
Oliver Hartkopp
1
-21
/
+45
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+1
2025-03-14
can: add protocol counter for AF_CAN sockets
Davide Caratti
1
-0
/
+1
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
1
-12
/
+8
2024-09-12
can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
Kuniyuki Iwashima
1
-1
/
+3
2024-08-06
can: bcm: Remove proc entry when dev is unregistered.
Kuniyuki Iwashima
1
-0
/
+4
2024-02-12
can: bcm: add recvmsg flags for own, local and remote traffic
Nicolas Maier
1
-12
/
+57
2023-07-17
can: bcm: Fix UAF in bcm_proc_show()
YueHaibing
1
-6
/
+6
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-03-27
can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
Ivan Orlov
1
-6
/
+10
2022-09-23
can: bcm: check the result of can_send() in bcm_can_tx()
Ziyang Xuan
1
-3
/
+4
2022-09-23
can: bcm: registration process optimization in bcm_module_init()
Ziyang Xuan
1
-3
/
+15
2022-09-15
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
1
-2
/
+7
2022-07-04
can: bcm: use call_rcu() instead of costly synchronize_rcu()
Oliver Hartkopp
1
-4
/
+14
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
1
-1
/
+1
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-4
/
+1
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-1
/
+1
2021-10-24
can: bcm: Use hrtimer_forward_now()
Thomas Gleixner
1
-1
/
+1
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-2
/
+2
2021-06-19
can: bcm: delay release of struct bcm_op after synchronize_rcu()
Thadeu Lima de Souza Cascardo
1
-1
/
+6
2021-06-16
can: bcm: fix infoleak in struct bcm_msg_head
Norbert Slusarek
1
-0
/
+3
2021-06-16
can: bcm/raw/isotp: use per module netdevice notifier
Tetsuo Handa
1
-13
/
+46
2021-03-29
can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE
Oliver Hartkopp
1
-4
/
+6
2020-10-12
can: remove obsolete version strings
Oliver Hartkopp
1
-3
/
+1
2020-09-21
can: remove "WITH Linux-syscall-note" from SPDX tag of C files
Masahiro Yamada
1
-1
/
+1
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-2
/
+0
[next]