summaryrefslogtreecommitdiff
path: root/net/can/isotp.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-29can: isotp: check register_netdevice_notifier() error in module initMinhong He1-4/+9
2026-07-29can: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
2026-07-16can: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp1-42/+160
2026-07-16can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp1-27/+58
2026-07-16can: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp1-1/+8
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet1-1/+2
2026-03-19can: isotp: fix tx.buf use-after-free in isotp_sendmsg()Oliver Hartkopp1-6/+18
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp1-8/+4
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp1-3/+3
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp1-0/+25
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp1-3/+0
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-09-23can: annotate mtu accesses with READ_ONCE()Vincent Mailhol1-1/+1
2025-06-10can: add drop reasons in CAN protocols receive pathDavide Caratti1-2/+3
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti1-0/+1
2025-02-18can: Switch to use hrtimer_setup()Nam Cao1-6/+4
2024-06-20can: isotp: remove ISO 15675-2 specification version where possibleOliver Hartkopp1-5/+6
2024-02-12can: isotp: support dynamic flow control parametersOliver Hartkopp1-2/+3
2023-10-06can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel1-11/+8
2023-08-22can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp1-15/+7
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-06-22can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp1-2/+3
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+48
2023-04-05can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp1-24/+31
2023-04-05can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka1-1/+16
2023-04-05can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp1-1/+1
2023-03-28can: isotp: add module parameter for maximum pdu sizeOliver Hartkopp1-9/+56
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni1-0/+3
2023-02-02can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp1-0/+3
2023-02-02can: isotp: split tx timer into transmission and timeoutOliver Hartkopp1-36/+29
2023-02-02can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp1-0/+4
2022-11-07can: isotp: fix tx state handling for echo tx processingOliver Hartkopp1-33/+38
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp1-1/+1
2022-05-19can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp1-12/+17
2022-05-16can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp1-0/+5
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp1-21/+79
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-20/+5
2022-04-29can: isotp: remove re-binding of bound socketOliver Hartkopp1-20/+5
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+9
2022-04-17can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp1-1/+9
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-3/+1
2022-03-31can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp1-1/+1
2022-03-16can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp1-12/+15
2022-03-16can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp1-0/+4
2022-03-16can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp1-20/+21
2022-03-10can: isotp: set max PDU size to 64 kByteOliver Hartkopp1-2/+2
2022-03-10can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp1-1/+11