summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2025-02-08can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl-4/+5
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri-1/+1
2024-12-02can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov-1/+1
2024-10-15can: gw: Use rtnl_register_many().Kuniyuki Iwashima-17/+12
2024-10-15net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin-0/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko-1/+1
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2024-09-12can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima-1/+3
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-08-30can: j1939: use correct function name in commentZhang Changzhong-4/+4
2024-08-06can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima-0/+4
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+20
2024-06-21net: can: j1939: recover socket queue on CAN bus error during BAM transmissionOleksij Rempel-0/+2
2024-06-21net: can: j1939: Initialize unused data in j1939_send_one()Shigeru Yoshida-5/+1
2024-06-21net: can: j1939: enhanced error handling for tightly received RTS messages in...Oleksij Rempel-2/+17
2024-06-20can: isotp: remove ISO 15675-2 specification version where possibleOliver Hartkopp-11/+11
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni-6/+11
2024-02-20can: raw: raw_getsockopt(): reduce scope of errMarc Kleine-Budde-5/+8
2024-02-20can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTSOliver Hartkopp-1/+3
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+33
2024-02-14can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel-4/+19
2024-02-14can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao-14/+14
2024-02-13can: canxl: add virtual CAN network identifier supportOliver Hartkopp-8/+87
2024-02-12can: isotp: support dynamic flow control parametersOliver Hartkopp-2/+3
2024-02-12can: bcm: add recvmsg flags for own, local and remote trafficNicolas Maier-12/+57
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+8
2023-10-06can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel-11/+8
2023-10-04can: raw: Remove NULL check before dev_{put, hold}Jiapeng Chong-2/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-2/+2
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet-4/+6
2023-08-22can: raw: add missing refcount for memory leak fixOliver Hartkopp-9/+26
2023-08-22can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp-15/+7
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-1/+1
2023-07-20can: raw: fix lockdep issue in raw_release()Eric Dumazet-2/+3
2023-07-17can: bcm: Fix UAF in bcm_proc_show()YueHaibing-6/+6
2023-07-17can: raw: fix receiver memory leakZiyang Xuan-33/+24
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-4/+0
2023-06-22can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp-2/+3
2023-06-05can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin-1/+3
2023-06-05can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin-11/+11
2023-06-05can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel-0/+5
2023-05-15can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp-1/+1
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-27/+52
2023-04-05Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...Jakub Kicinski-9/+56
2023-04-05can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp-24/+31
2023-04-05can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka-1/+16
2023-04-05can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp-1/+1
2023-04-05can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel-1/+4