summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan-3/+4
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan-3/+15
2022-09-15can: raw: add CAN XL supportOliver Hartkopp-12/+43
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp-1/+24
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp-0/+5
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp-45/+24
2022-09-06can: raw: use guard clause to optimize nesting in raw_rcv()Ziyang Xuan-7/+6
2022-09-06can: raw: process optimization in raw_init()Ziyang Xuan-3/+11
2022-08-09can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin-1/+7
2022-08-09can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin-1/+4
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+14
2022-07-04can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp-4/+14
2022-06-11net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol-3/+2
2022-05-19can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp-12/+17
2022-05-16can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp-0/+5
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp-21/+79
2022-05-16can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde-1/+10
2022-05-16can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde-1/+0
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+5
2022-04-29can: isotp: remove re-binding of bound socketOliver Hartkopp-20/+5
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil-3/+3
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+9
2022-04-17can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp-1/+9
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-13/+4
2022-03-31can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp-1/+1
2022-03-16can: isotp: support MSG_TRUNC flag when reading from socketOliver Hartkopp-12/+15
2022-03-16can: isotp: return -EADDRNOTAVAIL when reading from unbound socketOliver Hartkopp-0/+4
2022-03-16can: isotp: sanitize CAN ID checks in isotp_bind()Oliver Hartkopp-20/+21
2022-03-10can: isotp: set max PDU size to 64 kByteOliver Hartkopp-2/+2
2022-03-10can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp-1/+11
2022-03-10can: isotp: add local echo tx processing for consecutive framesOliver Hartkopp-80/+139
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-02-24can: gw: use call_rcu() instead of costly synchronize_rcu()Eric Dumazet-6/+10
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet-1/+1
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+22
2022-02-09can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp-6/+9
2022-02-09can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp-1/+13
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet-3/+6
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-2/+2
2022-01-05can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde-2/+2
2021-11-06can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong-0/+5
2021-11-06can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong-0/+7
2021-11-06can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong-0/+6
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner-1/+1
2021-10-19can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde-0/+3
2021-10-17can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan-15/+31
2021-10-17can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan-1/+3
2021-10-17can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong-0/+3
2021-10-17can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong-2/+5