index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
2022-04-17
1
-1
/
+9
*
can: isotp: restore accidentally removed MSG_PEEK feature
Oliver Hartkopp
2022-03-31
1
-1
/
+1
*
can: isotp: support MSG_TRUNC flag when reading from socket
Oliver Hartkopp
2022-03-16
1
-12
/
+15
*
can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
Oliver Hartkopp
2022-03-16
1
-0
/
+4
*
can: isotp: sanitize CAN ID checks in isotp_bind()
Oliver Hartkopp
2022-03-16
1
-20
/
+21
*
can: isotp: set max PDU size to 64 kByte
Oliver Hartkopp
2022-03-10
1
-2
/
+2
*
can: isotp: set default value for N_As to 50 micro seconds
Oliver Hartkopp
2022-03-10
1
-1
/
+11
*
can: isotp: add local echo tx processing for consecutive frames
Oliver Hartkopp
2022-03-10
1
-80
/
+139
*
can: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-06
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-24
1
-1
/
+1
|
\
|
*
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
2022-02-18
1
-1
/
+1
*
|
can: gw: use call_rcu() instead of costly synchronize_rcu()
Eric Dumazet
2022-02-24
1
-6
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-10
1
-7
/
+22
|
\
|
|
*
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
2022-02-09
1
-6
/
+9
|
*
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
2022-02-09
1
-1
/
+13
*
|
can: gw: switch cangw_pernet_exit() to batch mode
Eric Dumazet
2022-02-08
1
-3
/
+6
|
/
*
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
2
-2
/
+2
*
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
2022-01-05
1
-2
/
+2
*
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
2021-11-06
1
-0
/
+5
*
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
2021-11-06
1
-0
/
+7
*
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
Zhang Changzhong
2021-11-06
1
-0
/
+6
*
can: bcm: Use hrtimer_forward_now()
Thomas Gleixner
2021-10-24
1
-1
/
+1
*
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
2021-10-19
1
-0
/
+3
*
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
2021-10-17
1
-15
/
+31
*
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
2021-10-17
1
-1
/
+3
*
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2021-10-17
2
-0
/
+3
*
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...
Zhang Changzhong
2021-10-17
1
-2
/
+5
*
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
2021-10-17
1
-2
/
+5
*
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
2021-10-17
1
-3
/
+2
*
net: Remove redundant if statements
Yajun Deng
2021-08-05
1
-6
/
+2
*
can: j1939: extend UAPI to notify about RX status
Oleksij Rempel
2021-08-04
3
-34
/
+127
*
can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
Oleksij Rempel
2021-08-04
3
-10
/
+10
*
can: j1939: j1939_session_tx_dat(): fix typo
Marc Kleine-Budde
2021-08-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
2
-5
/
+26
|
\
|
*
can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....
Zhang Changzhong
2021-07-24
1
-1
/
+1
|
*
can: j1939: j1939_session_deactivate(): clarify lifetime of session object
Oleksij Rempel
2021-07-24
1
-2
/
+7
|
*
can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF
Ziyang Xuan
2021-07-24
1
-2
/
+18
*
|
can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...
Marc Kleine-Budde
2021-07-25
1
-4
/
+4
*
|
can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...
Marc Kleine-Budde
2021-07-25
1
-4
/
+4
*
|
can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...
Marc Kleine-Budde
2021-07-25
1
-4
/
+4
*
|
can: j1939: replace fall through comment by fallthrough pseudo-keyword
Marc Kleine-Budde
2021-07-25
1
-5
/
+10
*
|
can: j1939: fix checkpatch warnings
Marc Kleine-Budde
2021-07-25
1
-2
/
+3
*
|
can: j1939: j1939_sk_sock_destruct(): correct a grammatical error
gushengxian
2021-07-25
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
5
-5
/
+21
|
\
|
*
can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...
Norbert Slusarek
2021-06-24
1
-1
/
+1
|
*
can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...
Oleksij Rempel
2021-06-19
2
-0
/
+7
|
*
can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
Oliver Hartkopp
2021-06-19
1
-3
/
+4
|
*
can: gw: synchronize rcu operations before removing gw job entry
Oliver Hartkopp
2021-06-19
1
-0
/
+3
|
*
can: bcm: delay release of struct bcm_op after synchronize_rcu()
Thadeu Lima de Souza Cascardo
2021-06-19
1
-1
/
+6
*
|
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
4
-17
/
+17
[next]