index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
isotp.c
Age
Commit message (
Expand
)
Author
2024-06-20
can: isotp: remove ISO 15675-2 specification version where possible
Oliver Hartkopp
2024-02-12
can: isotp: support dynamic flow control parameters
Oliver Hartkopp
2023-10-06
can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
Lukas Magel
2023-08-22
can: isotp: fix support for transmission of SF without flow control
Oliver Hartkopp
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-22
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Oliver Hartkopp
2023-05-15
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-05
can: isotp: fix race between isotp_sendsmg() and isotp_release()
Oliver Hartkopp
2023-04-05
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
2023-04-05
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
Oliver Hartkopp
2023-03-28
can: isotp: add module parameter for maximum pdu size
Oliver Hartkopp
2023-02-07
Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
2023-02-02
can: isotp: check CAN address family in isotp_bind()
Oliver Hartkopp
2023-02-02
can: isotp: split tx timer into transmission and timeout
Oliver Hartkopp
2023-02-02
can: isotp: handle wait_event_interruptible() return values
Oliver Hartkopp
2022-11-07
can: isotp: fix tx state handling for echo tx processing
Oliver Hartkopp
2022-09-15
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
2022-05-19
can: isotp: isotp_bind(): do not validate unused address information
Oliver Hartkopp
2022-05-16
can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
Oliver Hartkopp
2022-05-16
can: isotp: add support for transmission without flow control
Oliver Hartkopp
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-29
can: isotp: remove re-binding of bound socket
Oliver Hartkopp
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-17
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-03-31
can: isotp: restore accidentally removed MSG_PEEK feature
Oliver Hartkopp
2022-03-16
can: isotp: support MSG_TRUNC flag when reading from socket
Oliver Hartkopp
2022-03-16
can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
Oliver Hartkopp
2022-03-16
can: isotp: sanitize CAN ID checks in isotp_bind()
Oliver Hartkopp
2022-03-10
can: isotp: set max PDU size to 64 kByte
Oliver Hartkopp
2022-03-10
can: isotp: set default value for N_As to 50 micro seconds
Oliver Hartkopp
2022-03-10
can: isotp: add local echo tx processing for consecutive frames
Oliver Hartkopp
2022-02-09
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
2022-02-09
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
2022-01-05
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
2021-10-19
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
2021-10-17
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
2021-10-17
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2021-06-19
can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
Oliver Hartkopp
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-16
can: bcm/raw/isotp: use per module netdevice notifier
Tetsuo Handa
2021-05-27
Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2021-05-27
can: isotp: Add error message if txqueuelen is too small
Patrick Menschel
2021-05-27
can: isotp: add symbolic error message to isotp_module_init()
Patrick Menschel
2021-05-27
can: isotp: change error format from decimal to symbolic error names
Patrick Menschel
2021-05-12
can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
Norbert Slusarek
[next]