index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
/
isotp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: isotp: fix tx state handling for echo tx processing
Oliver Hartkopp
2022-11-07
1
-33
/
+38
*
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
2022-09-15
1
-1
/
+1
*
can: isotp: isotp_bind(): do not validate unused address information
Oliver Hartkopp
2022-05-19
1
-12
/
+17
*
can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
Oliver Hartkopp
2022-05-16
1
-0
/
+5
*
can: isotp: add support for transmission without flow control
Oliver Hartkopp
2022-05-16
1
-21
/
+79
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-05
1
-20
/
+5
|
\
|
*
can: isotp: remove re-binding of bound socket
Oliver Hartkopp
2022-04-29
1
-20
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-22
1
-1
/
+9
|
\
|
|
*
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
2022-04-17
1
-1
/
+9
*
|
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-04-06
1
-3
/
+1
|
/
*
can: isotp: restore accidentally removed MSG_PEEK feature
Oliver Hartkopp
2022-03-31
1
-1
/
+1
*
can: isotp: support MSG_TRUNC flag when reading from socket
Oliver Hartkopp
2022-03-16
1
-12
/
+15
*
can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
Oliver Hartkopp
2022-03-16
1
-0
/
+4
*
can: isotp: sanitize CAN ID checks in isotp_bind()
Oliver Hartkopp
2022-03-16
1
-20
/
+21
*
can: isotp: set max PDU size to 64 kByte
Oliver Hartkopp
2022-03-10
1
-2
/
+2
*
can: isotp: set default value for N_As to 50 micro seconds
Oliver Hartkopp
2022-03-10
1
-1
/
+11
*
can: isotp: add local echo tx processing for consecutive frames
Oliver Hartkopp
2022-03-10
1
-80
/
+139
*
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
2022-02-09
1
-6
/
+9
*
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
2022-02-09
1
-1
/
+13
*
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
2022-01-05
1
-2
/
+2
*
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
2021-10-19
1
-0
/
+3
*
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
2021-10-17
1
-15
/
+31
*
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
2021-10-17
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
1
-3
/
+4
|
\
|
*
can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
Oliver Hartkopp
2021-06-19
1
-3
/
+4
*
|
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-10
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-13
/
+48
|
\
|
|
*
can: bcm/raw/isotp: use per module netdevice notifier
Tetsuo Handa
2021-06-16
1
-13
/
+48
*
|
Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2021-05-27
1
-9
/
+11
|
\
\
|
|
/
|
/
|
|
*
can: isotp: Add error message if txqueuelen is too small
Patrick Menschel
2021-05-27
1
-2
/
+4
|
*
can: isotp: add symbolic error message to isotp_module_init()
Patrick Menschel
2021-05-27
1
-1
/
+1
|
*
can: isotp: change error format from decimal to symbolic error names
Patrick Menschel
2021-05-27
1
-6
/
+6
*
|
can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
Norbert Slusarek
2021-05-12
1
-16
/
+33
|
/
*
can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZE
Oliver Hartkopp
2021-03-29
1
-4
/
+7
*
can: isotp: tx-path: zero initialize outgoing CAN frames
Oliver Hartkopp
2021-03-20
1
-3
/
+3
*
can: isotp: TX-path: ensure that CAN frame flags are initialized
Marc Kleine-Budde
2021-03-16
1
-6
/
+3
*
can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FD
Marc Kleine-Budde
2021-03-16
1
-1
/
+2
*
can: isotp: isotp_getname(): fix kernel information leak
Oliver Hartkopp
2021-01-13
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
1
-0
/
+3
|
\
|
*
can: isotp: isotp_setsockopt(): block setsockopt on bound sockets
Oliver Hartkopp
2020-12-09
1
-0
/
+3
*
|
can: isotp: add SF_BROADCAST support for functional addressing
Oliver Hartkopp
2020-12-10
1
-13
/
+29
|
/
*
can: isotp: padlen(): make const array static, makes object smaller
Colin Ian King
2020-11-03
1
-8
/
+10
*
can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode
Oliver Hartkopp
2020-11-03
1
-4
/
+4
*
can: remove obsolete version strings
Oliver Hartkopp
2020-10-12
1
-3
/
+1
*
can: isotp: implement cleanups / improvements from review
Oliver Hartkopp
2020-10-12
1
-7
/
+7
*
can: add ISO 15765-2:2016 transport protocol
Oliver Hartkopp
2020-10-07
1
-0
/
+1426