index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
Age
Commit message (
Expand
)
Author
2023-10-19
can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
Lukas Magel
2023-08-30
can: raw: add missing refcount for memory leak fix
Oliver Hartkopp
2023-08-30
can: isotp: fix support for transmission of SF without flow control
Oliver Hartkopp
2023-08-30
can: raw: fix lockdep issue in raw_release()
Eric Dumazet
2023-08-30
can: raw: fix receiver memory leak
Ziyang Xuan
2023-07-27
can: bcm: Fix UAF in bcm_proc_show()
YueHaibing
2023-07-01
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Oliver Hartkopp
2023-06-14
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
2023-06-14
can: j1939: change j1939_netdev_lock type to mutex
Fedor Pchelkin
2023-06-14
can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...
Oleksij Rempel
2023-05-24
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
2023-05-24
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
2023-04-13
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
Oliver Hartkopp
2023-04-13
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
2023-04-13
can: isotp: fix race between isotp_sendsmg() and isotp_release()
Oliver Hartkopp
2023-04-13
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
2023-04-06
can: j1939: prevent deadlock by moving j1939_sk_errqueue()
Oleksij Rempel
2023-04-06
can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
Ivan Orlov
2023-03-10
can: isotp: check CAN address family in isotp_bind()
Oliver Hartkopp
2023-02-14
can: j1939: do not wait 250 ms if the same addr was already claimed
Devid Antonio Filoni
2023-02-09
can: isotp: handle wait_event_interruptible() return values
Oliver Hartkopp
2023-02-09
can: isotp: split tx timer into transmission and timeout
Oliver Hartkopp
2023-02-09
can: raw: fix CAN FD frame transmissions over CAN XL devices
Oliver Hartkopp
2023-02-09
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Ziyang Xuan
2022-12-07
can: af_can: fix NULL pointer dereference in can_rcv_filter
Oliver Hartkopp
2022-11-07
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
2022-11-07
can: isotp: fix tx state handling for echo tx processing
Oliver Hartkopp
2022-11-07
can: af_can: fix NULL pointer dereference in can_rx_register()
Zhengchao Shao
2022-11-07
can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packet
Chen Zhongjin
2022-10-27
can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...
Yang Yingliang
2022-09-23
can: bcm: check the result of can_send() in bcm_can_tx()
Ziyang Xuan
2022-09-23
can: bcm: registration process optimization in bcm_module_init()
Ziyang Xuan
2022-09-15
can: raw: add CAN XL support
Oliver Hartkopp
2022-09-15
can: canxl: update CAN infrastructure for CAN XL frames
Oliver Hartkopp
2022-09-15
can: set CANFD_FDF flag in all CAN FD frame structures
Oliver Hartkopp
2022-09-15
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
2022-09-06
can: raw: use guard clause to optimize nesting in raw_rcv()
Ziyang Xuan
2022-09-06
can: raw: process optimization in raw_init()
Ziyang Xuan
2022-08-09
can: j1939: j1939_session_destroy(): fix memory leak of skbs
Fedor Pchelkin
2022-08-09
can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...
Fedor Pchelkin
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-04
can: bcm: use call_rcu() instead of costly synchronize_rcu()
Oliver Hartkopp
2022-06-11
net: Kconfig: move the CAN device menu to the "Device Drivers" section
Vincent Mailhol
2022-05-19
can: isotp: isotp_bind(): do not validate unused address information
Oliver Hartkopp
2022-05-16
can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
Oliver Hartkopp
2022-05-16
can: isotp: add support for transmission without flow control
Oliver Hartkopp
2022-05-16
can: raw: add support for SO_TXTIME/SCM_TXTIME
Marc Kleine-Budde
2022-05-16
can: raw: raw_sendmsg(): remove not needed setting of skb->sk
Marc Kleine-Budde
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-29
can: isotp: remove re-binding of bound socket
Oliver Hartkopp
[next]