summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-22/+31
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+10
2026-04-13can: raw: convert to getsockopt_iterBreno Leitao-15/+13
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet-6/+8
2026-04-09can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page-1/+10
2026-03-19can: isotp: fix tx.buf use-after-free in isotp_sendmsg()Oliver Hartkopp-6/+18
2026-03-19can: gw: fix OOB heap access in cgw_csum_crc8_rel()Ali Norouzi-3/+3
2026-03-19can: statistics: add missing atomic access in hot pathOliver Hartkopp-4/+5
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton-1/+1
2026-03-02can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp-0/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+9
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp-17/+6
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp-24/+11
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp-10/+10
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp-3/+108
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp-15/+14
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa-1/+9
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp-9/+16
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp-46/+8
2025-12-17can: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa-0/+6
2025-12-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa-0/+2
2025-12-10can: fix build dependencyArnd Bergmann-1/+0
2025-11-29can: Kconfig: select CAN driver infrastructure by defaultOliver Hartkopp-0/+1
2025-11-26can: raw: instantly reject unsupported CAN framesOliver Hartkopp-8/+46
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-3/+3
2025-10-13can: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa-0/+2
2025-09-23can: annotate mtu accesses with READ_ONCE()Vincent Mailhol-3/+3
2025-09-19can: raw: reorder struct raw_sock's members to optimise packingVincent Mailhol-2/+2
2025-09-19can: raw: use bitfields to store flags in struct raw_sockVincent Mailhol-24/+35
2025-09-19can: raw: reorder struct uniqframe's members to optimise packingVincent Mailhol-1/+1
2025-09-10can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa-1/+4
2025-09-10can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa-0/+3
2025-09-10can: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa-0/+53
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-06-10can: add drop reasons in CAN protocols receive pathDavide Caratti-8/+12
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-19can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp-4/+9
2025-05-19can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp-21/+45
2025-05-06can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp-59/+90
2025-04-15can: fix missing decrement of j1939_proto.inuse_idxDavide Caratti-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+9
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-26/+16
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-31/+39
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti-1/+8