aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can
AgeCommit message (Expand)Author
2018-03-28can: cc770: Fix use after free in cc770_tx_interrupt()Andri Yngvason
2018-03-28can: cc770: Fix queue stall & dropped RTR replyAndri Yngvason
2018-03-28can: cc770: Fix stalls on rt-linux, remove redundant IRQ ackAndri Yngvason
2018-03-28can: ifi: Check core revision upon probeMarek Vasut
2018-03-28can: ifi: Repair the error handlingMarek Vasut
2018-03-28can: peak/pcie_fd: remove useless code when interface startsStephane Grosjean
2018-03-28can: peak/pcie_fd: fix echo_skb is occupied! bugStephane Grosjean
2018-01-16can: peak: fix potential bug in packet fragmentationStephane Grosjean
2018-01-04can: ems_usb: improve error reporting for error warning and error passiveMartin Lederhilger
2018-01-04can: flex_can: Correct the checking for frame length in flexcan_start_xmit()Luu An Phu
2018-01-04can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger
2018-01-04can: vxcan: improve handling of missing peer name attributeOliver Hartkopp
2017-12-08can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean
2017-12-08can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly
2017-12-08can: mcba_usb: cancel urb on -EPROTOMartin Kelly
2017-12-01can: mcba_usb: fix device disconnect bugMartin Kelly
2017-12-01can: mcba_usb: fix typoMartin Kelly
2017-12-01can: flexcan: fix VF610 state transition issueMarc Kleine-Budde
2017-12-01can: flexcan: Update IRQ Err Passive informationMarc Kleine-Budde
2017-12-01can: peak/pci: fix potential bug when probe() failsStephane Grosjean
2017-12-01can: ti_hecc: Fix napi poll return value for repollOliver Stäbler
2017-12-01can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson
2017-12-01can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson
2017-12-01can: kvaser_usb: free buf in error pathsJimmy Assarsson
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-10can: ifi: Fix transmitter delay calculationMarek Vasut
2017-11-10can: peak: Add support for new PCIe/M2 CAN FD interfacesStephane Grosjean
2017-11-10can: sun4i: handle overrun in RX FIFOGerhard Bertelsmann
2017-11-10can: c_can: don't indicate triple sampling support for D_CANRichard Schütz
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook
2017-10-24can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson
2017-10-24can: kvaser_usb: Correct return value in printoutJimmy Assarsson
2017-10-24can: sun4i: fix loopback modeGerhard Bertelsmann
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger
2017-10-19can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje
2017-10-19can: flexcan: fix p1010 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19can: flexcan: fix i.MX28 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19can: flexcan: fix i.MX6 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19can: flexcan: implement error passive state quirkZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19can: flexcan: rename legacy error state quirkZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19can: flexcan: fix state transition regressionZHU Yi (ST-FIR/ENG1-Zhu)
2017-09-21drivers: net: can: sja1000: use setup_timer() helper.Allen Pais