开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
/
socket.c
Age
Commit message (
Expand
)
Author
2020-11-03
can: j1939: j1939_sk_bind(): return failure if netdev is down
Zhang Changzhong
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-14
can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocated
Oleksij Rempel
2020-08-14
can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...
Oleksij Rempel
2020-08-14
can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()
Eric Dumazet
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2019-12-08
can: j1939: j1939_sk_bind(): take priv after lock is held
Oleksij Rempel
2019-11-13
can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk...
Oleksij Rempel
2019-11-13
can: j1939: move j1939_priv_put() into sk_destruct callback
Oleksij Rempel
2019-11-04
can: j1939: fix memory leak if filters was set
Oleksij Rempel
2019-11-04
can: j1939: fix resource leak of skb on error return paths
Colin Ian King
2019-09-04
can: add support of SAE J1939 protocol
The j1939 authors