index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
can: isotp: add SF_BROADCAST support for functional addressing
Oliver Hartkopp
1
-14
/
+36
2022-02-23
can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
Norbert Slusarek
1
-4
/
+17
2022-02-16
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
1
-5
/
+8
2022-02-16
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
1
-1
/
+13
2022-01-16
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
1
-2
/
+2
2021-12-08
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
1
-0
/
+6
2021-11-18
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
1
-0
/
+7
2021-11-18
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
Zhang Changzhong
1
-0
/
+6
2021-10-27
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
1
-13
/
+27
2021-10-27
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2
-0
/
+3
2021-10-27
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...
Zhang Changzhong
1
-2
/
+5
2021-10-27
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
1
-2
/
+5
2021-10-27
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
1
-3
/
+2
2021-10-27
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
1
-1
/
+3
2021-10-27
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
1
-0
/
+3
2021-08-04
can: j1939: j1939_session_deactivate(): clarify lifetime of session object
Oleksij Rempel
1
-2
/
+7
2021-08-04
can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF
Ziyang Xuan
1
-2
/
+18
2021-08-04
can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....
Zhang Changzhong
1
-1
/
+1
2021-07-14
can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...
Norbert Slusarek
1
-1
/
+1
2021-07-14
can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...
Oleksij Rempel
2
-0
/
+7
2021-07-14
can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
Oliver Hartkopp
1
-3
/
+4
2021-07-14
can: gw: synchronize rcu operations before removing gw job entry
Oliver Hartkopp
1
-0
/
+3
2021-07-14
can: bcm: delay release of struct bcm_op after synchronize_rcu()
Thadeu Lima de Souza Cascardo
1
-1
/
+6
2021-06-23
can: j1939: fix Use-after-Free, hold skb ref while in use
Oleksij Rempel
1
-14
/
+40
2021-06-23
can: bcm/raw/isotp: use per module netdevice notifier
Tetsuo Handa
3
-40
/
+142
2021-06-23
can: bcm: fix infoleak in struct bcm_msg_head
Norbert Slusarek
1
-0
/
+3
2021-04-14
can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZE
Oliver Hartkopp
1
-4
/
+7
2021-04-14
can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE
Oliver Hartkopp
2
-10
/
+14
2021-04-07
net: introduce CAN specific pointer in the struct net_device
Oleksij Rempel
4
-61
/
+27
2021-03-30
can: isotp: tx-path: zero initialize outgoing CAN frames
Oliver Hartkopp
1
-3
/
+3
2021-03-30
can: isotp: TX-path: ensure that CAN frame flags are initialized
Marc Kleine-Budde
1
-6
/
+3
2021-03-30
can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FD
Marc Kleine-Budde
1
-1
/
+2
2021-01-17
can: isotp: isotp_getname(): fix kernel information leak
Oliver Hartkopp
1
-0
/
+1
2020-12-09
can: isotp: isotp_setsockopt(): block setsockopt on bound sockets
Oliver Hartkopp
1
-0
/
+3
2020-11-27
can: af_can: can_rx_unregister(): remove WARN() statement from list operation...
Oliver Hartkopp
1
-2
/
+5
2020-11-15
can: af_can: prevent potential access of uninitialized member in canfd_rcv()
Anant Thazhemadam
1
-5
/
+14
2020-11-15
can: af_can: prevent potential access of uninitialized member in can_rcv()
Anant Thazhemadam
1
-5
/
+14
2020-11-03
can: isotp: padlen(): make const array static, makes object smaller
Colin Ian King
1
-8
/
+10
2020-11-03
can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode
Oliver Hartkopp
1
-4
/
+4
2020-11-03
can: isotp: Explain PDU in CAN_ISOTP help text
Geert Uytterhoeven
1
-2
/
+3
2020-11-03
can: j1939: j1939_sk_bind(): return failure if netdev is down
Zhang Changzhong
1
-0
/
+6
2020-11-03
can: proc: can_remove_proc(): silence remove_proc_entry warning
Zhang Changzhong
1
-2
/
+4
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2020-10-12
can: remove obsolete version strings
Oliver Hartkopp
6
-25
/
+5
2020-10-12
can: isotp: implement cleanups / improvements from review
Oliver Hartkopp
2
-8
/
+9
2020-10-08
net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcnt
Marc Kleine-Budde
1
-0
/
+1
2020-10-08
can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt
Cong Wang
1
-0
/
+1
2020-10-07
can: add ISO 15765-2:2016 transport protocol
Oliver Hartkopp
3
-0
/
+1442
2020-10-06
can: raw: add missing error queue support
Vincent Mailhol
1
-0
/
+4
2020-10-06
can: af_can: can_rcv_list_find(): fix kernel doc after variable renaming
Marc Kleine-Budde
1
-1
/
+1
[next]