summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2020-04-13slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe1-3/+1
2020-04-01slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp1-0/+3
2020-03-18can: add missing attribute validation for terminationJakub Kicinski1-0/+1
2020-02-01can: tcan4x5x: tcan4x5x_parse_config(): reset device before register accessSean Nyekjaer1-1/+26
2020-01-29can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe1-2/+10
2020-01-14can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...Florian Faber1-11/+10
2020-01-14can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before reg...Sean Nyekjaer1-0/+4
2020-01-14can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold1-2/+2
2020-01-14can: kvaser_usb: fix interface sanity checkJohan Hovold2-2/+2
2019-12-31can: flexcan: add low power enter/exit acknowledgment helperJoakim Zhang1-16/+30
2019-12-31can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang1-3/+3
2019-12-31can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgmentJoakim Zhang1-15/+2
2019-12-31can: flexcan: fix possible deadlock and out-of-order reception after wakeupSean Nyekjaer1-6/+4
2019-12-31can: m_can: tcan4x5x: add required delay after resetSean Nyekjaer1-0/+2
2019-12-31can: xilinx_can: Fix missing Rx can packets on CANFD2.0Srinivas Neeli1-0/+7
2019-12-13can: ucan: fix non-atomic allocation in completion handlerJohan Hovold1-1/+1
2019-12-13can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-0/+1
2019-11-22can: m_can_platform: remove unnecessary m_can_class_resume() callPankaj Sharma1-2/+0
2019-11-22can: m_can_platform: set net_device structure as driver dataPankaj Sharma1-1/+1
2019-11-14slcan: Fix memory leak in error pathJouni Hogander1-0/+1
2019-11-05can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race c...Timo Schlüßler1-1/+1
2019-11-04can: ti_hecc: add missing state changesJeroen Hofstee1-0/+17
2019-11-04can: ti_hecc: properly report state changesJeroen Hofstee1-74/+88
2019-11-04can: ti_hecc: add fifo overflow error reportingJeroen Hofstee1-5/+31
2019-11-04can: ti_hecc: release the mailbox a bit earlierJeroen Hofstee1-2/+3
2019-11-04can: ti_hecc: keep MIM and MD setJeroen Hofstee1-3/+3
2019-11-04can: ti_hecc: ti_hecc_stop(): stop the CPK on downJeroen Hofstee1-0/+3
2019-11-04can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via ...Marc Kleine-Budde1-1/+4
2019-11-04can: flexcan: increase error counters if skb enqueueing via can_rx_offload_qu...Marc Kleine-Budde1-2/+8
2019-11-04can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on errorMarc Kleine-Budde1-1/+3
2019-11-04can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on errorJeroen Hofstee1-1/+1
2019-11-04can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate err...Marc Kleine-Budde1-13/+73
2019-11-04can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on qu...Marc Kleine-Budde1-1/+3
2019-11-04can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue ...Marc Kleine-Budde1-1/+1
2019-11-04can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb m...Marc Kleine-Budde1-2/+4
2019-11-04can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb...Marc Kleine-Budde1-2/+4
2019-11-04can: xilinx_can: Fix flags field initialization for axi canAppana Durga Kedareswara rao1-1/+0
2019-11-04can: c_can: C_CAN: add bus recovery eventsJeroen Hofstee1-2/+18
2019-11-04can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on openJeroen Hofstee1-0/+26
2019-11-04can: c_can: c_can_poll(): only read status register after status IRQKurt Van Dijck2-5/+21
2019-11-04can: peak_usb: report bus recovery as wellJeroen Hofstee1-5/+10
2019-11-04can: peak_usb: fix slab info leakJohan Hovold1-1/+1
2019-11-04can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean1-5/+12
2019-11-04can: flexcan: disable completely the ECC mechanismJoakim Zhang1-0/+1
2019-11-04can: usb_8dev: fix use-after-free on disconnectJohan Hovold1-2/+1
2019-11-04can: mcba_usb: fix use-after-free on disconnectJohan Hovold1-2/+1
2019-11-04can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost1-0/+1
2019-11-04can: dev: add missing of_node_put() after calling of_get_child_by_name()Wen Yang1-0/+1
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller4-8/+33