summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni2023-02-071-0/+40
* can: isotp: split tx timer into transmission and timeoutOliver Hartkopp2023-02-021-36/+29
* can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp2023-02-021-0/+4
* can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp2023-02-021-16/+31
* can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan2023-02-021-4/+0
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-133-3/+3
|\
| * can: raw: add support for SO_MARKMarc Kleine-Budde2022-12-121-0/+1
| * net: af_can: remove useless parameter 'err' in 'can_rx_register()'Ye Bin2022-12-121-2/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-3/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-103-34/+43
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-1/+3
| |\ \ \
| * | | | can: j1939: j1939_session_tx_eoma(): fix debug infoZhang Changzhong2022-10-191-1/+1
* | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
| | |_|/ | |/| |
* / | | can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp2022-12-071-3/+3
|/ / /
* | | can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp2022-11-071-0/+3
* | | can: isotp: fix tx state handling for echo tx processingOliver Hartkopp2022-11-071-33/+38
* | | can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao2022-11-071-1/+1
* | | can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packetChen Zhongjin2022-11-071-0/+1
| |/ |/|
* | can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang2022-10-271-1/+3
|/
* can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan2022-09-231-3/+4
* can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan2022-09-231-3/+15
* can: raw: add CAN XL supportOliver Hartkopp2022-09-151-12/+43
* can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp2022-09-151-1/+24
* can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp2022-09-151-0/+5
* can: skb: unify skb CAN frame identification helpersOliver Hartkopp2022-09-155-45/+24
* can: raw: use guard clause to optimize nesting in raw_rcv()Ziyang Xuan2022-09-061-7/+6
* can: raw: process optimization in raw_init()Ziyang Xuan2022-09-061-3/+11
* can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin2022-08-091-1/+7
* can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin2022-08-091-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-4/+14
|\
| * can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp2022-07-041-4/+14
* | net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol2022-06-111-3/+2
|/
* can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp2022-05-191-12/+17
* can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp2022-05-161-0/+5
* can: isotp: add support for transmission without flow controlOliver Hartkopp2022-05-161-21/+79
* can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde2022-05-161-1/+10
* can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde2022-05-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-20/+5
|\
| * can: isotp: remove re-binding of bound socketOliver Hartkopp2022-04-291-20/+5
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-283-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-1/+9
|\|
| * can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp2022-04-171-1/+9
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-064-13/+4
|/
* can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp2022-03-311-1/+1
* can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp2022-03-161-12/+15
* can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp2022-03-161-0/+4
* can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp2022-03-161-20/+21
* can: isotp: set max PDU size to 64 kByteOliver Hartkopp2022-03-101-2/+2
* can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp2022-03-101-1/+11