summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
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
2023-03-28can: isotp: add module parameter for maximum pdu sizeOliver Hartkopp-9/+56
2023-03-27can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov-6/+10
2023-03-27can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel-2/+6
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+40
2023-02-08can: raw: use temp variable instead of rolling back configOliver Hartkopp-5/+6
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni-0/+10
2023-02-07can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni-0/+40
2023-02-02can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp-0/+3
2023-02-02can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp-0/+7
2023-02-02can: isotp: split tx timer into transmission and timeoutOliver Hartkopp-36/+29
2023-02-02can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp-0/+4
2023-02-02can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp-16/+31
2023-02-02can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan-4/+0
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-12-12can: raw: add support for SO_MARKMarc Kleine-Budde-0/+1
2022-12-12net: af_can: remove useless parameter 'err' in 'can_rx_register()'Ye Bin-2/+1
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2022-12-07can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-34/+43
2022-11-07can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp-0/+3
2022-11-07can: isotp: fix tx state handling for echo tx processingOliver Hartkopp-33/+38
2022-11-07can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao-1/+1
2022-11-07can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packetChen Zhongjin-0/+1
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang-1/+3
2022-10-19can: j1939: j1939_session_tx_eoma(): fix debug infoZhang Changzhong-1/+1
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan-3/+4
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan-3/+15
2022-09-15can: raw: add CAN XL supportOliver Hartkopp-12/+43
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp-1/+24
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp-0/+5
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp-45/+24
2022-09-06can: raw: use guard clause to optimize nesting in raw_rcv()Ziyang Xuan-7/+6
2022-09-06can: raw: process optimization in raw_init()Ziyang Xuan-3/+11
2022-08-09can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin-1/+7
2022-08-09can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin-1/+4
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+14
2022-07-04can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp-4/+14
2022-06-11net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol-3/+2
2022-05-19can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp-12/+17
2022-05-16can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp-0/+5
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp-21/+79