| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-12 | 1 | -11/+8 |
|\ |
|
| * | can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior | Lukas Magel | 2023-10-06 | 1 | -11/+8 |
* | | can: raw: Remove NULL check before dev_{put, hold} | Jiapeng Chong | 2023-10-04 | 1 | -2/+1 |
* | | net: implement lockless SO_PRIORITY | Eric Dumazet | 2023-10-01 | 2 | -2/+2 |
|/ |
|
* | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 2023-09-01 | 1 | -4/+6 |
* | can: raw: add missing refcount for memory leak fix | Oliver Hartkopp | 2023-08-22 | 1 | -9/+26 |
* | can: isotp: fix support for transmission of SF without flow control | Oliver Hartkopp | 2023-08-22 | 1 | -15/+7 |
* | net: annotate data-races around sk->sk_mark | Eric Dumazet | 2023-07-29 | 1 | -1/+1 |
* | can: raw: fix lockdep issue in raw_release() | Eric Dumazet | 2023-07-20 | 1 | -2/+3 |
* | can: bcm: Fix UAF in bcm_proc_show() | YueHaibing | 2023-07-17 | 1 | -6/+6 |
* | can: raw: fix receiver memory leak | Ziyang Xuan | 2023-07-17 | 1 | -33/+24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-06-27 | 1 | -2/+3 |
|\ |
|
| * | can: isotp: isotp_sendmsg(): fix return error fix on TX path | Oliver Hartkopp | 2023-06-22 | 1 | -2/+3 |
* | | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 2023-06-24 | 4 | -4/+0 |
|/ |
|
* | can: j1939: avoid possible use-after-free when j1939_can_rx_register fails | Fedor Pchelkin | 2023-06-05 | 1 | -1/+3 |
* | can: j1939: change j1939_netdev_lock type to mutex | Fedor Pchelkin | 2023-06-05 | 1 | -11/+11 |
* | can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193... | Oleksij Rempel | 2023-06-05 | 1 | -0/+5 |
* | can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag | Oliver Hartkopp | 2023-05-15 | 1 | -1/+1 |
* | can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag | Oliver Hartkopp | 2023-05-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-04-06 | 2 | -27/+52 |
|\ |
|
| * | can: isotp: fix race between isotp_sendsmg() and isotp_release() | Oliver Hartkopp | 2023-04-05 | 1 | -24/+31 |
| * | can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events | Michal Sojka | 2023-04-05 | 1 | -1/+16 |
| * | can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos | Oliver Hartkopp | 2023-04-05 | 1 | -1/+1 |
| * | can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access | Oleksij Rempel | 2023-04-05 | 1 | -1/+4 |
* | | Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 2023-04-05 | 1 | -9/+56 |
|\ \
| |/
|/| |
|
| * | can: isotp: add module parameter for maximum pdu size | Oliver Hartkopp | 2023-03-28 | 1 | -9/+56 |
* | | can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write | Ivan Orlov | 2023-03-27 | 1 | -6/+10 |
* | | can: j1939: prevent deadlock by moving j1939_sk_errqueue() | Oleksij Rempel | 2023-03-27 | 1 | -2/+6 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-09 | 1 | -0/+40 |
|\ |
|
| * | can: j1939: do not wait 250 ms if the same addr was already claimed | Devid Antonio Filoni | 2023-02-07 | 1 | -0/+40 |
* | | can: raw: use temp variable instead of rolling back config | Oliver Hartkopp | 2023-02-08 | 1 | -5/+6 |
* | | Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l... | Paolo Abeni | 2023-02-07 | 2 | -0/+10 |
|\ \
| |/
|/| |
|
| * | can: isotp: check CAN address family in isotp_bind() | Oliver Hartkopp | 2023-02-02 | 1 | -0/+3 |
| * | can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flag | Oliver Hartkopp | 2023-02-02 | 1 | -0/+7 |
* | | can: isotp: split tx timer into transmission and timeout | Oliver Hartkopp | 2023-02-02 | 1 | -36/+29 |
* | | can: isotp: handle wait_event_interruptible() return values | Oliver Hartkopp | 2023-02-02 | 1 | -0/+4 |
* | | can: raw: fix CAN FD frame transmissions over CAN XL devices | Oliver Hartkopp | 2023-02-02 | 1 | -16/+31 |
* | | can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate | Ziyang Xuan | 2023-02-02 | 1 | -4/+0 |
|/ |
|
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-12-13 | 3 | -3/+3 |
|\ |
|
| * | can: raw: add support for SO_MARK | Marc Kleine-Budde | 2022-12-12 | 1 | -0/+1 |
| * | net: af_can: remove useless parameter 'err' in 'can_rx_register()' | Ye Bin | 2022-12-12 | 1 | -2/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-12-08 | 1 | -3/+3 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-11-10 | 3 | -34/+43 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-10-27 | 1 | -1/+3 |
| |\ \ \ |
|
| * | | | | can: j1939: j1939_session_tx_eoma(): fix debug info | Zhang Changzhong | 2022-10-19 | 1 | -1/+1 |
* | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-12-12 | 2 | -2/+2 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 2 | -2/+2 |
| | |_|/
| |/| | |
|
* / | | | can: af_can: fix NULL pointer dereference in can_rcv_filter | Oliver Hartkopp | 2022-12-07 | 1 | -3/+3 |
|/ / / |
|
* | | | can: j1939: j1939_send_one(): fix missing CAN header initialization | Oliver Hartkopp | 2022-11-07 | 1 | -0/+3 |
* | | | can: isotp: fix tx state handling for echo tx processing | Oliver Hartkopp | 2022-11-07 | 1 | -33/+38 |