summaryrefslogtreecommitdiffstats
path: root/net/can/isotp.c
Commit message (Expand)AuthorAgeFilesLines
* can: isotp: support dynamic flow control parametersOliver Hartkopp2024-02-121-2/+3
* can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel2023-10-061-11/+8
* can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp2023-08-221-15/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-2/+3
|\
| * can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp2023-06-221-2/+3
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
|/
* can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-26/+48
|\
| * can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp2023-04-051-24/+31
| * can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka2023-04-051-1/+16
| * can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp2023-04-051-1/+1
* | can: isotp: add module parameter for maximum pdu sizeOliver Hartkopp2023-03-281-9/+56
|/
* Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni2023-02-071-0/+3
|\
| * can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp2023-02-021-0/+3
* | can: isotp: split tx timer into transmission and timeoutOliver Hartkopp2023-02-021-36/+29
* | can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp2023-02-021-0/+4
|/
* can: isotp: fix tx state handling for echo tx processingOliver Hartkopp2022-11-071-33/+38
* can: skb: unify skb CAN frame identification helpersOliver Hartkopp2022-09-151-1/+1
* can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp2022-05-191-12/+17
* can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp2022-05-161-0/+5
* can: isotp: add support for transmission without flow controlOliver Hartkopp2022-05-161-21/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-20/+5
|\
| * can: isotp: remove re-binding of bound socketOliver Hartkopp2022-04-291-20/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-1/+9
|\|
| * can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp2022-04-171-1/+9
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-3/+1
|/
* can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp2022-03-311-1/+1
* can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp2022-03-161-12/+15
* can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp2022-03-161-0/+4
* can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp2022-03-161-20/+21
* can: isotp: set max PDU size to 64 kByteOliver Hartkopp2022-03-101-2/+2
* can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp2022-03-101-1/+11
* can: isotp: add local echo tx processing for consecutive framesOliver Hartkopp2022-03-101-80/+139
* can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp2022-02-091-6/+9
* can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp2022-02-091-1/+13
* can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde2022-01-051-2/+2
* can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde2021-10-191-0/+3
* can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan2021-10-171-15/+31
* can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan2021-10-171-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-3/+4
|\
| * can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp2021-06-191-3/+4
* | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-13/+48
|\|
| * can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-161-13/+48
* | Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-05-271-9/+11
|\ \ | |/ |/|
| * can: isotp: Add error message if txqueuelen is too smallPatrick Menschel2021-05-271-2/+4
| * can: isotp: add symbolic error message to isotp_module_init()Patrick Menschel2021-05-271-1/+1
| * can: isotp: change error format from decimal to symbolic error namesPatrick Menschel2021-05-271-6/+6
* | can: isotp: prevent race between isotp_bind() and isotp_setsockopt()Norbert Slusarek2021-05-121-16/+33
|/
* can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp2021-03-291-4/+7