summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2019-11-22can: m_can_platform: remove unnecessary m_can_class_resume() callPankaj Sharma
2019-11-22can: m_can_platform: set net_device structure as driver dataPankaj Sharma
2019-11-14slcan: Fix memory leak in error pathJouni Hogander
2019-11-05can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race c...Timo Schlüßler
2019-11-04can: ti_hecc: add missing state changesJeroen Hofstee
2019-11-04can: ti_hecc: properly report state changesJeroen Hofstee
2019-11-04can: ti_hecc: add fifo overflow error reportingJeroen Hofstee
2019-11-04can: ti_hecc: release the mailbox a bit earlierJeroen Hofstee
2019-11-04can: ti_hecc: keep MIM and MD setJeroen Hofstee
2019-11-04can: ti_hecc: ti_hecc_stop(): stop the CPK on downJeroen Hofstee
2019-11-04can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via ...Marc Kleine-Budde
2019-11-04can: flexcan: increase error counters if skb enqueueing via can_rx_offload_qu...Marc Kleine-Budde
2019-11-04can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on errorMarc Kleine-Budde
2019-11-04can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on errorJeroen Hofstee
2019-11-04can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate err...Marc Kleine-Budde
2019-11-04can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on qu...Marc Kleine-Budde
2019-11-04can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue ...Marc Kleine-Budde
2019-11-04can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb m...Marc Kleine-Budde
2019-11-04can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb...Marc Kleine-Budde
2019-11-04can: xilinx_can: Fix flags field initialization for axi canAppana Durga Kedareswara rao
2019-11-04can: c_can: C_CAN: add bus recovery eventsJeroen Hofstee
2019-11-04can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on openJeroen Hofstee
2019-11-04can: c_can: c_can_poll(): only read status register after status IRQKurt Van Dijck
2019-11-04can: peak_usb: report bus recovery as wellJeroen Hofstee
2019-11-04can: peak_usb: fix slab info leakJohan Hovold
2019-11-04can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean
2019-11-04can: flexcan: disable completely the ECC mechanismJoakim Zhang
2019-11-04can: usb_8dev: fix use-after-free on disconnectJohan Hovold
2019-11-04can: mcba_usb: fix use-after-free on disconnectJohan Hovold
2019-11-04can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost
2019-11-04can: dev: add missing of_node_put() after calling of_get_child_by_name()Wen Yang
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde
2019-09-03can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_infoMarc Kleine-Budde
2019-09-03can: dev: can_dellink(): remove return at end of void functionMarc Kleine-Budde
2019-09-03can: dev: can_restart(): convert NULL pointer checkMarc Kleine-Budde
2019-09-03can: dev: remove unnecessary blank lineMarc Kleine-Budde
2019-09-03can: dev: remove unnecessary parenthesesMarc Kleine-Budde
2019-09-03can: dev: avoid long linesMarc Kleine-Budde
2019-09-03can: dev: convert block comments to network style commentsMarc Kleine-Budde
2019-09-03can: mcp251x: Call wrapper instead of regulator_disable()Andy Shevchenko
2019-09-03can: mcp251x: Make use of device property APIAndy Shevchenko
2019-09-03can: mcp251x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2019-09-03can: mcp251x: remove deprecated board file setup exampleMarc Kleine-Budde
2019-09-03can: tcan4x5x: Remove checking the wake pinDan Murphy
2019-09-03can: tcan4x5x: Remove data-ready gpio interruptDan Murphy
2019-09-03can: kvaser_pciefd: the PWM generator is running at the bus frequency of the ...Christer Beskow
2019-08-22can: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring