index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
Age
Commit message (
Expand
)
Author
Lines
2026-03-02
can: bcm: fix locking for bcm_op runtime updates
Oliver Hartkopp
-0
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-8
/
+9
2026-02-05
can: gw: use can_gw_hops instead of sk_buff::csum_start
Oliver Hartkopp
-17
/
+6
2026-02-05
can: remove private CAN skb headroom infrastructure
Oliver Hartkopp
-24
/
+11
2026-02-05
can: move ifindex to CAN skb extensions
Oliver Hartkopp
-10
/
+10
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
-3
/
+108
2026-02-05
can: use skb hash instead of private variable in headroom
Oliver Hartkopp
-15
/
+14
2026-01-15
net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...
Tetsuo Handa
-1
/
+9
2026-01-15
can: raw: instantly reject disabled CAN frames
Oliver Hartkopp
-9
/
+16
2026-01-15
Revert "can: raw: instantly reject unsupported CAN frames"
Oliver Hartkopp
-46
/
+8
2025-12-17
can: j1939: make j1939_sk_bind() fail if device is no longer registered
Tetsuo Handa
-0
/
+6
2025-12-17
can: j1939: make j1939_session_activate() fail if device is no longer registered
Tetsuo Handa
-0
/
+2
2025-12-10
can: fix build dependency
Arnd Bergmann
-1
/
+0
2025-11-29
can: Kconfig: select CAN driver infrastructure by default
Oliver Hartkopp
-0
/
+1
2025-11-26
can: raw: instantly reject unsupported CAN frames
Oliver Hartkopp
-8
/
+46
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-2
/
+2
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-3
/
+3
2025-10-13
can: j1939: add missing calls in NETDEV_UNREGISTER notification handler
Tetsuo Handa
-0
/
+2
2025-09-23
can: annotate mtu accesses with READ_ONCE()
Vincent Mailhol
-3
/
+3
2025-09-19
can: raw: reorder struct raw_sock's members to optimise packing
Vincent Mailhol
-2
/
+2
2025-09-19
can: raw: use bitfields to store flags in struct raw_sock
Vincent Mailhol
-24
/
+35
2025-09-19
can: raw: reorder struct uniqframe's members to optimise packing
Vincent Mailhol
-1
/
+1
2025-09-10
can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...
Tetsuo Handa
-1
/
+4
2025-09-10
can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...
Tetsuo Handa
-0
/
+3
2025-09-10
can: j1939: implement NETDEV_UNREGISTER notification handler
Tetsuo Handa
-0
/
+53
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-06-10
can: add drop reasons in CAN protocols receive path
Davide Caratti
-8
/
+12
2025-06-10
can: add drop reasons in the receive path of AF_CAN
Davide Caratti
-3
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-05-19
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp
-4
/
+9
2025-05-19
can: bcm: add locking for bcm_op runtime updates
Oliver Hartkopp
-21
/
+45
2025-05-06
can: gw: fix RCU/BH usage in cgw_create_job()
Oliver Hartkopp
-59
/
+90
2025-04-15
can: fix missing decrement of j1939_proto.inuse_idx
Davide Caratti
-0
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-2
/
+9
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-26
/
+16
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-31
/
+39
2025-03-14
can: add protocol counter for AF_CAN sockets
Davide Caratti
-1
/
+8
2025-03-14
can: statistics: use atomic access in hot path
Oliver Hartkopp
-31
/
+39
2025-02-18
net: initialize mark in sockcm_init
Willem de Bruijn
-1
/
+1
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
-26
/
+16
2025-02-08
can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...
Alexander Hölzl
-4
/
+5
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
-1
/
+1
2024-12-02
can: j1939: j1939_session_new(): fix skb reference counting
Dmitry Antipov
-1
/
+1
2024-10-15
can: gw: Use rtnl_register_many().
Kuniyuki Iwashima
-17
/
+12
2024-10-15
net: af_can: do not leave a dangling sk pointer in can_create()
Ignat Korchagin
-0
/
+1
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
-1
/
+1
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+3
[next]