summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-8/+9
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp1-17/+6
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp5-24/+11
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp6-10/+10
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp8-3/+108
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa1-1/+9
2026-01-15can: raw: instantly reject disabled CAN framesOliver Hartkopp1-9/+16
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp1-46/+8
2025-12-17can: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa1-0/+6
2025-12-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa1-0/+2
2025-12-10can: fix build dependencyArnd Bergmann1-1/+0
2025-11-29can: Kconfig: select CAN driver infrastructure by defaultOliver Hartkopp1-0/+1
2025-11-26can: raw: instantly reject unsupported CAN framesOliver Hartkopp1-8/+46
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-2/+2
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook3-3/+3
2025-10-13can: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa1-0/+2
2025-09-23can: annotate mtu accesses with READ_ONCE()Vincent Mailhol3-3/+3
2025-09-19can: raw: reorder struct raw_sock's members to optimise packingVincent Mailhol1-2/+2
2025-09-19can: raw: use bitfields to store flags in struct raw_sockVincent Mailhol1-24/+35
2025-09-19can: raw: reorder struct uniqframe's members to optimise packingVincent Mailhol1-1/+1
2025-09-10can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa1-1/+4
2025-09-10can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa1-0/+3
2025-09-10can: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa3-0/+53
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-10can: add drop reasons in CAN protocols receive pathDavide Caratti4-8/+12
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti1-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-19can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp1-4/+9
2025-05-19can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp1-21/+45
2025-05-06can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp1-59/+90
2025-04-15can: fix missing decrement of j1939_proto.inuse_idxDavide Caratti1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-2/+9
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-26/+16
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-31/+39
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti4-1/+8
2025-03-14can: statistics: use atomic access in hot pathOliver Hartkopp3-31/+39
2025-02-19net: initialize mark in sockcm_initWillem de Bruijn1-1/+1
2025-02-18can: Switch to use hrtimer_setup()Nam Cao4-26/+16
2025-02-08can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl2-4/+5
2024-12-17sock: support SO_PRIORITY cmsgAnna Emese Nyiri1-1/+1
2024-12-02can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov1-1/+1
2024-10-16can: gw: Use rtnl_register_many().Kuniyuki Iwashima1-17/+12
2024-10-16net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin1-0/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko1-1/+1
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-09-12can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3