summaryrefslogtreecommitdiff
path: root/net/can/isotp.c
AgeCommit message (Expand)Author
2023-10-06can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel
2023-08-22can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-22can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-05can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp
2023-04-05can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-05can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp
2023-03-28can: isotp: add module parameter for maximum pdu sizeOliver Hartkopp
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2023-02-02can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-02-02can: isotp: split tx timer into transmission and timeoutOliver Hartkopp
2023-02-02can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp
2022-11-07can: isotp: fix tx state handling for echo tx processingOliver Hartkopp
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp
2022-05-19can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp
2022-05-16can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-29can: isotp: remove re-binding of bound socketOliver Hartkopp
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-17can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-31can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp
2022-03-16can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp
2022-03-16can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp
2022-03-16can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp
2022-03-10can: isotp: set max PDU size to 64 kByteOliver Hartkopp
2022-03-10can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp
2022-03-10can: isotp: add local echo tx processing for consecutive framesOliver Hartkopp
2022-02-09can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp
2022-02-09can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp
2022-01-05can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde
2021-10-19can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde
2021-10-17can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan
2021-10-17can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-19can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa
2021-05-27Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-05-27can: isotp: Add error message if txqueuelen is too smallPatrick Menschel
2021-05-27can: isotp: add symbolic error message to isotp_module_init()Patrick Menschel
2021-05-27can: isotp: change error format from decimal to symbolic error namesPatrick Menschel
2021-05-12can: isotp: prevent race between isotp_bind() and isotp_setsockopt()Norbert Slusarek
2021-03-29can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp
2021-03-20can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp