aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-27can: xilinx: fix xcan_start_xmit()'s return typeLuc Van Oostenryck1-2/+2
2018-07-27can: sun4i: fix sun4ican_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-07-27can: janz-ican3: fix ican3_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-07-27can: dev: enable multi-queue for SocketCAN devicesZhu Yi1-3/+5
2018-07-27can: dev: use skb_put_zero to simplfy codeYueHaibing1-4/+2
2018-07-27can: ucan: add driver for Theobroma Systems UCAN devicesJakob Unterwurzacher3-0/+1630
2018-07-27can: usb: Kconfig/Makefile: sort alphabeticallyMarc Kleine-Budde2-8/+14
2018-07-27can: cc770: fix spelling mistake: "comptibility" -> "compatibility"Colin Ian King1-1/+1
2018-07-23can: xilinx_can: fix power management handlingAnssi Hannula1-41/+28
2018-07-23can: xilinx_can: fix incorrect clear of non-processed interruptsAnssi Hannula1-5/+5
2018-07-23can: xilinx_can: fix RX overflow interrupt not being enabledAnssi Hannula1-1/+1
2018-07-23can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accountingAnssi Hannula1-16/+123
2018-07-23can: xilinx_can: fix recovery from error states not being propagatedAnssi Hannula1-28/+127
2018-07-23can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOKAnssi Hannula1-13/+5
2018-07-23can: xilinx_can: fix device dropping off bus on RX overrunAnssi Hannula1-1/+0
2018-07-23can: m_can: Move accessing of message ram to after clocks are enabledFaiz Abbas1-4/+3
2018-07-23can: m_can: Fix runtime resume callFaiz Abbas1-4/+4
2018-07-23can: mpc5xxx_can: check of_iomap return before useNicholas Mc Guire1-0/+5
2018-07-23can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking can.ctrlmodeRoman Fietze1-1/+2
2018-07-23can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr onlyStephane Grosjean1-0/+19
2018-06-28can: mark led trigger as brokenUwe Kleine-König1-0/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+3
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+1
2018-05-10can: hi311x: Work around TX complete interrupt erratumLukas Wunner1-4/+5
2018-05-10can: hi311x: Acquire SPI lock on ->do_get_berr_counterLukas Wunner1-0/+2
2018-05-08can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()Jimmy Assarsson1-1/+1
2018-05-08can: flexcan: fix endianess detectionUwe Kleine-König1-12/+14
2018-05-08can: dev: increase bus-off message severityJakob Unterwurzacher1-1/+1
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-31/+30
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-794/+0
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches10-31/+30
2018-03-26can: remove bfin_can driverArnd Bergmann3-794/+0
2018-03-19can: cc770: Fix use after free in cc770_tx_interrupt()Andri Yngvason1-3/+2
2018-03-14can: cc770: Fix queue stall & dropped RTR replyAndri Yngvason2-28/+68
2018-03-14can: cc770: Fix stalls on rt-linux, remove redundant IRQ ackAndri Yngvason1-15/+0
2018-03-12can: m_can: select pinctrl state in each suspend/resume functionBich HEMON1-0/+5
2018-03-12can: peak/pcie_fd: remove useless code when interface startsStephane Grosjean1-11/+2
2018-03-12can: peak/pcie_fd: fix echo_skb is occupied! bugStephane Grosjean2-8/+12
2018-03-12can: ifi: Repair the error handlingMarek Vasut1-27/+37
2018-03-12can: ifi: Check core revision upon probeMarek Vasut1-1/+10
2018-03-12can: m_can: change comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-01-26can: migrate documentation to restructured textRobert Schwebel2-2/+2
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+11
2018-01-19can: m_can: mark runtime-PM handlers as __maybe_unusedArnd Bergmann1-2/+2
2018-01-16can: peak: fix potential bug in packet fragmentationStephane Grosjean1-10/+11
2018-01-16can: m_can: Add call to of_can_transceiverFranklin S Cooper Jr1-0/+2
2018-01-16can: m_can: Add PM SupportFaiz Abbas1-38/+62
2018-01-16can: m_can: get rid of function free_m_can_dev()Marc Kleine-Budde1-7/+2
2018-01-16can: m_can: Move allocation of net device to probeFaiz Abbas1-17/+13