- ef24d6c net: Fix return value about devm_platform_ioremap_resource() by Tiezhu Yang · 4 years, 8 months ago
- b9258a2 slcan: Don't transmit uninitialized stack data in padding by Richard Palethorpe · 4 years, 10 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- 2091a3d slcan: not call free_netdev before rtnl_unlock in slcan_open by Oliver Hartkopp · 4 years, 10 months ago
- 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
- dacf470 net: slcan, slip -- no need for goto when if () will do by Pavel Machek · 4 years, 11 months ago
- ab02ad6 can: add missing attribute validation for termination by Jakub Kicinski · 5 years ago
- 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
- 0ace17d can, slip: Protect tty->disc_data in write_wakeup and close with RCU by Richard Palethorpe · 5 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- 2d77bd6 can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq mode by Florian Faber · 5 years ago
- 2f361cd can: gs_usb: gs_usb_probe(): use descriptors of current altsetting by Johan Hovold · 5 years ago
- 5660493 can: kvaser_usb: fix interface sanity check by Johan Hovold · 5 years ago
- 93bdc0e can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERR by Gustavo A. R. Silva · 5 years ago
- 5a1f8f5 can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO is unavailable by Dan Murphy · 5 years ago
- c308312 can: tcan4x5x: tcan4x5x_parse_config(): reset device before register access by Sean Nyekjaer · 5 years ago
- 3814ca3 can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the config by Dan Murphy · 5 years ago
- 3069ce6 can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before register access by Sean Nyekjaer · 5 years ago
- da2311a can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices by Xiaolong Huang · 5 years ago
- 2de4973 can: tcan45x: Make wake-up GPIO an optional GPIO by Dan Murphy · 5 years ago
- 6055225 can: m_can: tcan4x5x: add required delay after reset by Sean Nyekjaer · 5 years ago
- 048e3a34 can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgment by Joakim Zhang · 5 years ago
- b7603d0 can: flexcan: add low power enter/exit acknowledgment helper by Joakim Zhang · 5 years ago
- e707180 can: flexcan: fix possible deadlock and out-of-order reception after wakeup by Sean Nyekjaer · 5 years ago
- 9ab79b0 can: xilinx_can: Fix missing Rx can packets on CANFD2.0 by Srinivas Neeli · 5 years ago
- 3d3c817 can: xilinx_can: Fix usage of skb memory by Srinivas Neeli · 5 years ago
- b848238 can: xilinx_can: skip error message on deferred probe by Venkatesh Yadav Abbarapu · 5 years ago
- 870db5d can: ucan: fix non-atomic allocation in completion handler by Johan Hovold · 5 years ago
- 9ebd796 can: slcan: Fix use-after-free Read in slcan_open by Jouni Hogander · 5 years ago
- a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
- 0704c57 can: m_can_platform: remove unnecessary m_can_class_resume() call by Pankaj Sharma · 5 years ago
- 2ea8724 can: m_can_platform: set net_device structure as driver data by Pankaj Sharma · 5 years ago
- 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- ed50e16 slcan: Fix memory leak in error path by Jouni Hogander · 5 years ago
- b9468ad can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark the mailbox as read by Marc Kleine-Budde · 6 years ago
- b87c28b can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1 by Marc Kleine-Budde · 6 years ago
- d3a5150 can: flexcan: flexcan_read_reg_iflag_rx(): optimize reading by Marc Kleine-Budde · 6 years ago
- 0ca64f0 can: flexcan: introduce struct flexcan_priv::tx_mask and make use of it by Marc Kleine-Budde · 6 years ago
- 8ce5139 can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_mask by Marc Kleine-Budde · 6 years ago
- 9ed63c6 can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2} by Marc Kleine-Budde · 6 years ago
- 07c054d can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2} by Marc Kleine-Budde · 6 years ago
- 4e26598 can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rx by Marc Kleine-Budde · 6 years ago
- b36d3c0 can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB() by Marc Kleine-Budde · 6 years ago
- 58ed8e7 can: flexcan: flexcan_irq_state(): only read timestamp if needed by Marc Kleine-Budde · 5 years ago
- a4721f2 can: flexcan: use devm_platform_ioremap_resource() to simplify code by Joakim Zhang · 5 years ago
- 4e9c948 can: rx-offload: Prepare for CAN FD support by Joakim Zhang · 6 years ago
- 61d2350 can: rx-offload: can_rx_offload_reset(): remove no-op function by Marc Kleine-Budde · 5 years ago
- f1242cd can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment in if condition by Marc Kleine-Budde · 5 years ago
- a7b70e2 can: rx-offload: can_rx_offload_compare(): fix typo by Marc Kleine-Budde · 5 years ago
- 54dd0b8 can: rx-offload: fix long lines by Marc Kleine-Budde · 5 years ago
- 0767bbe can: sun4i: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- ac9921d can: rcar: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- 8dab8c6 can: ifi: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- 65725aa can: grcan: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- 6b43a26 can: m_can: add support for handling arbitration error by Pankaj Sharma · 5 years ago
- fb7d6a8 can: m_can: add support for one shot mode by Pankaj Sharma · 5 years ago
- 0ff8ee8 can: xilinx_can: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- 91e9f2c can: xilinx_can: avoid non-requested bus error frames by Anssi Hannula · 5 years ago
- b687a77 can: xilinx_can: fix checkpatch warnings by Marc Kleine-Budde · 5 years ago
- 2b1a454 can: peak_canfd: provide hw timestamps in rx skbs by Stephane Grosjean · 5 years ago
- 3cc9358 can: peak_canfd: fix checkpatch warnings by Marc Kleine-Budde · 5 years ago
- e577ba7 can: c_can: c_can_plaform: fix checkpatch warnings by Marc Kleine-Budde · 5 years ago
- 8ce8c0a can: mcp251x: only reset hardware as required by Timo Schlüßler · 5 years ago
- 877a9021 can: mcp251x: add mcp251x_write_2regs() and make use of it by Timo Schlüßler · 5 years ago
- 50ec881 can: mcp251x: get rid of legacy platform data by Andy Shevchenko · 5 years ago
- 371fd7b can: dev: can_restart(): remove unused code by Gustavo A. R. Silva · 7 years ago
- 27a0e54 can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race condition by Timo Schlüßler · 5 years ago
- b5018be can: ti_hecc: add missing state changes by Jeroen Hofstee · 5 years ago
- 3b2d652d can: ti_hecc: properly report state changes by Jeroen Hofstee · 5 years ago
- 678d85e can: ti_hecc: add fifo overflow error reporting by Jeroen Hofstee · 5 years ago
- 9938374 can: ti_hecc: release the mailbox a bit earlier by Jeroen Hofstee · 5 years ago
- 10f5d55 can: ti_hecc: keep MIM and MD set by Jeroen Hofstee · 5 years ago
- 59f415c can: ti_hecc: ti_hecc_stop(): stop the CPK on down by Jeroen Hofstee · 5 years ago
- c4409e9 can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails by Marc Kleine-Budde · 6 years ago
- 7581243 can: flexcan: increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails by Marc Kleine-Budde · 6 years ago
- 1f7f504d can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on error by Marc Kleine-Budde · 5 years ago
- c2a9f74 can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on error by Jeroen Hofstee · 5 years ago
- d763ab3 can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate error value in case of errors by Marc Kleine-Budde · 5 years ago
- 4e9016b can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on queue overflow or OOM by Marc Kleine-Budde · 5 years ago
- a2dc3f5 can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue beyond skb_queue_len_max by Marc Kleine-Budde · 5 years ago
- 6caf8a6 can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb mem leak by Marc Kleine-Budde · 5 years ago
- ca913f1 can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb mem leak by Marc Kleine-Budde · 5 years ago
- 659680b can: xilinx_can: Fix flags field initialization for axi can by Appana Durga Kedareswara rao · 5 years ago
- 6f12001 can: c_can: C_CAN: add bus recovery events by Jeroen Hofstee · 5 years ago
- 23c5a948 can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open by Jeroen Hofstee · 5 years ago
- 3cb3eaa can: c_can: c_can_poll(): only read status register after status IRQ by Kurt Van Dijck · 5 years ago
- 128a1b8 can: peak_usb: report bus recovery as well by Jeroen Hofstee · 5 years ago
- f7a1337 can: peak_usb: fix slab info leak by Johan Hovold · 5 years ago
- de280f4 can: peak_usb: fix a potential out-of-sync while decoding packets by Stephane Grosjean · 5 years ago
- 5e26932 can: flexcan: disable completely the ECC mechanism by Joakim Zhang · 5 years ago
- 3759739 can: usb_8dev: fix use-after-free on disconnect by Johan Hovold · 5 years ago
- 4d66364 can: mcba_usb: fix use-after-free on disconnect by Johan Hovold · 5 years ago
- fb5be6a can: gs_usb: gs_can_open(): prevent memory leak by Navid Emamdoost · 5 years ago
- db9ee38 can: dev: add missing of_node_put() after calling of_get_child_by_name() by Wen Yang · 5 years ago
- 02bc5eb drivers: net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
- 44c4091 Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 5 years ago
- 8df9ffb can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_lists by Marc Kleine-Budde · 6 years ago
- ffd956e can: introduce CAN midlayer private and allocate it automatically by Marc Kleine-Budde · 6 years ago
- 13ecee7 can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info by Marc Kleine-Budde · 5 years ago
- d36673f can: dev: can_dellink(): remove return at end of void function by Marc Kleine-Budde · 5 years ago