index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
isotp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-29
can: isotp: check register_netdevice_notifier() error in module init
Minhong He
1
-4
/
+9
2026-07-29
can: isotp: fix timer drain order, wakeup handling and tx_gen ordering
Oliver Hartkopp
1
-87
/
+230
2026-07-16
can: isotp: serialize TX state transitions under so->rx_lock
Oliver Hartkopp
1
-42
/
+160
2026-07-16
can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER
Oliver Hartkopp
1
-27
/
+58
2026-07-16
can: isotp: use unconditional synchronize_rcu() in isotp_release()
Oliver Hartkopp
1
-1
/
+8
2026-04-12
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
1
-1
/
+2
2026-03-19
can: isotp: fix tx.buf use-after-free in isotp_sendmsg()
Oliver Hartkopp
1
-6
/
+18
2026-02-05
can: remove private CAN skb headroom infrastructure
Oliver Hartkopp
1
-8
/
+4
2026-02-05
can: move ifindex to CAN skb extensions
Oliver Hartkopp
1
-3
/
+3
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
1
-0
/
+25
2026-02-05
can: use skb hash instead of private variable in headroom
Oliver Hartkopp
1
-3
/
+0
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-09-23
can: annotate mtu accesses with READ_ONCE()
Vincent Mailhol
1
-1
/
+1
2025-06-10
can: add drop reasons in CAN protocols receive path
Davide Caratti
1
-2
/
+3
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
-6
/
+4
2024-06-20
can: isotp: remove ISO 15675-2 specification version where possible
Oliver Hartkopp
1
-5
/
+6
2024-02-12
can: isotp: support dynamic flow control parameters
Oliver Hartkopp
1
-2
/
+3
2023-10-06
can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
Lukas Magel
1
-11
/
+8
2023-08-22
can: isotp: fix support for transmission of SF without flow control
Oliver Hartkopp
1
-15
/
+7
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-06-22
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Oliver Hartkopp
1
-2
/
+3
2023-05-15
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-26
/
+48
2023-04-05
can: isotp: fix race between isotp_sendsmg() and isotp_release()
Oliver Hartkopp
1
-24
/
+31
2023-04-05
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
1
-1
/
+16
2023-04-05
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
Oliver Hartkopp
1
-1
/
+1
2023-03-28
can: isotp: add module parameter for maximum pdu size
Oliver Hartkopp
1
-9
/
+56
2023-02-07
Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
1
-0
/
+3
2023-02-02
can: isotp: check CAN address family in isotp_bind()
Oliver Hartkopp
1
-0
/
+3
2023-02-02
can: isotp: split tx timer into transmission and timeout
Oliver Hartkopp
1
-36
/
+29
2023-02-02
can: isotp: handle wait_event_interruptible() return values
Oliver Hartkopp
1
-0
/
+4
2022-11-07
can: isotp: fix tx state handling for echo tx processing
Oliver Hartkopp
1
-33
/
+38
2022-09-15
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
1
-1
/
+1
2022-05-19
can: isotp: isotp_bind(): do not validate unused address information
Oliver Hartkopp
1
-12
/
+17
2022-05-16
can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
Oliver Hartkopp
1
-0
/
+5
2022-05-16
can: isotp: add support for transmission without flow control
Oliver Hartkopp
1
-21
/
+79
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+5
2022-04-29
can: isotp: remove re-binding of bound socket
Oliver Hartkopp
1
-20
/
+5
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+9
2022-04-17
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
1
-1
/
+9
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-3
/
+1
2022-03-31
can: isotp: restore accidentally removed MSG_PEEK feature
Oliver Hartkopp
1
-1
/
+1
2022-03-16
can: isotp: support MSG_TRUNC flag when reading from socket
Oliver Hartkopp
1
-12
/
+15
2022-03-16
can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
Oliver Hartkopp
1
-0
/
+4
2022-03-16
can: isotp: sanitize CAN ID checks in isotp_bind()
Oliver Hartkopp
1
-20
/
+21
2022-03-10
can: isotp: set max PDU size to 64 kByte
Oliver Hartkopp
1
-2
/
+2
2022-03-10
can: isotp: set default value for N_As to 50 micro seconds
Oliver Hartkopp
1
-1
/
+11
[next]