index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
/
isotp.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-03-10
can: isotp: add local echo tx processing for consecutive frames
Oliver Hartkopp
1
-80
/
+139
2022-02-09
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
1
-6
/
+9
2022-02-09
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
1
-1
/
+13
2022-01-05
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
1
-2
/
+2
2021-10-19
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
1
-0
/
+3
2021-10-17
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
1
-15
/
+31
2021-10-17
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
1
-1
/
+3
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-10
/
+10
2021-06-19
can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
Oliver Hartkopp
1
-3
/
+4
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+48
2021-06-16
can: bcm/raw/isotp: use per module netdevice notifier
Tetsuo Handa
1
-13
/
+48
2021-05-27
Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-9
/
+11
2021-05-27
can: isotp: Add error message if txqueuelen is too small
Patrick Menschel
1
-2
/
+4
2021-05-27
can: isotp: add symbolic error message to isotp_module_init()
Patrick Menschel
1
-1
/
+1
2021-05-27
can: isotp: change error format from decimal to symbolic error names
Patrick Menschel
1
-6
/
+6
2021-05-12
can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
Norbert Slusarek
1
-16
/
+33
2021-03-29
can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZE
Oliver Hartkopp
1
-4
/
+7
2021-03-20
can: isotp: tx-path: zero initialize outgoing CAN frames
Oliver Hartkopp
1
-3
/
+3
2021-03-16
can: isotp: TX-path: ensure that CAN frame flags are initialized
Marc Kleine-Budde
1
-6
/
+3
2021-03-16
can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FD
Marc Kleine-Budde
1
-1
/
+2
2021-01-13
can: isotp: isotp_getname(): fix kernel information leak
Oliver Hartkopp
1
-0
/
+1
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2020-12-10
can: isotp: add SF_BROADCAST support for functional addressing
Oliver Hartkopp
1
-13
/
+29
2020-12-09
can: isotp: isotp_setsockopt(): block setsockopt on bound sockets
Oliver Hartkopp
1
-0
/
+3
2020-11-03
can: isotp: padlen(): make const array static, makes object smaller
Colin Ian King
1
-8
/
+10
2020-11-03
can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode
Oliver Hartkopp
1
-4
/
+4
2020-10-12
can: remove obsolete version strings
Oliver Hartkopp
1
-3
/
+1
2020-10-12
can: isotp: implement cleanups / improvements from review
Oliver Hartkopp
1
-7
/
+7
2020-10-07
can: add ISO 15765-2:2016 transport protocol
Oliver Hartkopp
1
-0
/
+1426