- 208db88 can: grcan: only use the NAPI poll budget for RX by Andreas Larsson · 2 years, 6 months ago
- 3b67fa9 can: grcan: grcan_probe(): fix broken system id check for errata workaround needs by Andreas Larsson · 2 years, 6 months ago
- 5054806 can: grcan: use ofdev->dev when allocating DMA memory by Daniel Hellstrom · 2 years, 6 months ago
- 52ab871 can: grcan: grcan_close(): fix deadlock by Duoming Zhou · 2 years, 6 months ago
- e9c4ee6 can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path by Hangyu Hua · 2 years, 8 months ago
- 57a7647 can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when fully ready by Lad Prabhakar · 2 years, 9 months ago
- f7c6076 can: gs_usb: change active_channels's type from atomic_t to u8 by Vincent Mailhol · 2 years, 9 months ago
- f5e5b20 can: xilinx_can: xcan_probe(): check for error irq by Jiasheng Jiang · 2 years, 11 months ago
- 3f1fe7f can: softing: softing_startstop(): fix set but not used variable warning by Marc Kleine-Budde · 2 years, 10 months ago
- 419f00c can: softing_cs: softingcs_probe(): fix memleak on registration failure by Johan Hovold · 2 years, 11 months ago
- b5a4689 can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} by Brian Silverman · 2 years, 10 months ago
- a5573e1 can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data by Marc Kleine-Budde · 2 years, 11 months ago
- 2e663a0 can: kvaser_usb: get CAN clock frequency from device by Jimmy Assarsson · 2 years, 11 months ago
- 3a3c46e can: pch_can: pch_can_rx_normal: fix use after free by Vincent Mailhol · 3 years ago
- 1dd5b81 can: sja1000: fix use after free in ems_pcmcia_add_card() by Dan Carpenter · 3 years ago
- 447d44c can: peak_pci: peak_pci_remove(): fix UAF by Zheyu Ma · 3 years, 1 month ago
- 4249f21 can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state notification by Stephane Grosjean · 3 years, 1 month ago
- 94beba4 can: rcar_can: fix suspend/resume by Yoshihiro Shimoda · 3 years, 1 month ago
- 1f1a5e7 can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters by Stefan Mätje · 3 years, 2 months ago
- 9fae312 can: esd_usb2: fix memory leak by Pavel Skripkin · 3 years, 3 months ago
- 22a75d8 can: ems_usb: fix memory leak by Pavel Skripkin · 3 years, 3 months ago
- f61dd3d can: usb_8dev: fix memory leak by Pavel Skripkin · 3 years, 3 months ago
- df85e5c net: can: ems_usb: fix use-after-free in ems_usb_disconnect() by Pavel Skripkin · 3 years, 5 months ago
- bebc204 drivers: net: fix memory leak in peak_usb_create_dev by Pavel Skripkin · 3 years, 7 months ago
- 9cfc4cb can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate by Angelo Dureghello · 3 years, 8 months ago
- 3ec3f89 can: dev: Move device back to init netns on owning netns delete by Martin Willi · 3 years, 8 months ago
- 735abed can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning by Torin Cooper-Bennun · 3 years, 8 months ago
- eb05021 can: c_can: move runtime PM enable/disable to c_can_platform by Tong Zhang · 3 years, 8 months ago
- a78e157 can: c_can_pci: c_can_pci_remove(): fix use-after-free by Tong Zhang · 3 years, 8 months ago
- 057a5c5 can: flexcan: enable RX FIFO after FRZ/HALT valid by Joakim Zhang · 3 years, 9 months ago
- 679f002 can: flexcan: assert FRZ bit in flexcan_chip_freeze() by Joakim Zhang · 3 years, 9 months ago
- dd163aa can: dev: prevent potential information leak in can_fill_info() by Dan Carpenter · 3 years, 10 months ago
- bbc6847 can: dev: can_restart: fix use after free bug by Vincent Mailhol · 3 years, 10 months ago
- 5ec3b72 can: softing: softing_netdev_open(): fix error handling by Zhang Qilong · 4 years ago
- c724aa5 can: gs_usb: fix endianess problem with candleLight firmware by Marc Kleine-Budde · 4 years ago
- d70dd84 can: m_can: m_can_handle_state_change(): fix state change by Wu Bo · 4 years, 9 months ago
- c503b12 can: peak_usb: fix potential integer overflow on shift of a int by Colin Ian King · 4 years ago
- f823134 can: dev: can_restart(): post buffer from the right context by Alejandro Concepcion Rodriguez · 4 years ago
- 7eeef10 can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping by Stephane Grosjean · 4 years, 1 month ago
- 1e5d182 can: peak_usb: add range checking in decode operations by Dan Carpenter · 4 years, 3 months ago
- 6968ec2 can: dev: __can_get_echo_skb(): fix real payload length return value for RTR frames by Oliver Hartkopp · 4 years, 1 month ago
- 451187b can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context by Vincent Mailhol · 4 years, 1 month ago
- c8ed03b can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices by Xiaolong Huang · 5 years ago
- f853589 slcan: Fix double-free on slcan_open() error path by Ben Hutchings · 4 years, 5 months ago
- 925c631 slcan: Don't transmit uninitialized stack data in padding by Richard Palethorpe · 4 years, 7 months ago
- a1c9b23 slcan: not call free_netdev before rtnl_unlock in slcan_open by Oliver Hartkopp · 4 years, 8 months ago
- 0beba1d can, slip: Protect tty->disc_data in write_wakeup and close with RCU by Richard Palethorpe · 4 years, 10 months ago
- 3799b9a can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq mode by Florian Faber · 4 years, 11 months ago
- 7d2a389 can: gs_usb: gs_usb_probe(): use descriptors of current altsetting by Johan Hovold · 5 years ago
- 56635a1 can: slcan: Fix use-after-free Read in slcan_open by Jouni Hogander · 5 years ago
- 39f1246 can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open by Jeroen Hofstee · 5 years ago
- 7a3167c can: peak_usb: report bus recovery as well by Jeroen Hofstee · 5 years ago
- bd73035 slcan: Fix memory leak in error path by Jouni Hogander · 5 years ago
- d6b1558 can: flexcan: disable completely the ECC mechanism by Joakim Zhang · 5 years ago
- da281558 can: peak_usb: fix slab info leak by Johan Hovold · 5 years ago
- b46a206 can: gs_usb: gs_can_open(): prevent memory leak by Navid Emamdoost · 5 years ago
- d9510ea can: peak_usb: fix a potential out-of-sync while decoding packets by Stephane Grosjean · 5 years ago
- 7a5f2a3 can: c_can: c_can_poll(): only read status register after status IRQ by Kurt Van Dijck · 5 years ago
- 0589de2 can: usb_8dev: fix use-after-free on disconnect by Johan Hovold · 5 years ago
- 35f63f5 can: mcp251x: mcp251x_hw_reset(): allow more time after a reset by Marc Kleine-Budde · 5 years ago
- 49a4fda can: peak_usb: force the string buffer NULL-terminated by Wang Xiayang · 5 years ago
- 3d4e094 can: sja1000: force the string buffer NULL-terminated by Wang Xiayang · 5 years ago
- 400fc13 can: dev: call netif_carrier_off() in register_candev() by Rasmus Villemoes · 5 years ago
- 127ab64 can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devices by Tomas Bortoli · 5 years ago
- 0cad79b can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devices by Tomas Bortoli · 5 years ago
- 13350c2 can: peak_usb: fix potential double kfree_skb() by Stephane Grosjean · 5 years ago
- a4bd790 can: mcp251x: add support for mcp25625 by Sean Nyekjaer · 6 years ago
- 50b1c5b can: flexcan: fix timeout when set small bitrate by Joakim Zhang · 6 years ago
- 69129bc can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it by Manfred Schlaegl · 6 years ago
- 9f4928c can: rcar_can: Fix erroneous registration by Fabrizio Castro · 6 years ago
- c4c2c28 can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb by Marc Kleine-Budde · 6 years ago
- 8aa60a6 can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb is accessed out of bounds by Marc Kleine-Budde · 6 years ago
- 5adc1c54 can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length by Marc Kleine-Budde · 6 years ago
- 8bcd10d can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb() by Marc Kleine-Budde · 6 years ago
- 82ad267 can: mpc5xxx_can: check of_iomap return before use by Nicholas Mc Guire · 6 years ago
- 18d9718 can: ems_usb: Fix memory leak on ems_usb_disconnect() by Anton Vasilyev · 6 years ago
- b2019f0 can: xilinx_can: fix RX overflow interrupt not being enabled by Anssi Hannula · 7 years ago
- 9f73084 can: xilinx_can: fix incorrect clear of non-processed interrupts by Anssi Hannula · 7 years ago
- bee7ff7 can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting by Anssi Hannula · 8 years ago
- 1fd9fa5 can: xilinx_can: fix device dropping off bus on RX overrun by Anssi Hannula · 8 years ago
- c98f577 can: xilinx_can: fix recovery from error states not being propagated by Anssi Hannula · 8 years ago
- 1fadfbd can: xilinx_can: fix power management handling by Anssi Hannula · 6 years ago
- de2219a can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK by Anssi Hannula · 8 years ago
- 0e79ef2 can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg() by Jimmy Assarsson · 7 years ago
- 101a72e can: cc770: Fix use after free in cc770_tx_interrupt() by Andri Yngvason · 7 years ago
- 5fdbcc3 can: cc770: Fix queue stall & dropped RTR reply by Andri Yngvason · 7 years ago
- 01a303d can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack by Andri Yngvason · 7 years ago
- 6e400b4 can: ifi: Check core revision upon probe by Marek Vasut · 7 years ago
- a452b35 can: ifi: Repair the error handling by Marek Vasut · 7 years ago
- 9137deb can: flex_can: Correct the checking for frame length in flexcan_start_xmit() by Luu An Phu · 7 years ago
- 23d68ed can: peak: fix potential bug in packet fragmentation by Stephane Grosjean · 7 years ago
- 02f201f can: gs_usb: fix return value of the "set_bittiming" callback by Wolfgang Grandegger · 7 years ago
- 4b4e6f6 can: usb_8dev: cancel urb on -EPIPE and -EPROTO by Martin Kelly · 7 years ago
- 0cdac09 can: esd_usb2: cancel urb on -EPIPE and -EPROTO by Martin Kelly · 7 years ago
- d3b7225 can: ems_usb: cancel urb on -EPIPE and -EPROTO by Martin Kelly · 7 years ago
- 4665483 can: kvaser_usb: cancel urb on -EPIPE and -EPROTO by Martin Kelly · 7 years ago
- d724a67 can: kvaser_usb: ratelimit errors if incomplete messages are received by Jimmy Assarsson · 7 years ago
- 561384a can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback() by Jimmy Assarsson · 7 years ago
- f89682b can: kvaser_usb: free buf in error paths by Jimmy Assarsson · 7 years ago
- 6a3a713 can: ti_hecc: Fix napi poll return value for repoll by Oliver Stäbler · 7 years ago