Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a03bac580ae743d5900af626ac63f7f8cd85def9
/
drivers
/
net
/
can
d788905f
can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()
by Oleksij Rempel
· 6 years ago
4530ec3
can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_queue_tail()
by Oleksij Rempel
· 6 years ago
ed72bc8
can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
by Oleksij Rempel
· 6 years ago
55059f2b7f
can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_queue_sorted() functions
by Oleksij Rempel
· 6 years ago
7da11ba
can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb
by Marc Kleine-Budde
· 6 years ago
e7a6994
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
200f5c49
can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length
by Marc Kleine-Budde
· 6 years ago
a4310fa
can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb()
by Marc Kleine-Budde
· 6 years ago
e05237f
can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct flexcan_priv::tx_mb_idx
by Marc Kleine-Budde
· 6 years ago
cbffaf7
can: flexcan: Always use last mailbox for TX
by Alexander Stein
· 6 years ago
5178b7c
can: flexcan: Unlock the MB unconditionally
by Pankaj Bansal
· 6 years ago
f164d02
can: hi311x: Use level-triggered interrupt
by Lukas Wunner
· 6 years ago
68c8d20
can: rcar_can: Fix erroneous registration
by Fabrizio Castro
· 6 years ago
ff1f19d5
can: ucan: remove duplicated include from ucan.c
by YueHaibing
· 6 years ago
207681f
can: ucan: remove set but not used variable 'udev'
by YueHaibing
· 6 years ago
e13fb9b
can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
by Jimmy Assarsson
· 6 years ago
9521726
can: kvaser_usb: Fix potential uninitialized variable use
by Jimmy Assarsson
· 6 years ago
6effee6
can: Remove SKB list assumptions in rx-offload.c
by David S. Miller
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
c07b368
Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
72c05f3
can: ems_usb: Fix memory leak on ems_usb_disconnect()
by Anton Vasilyev
· 6 years ago
1f6ed42
can: kvaser_usb: Simplify struct kvaser_cmd_cardinfo
by Jimmy Assarsson
· 7 years ago
aec5fb2
can: kvaser_usb: Add support for Kvaser USB hydra family
by Jimmy Assarsson
· 7 years ago
7259124
can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.c
by Jimmy Assarsson
· 7 years ago
e0543f2
can: kvaser_usb: Add SPDX GPL-2.0 license identifier
by Jimmy Assarsson
· 7 years ago
2b049c1
can: kvaser_usb: Fix typos
by Jimmy Assarsson
· 7 years ago
6ba0b92
can: kvaser_usb: Improve logging messages
by Jimmy Assarsson
· 7 years ago
7c47801
can: kvaser_usb: Refactor kvaser_usb_init_one()
by Jimmy Assarsson
· 7 years ago
99ce1bc
can: kvaser_usb: Refactor kvaser_usb_get_endpoints()
by Jimmy Assarsson
· 7 years ago
0e30619
can: kvaser_usb: Add pointer to struct usb_interface into struct kvaser_usb
by Jimmy Assarsson
· 7 years ago
75d2b4c
can: kvaser_usb: Replace USB timeout constants with one define
by Jimmy Assarsson
· 7 years ago
f741f93
can: kvaser_usb: Rename message/msg to command/cmd
by Jimmy Assarsson
· 7 years ago
2375722
can: kvaser_usb: Remove unused commands and defines
by Jimmy Assarsson
· 7 years ago
deaa1c9
can: kvaser_usb: Remove unnecessary return
by Jimmy Assarsson
· 7 years ago
5592cd0
can: peak_canfd: rearrange the way resources are released
by Stephane Grosjean
· 7 years ago
d31f851
can: peak_canfd: fix typo in error message
by Stephane Grosjean
· 7 years ago
cc5f9bb
can: peak_canfd: use ndev irq instead of pci_dev one
by Stephane Grosjean
· 7 years ago
f6c740f
can: peak_canfd: remove useless defined symbols
by Stephane Grosjean
· 7 years ago
0cccf0a
can: peak_canfd: improves 32-bit alignment
by Stephane Grosjean
· 7 years ago
f805ed8
can: peak_usb: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
9e5f1b2
can: xilinx_can: add support for Xilinx CAN FD core
by Anssi Hannula
· 7 years ago
1598efe
can: xilinx_can: refactor code in preparation for CAN FD support
by Anssi Hannula
· 7 years ago
11ee5fc
can: xilinx_can: update stats.tx_bytes after transmission
by Anssi Hannula
· 7 years ago
6181dbc
can: xilinx_can: use can_change_state()
by Anssi Hannula
· 7 years ago
7e2804a
can: xilinx_can: only report warning and passive states on state changes
by Anssi Hannula
· 8 years ago
c8d4dea
can: sja1000: Replace mdelay with usleep_range in pcan_add_channels
by Jia-Ju Bai
· 7 years ago
276b736
can: sja1000: Replace mdelay with usleep_range in peak_pci_probe
by Jia-Ju Bai
· 7 years ago
5b749be
can: flexcan: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
fb1e13e6
can: flexcan: fix flexcan_start_xmit()'s return type
by Marc Kleine-Budde
· 7 years ago
97f2a58
can: xilinx: fix xcan_start_xmit()'s return type
by Luc Van Oostenryck
· 7 years ago
79b110b
can: sun4i: fix sun4ican_start_xmit()'s return type
by Luc Van Oostenryck
· 7 years ago
67c2eef
can: janz-ican3: fix ican3_xmit()'s return type
by Luc Van Oostenryck
· 7 years ago
0387090
can: dev: enable multi-queue for SocketCAN devices
by Zhu Yi
· 7 years ago
8551e71
can: dev: use skb_put_zero to simplfy code
by YueHaibing
· 7 years ago
9f2d3ea
can: ucan: add driver for Theobroma Systems UCAN devices
by Jakob Unterwurzacher
· 7 years ago
ffbdd91
can: usb: Kconfig/Makefile: sort alphabetically
by Marc Kleine-Budde
· 7 years ago
b7cc4f3
can: cc770: fix spelling mistake: "comptibility" -> "compatibility"
by Colin Ian King
· 7 years ago
8ebd83b
can: xilinx_can: fix power management handling
by Anssi Hannula
· 7 years ago
2f4f0f3
can: xilinx_can: fix incorrect clear of non-processed interrupts
by Anssi Hannula
· 7 years ago
8399799
can: xilinx_can: fix RX overflow interrupt not being enabled
by Anssi Hannula
· 7 years ago
620050d
can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
by Anssi Hannula
· 8 years ago
877e0b7
can: xilinx_can: fix recovery from error states not being propagated
by Anssi Hannula
· 8 years ago
32852c5
can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
by Anssi Hannula
· 8 years ago
2574fe5
can: xilinx_can: fix device dropping off bus on RX overrun
by Anssi Hannula
· 8 years ago
54e4a0c
can: m_can: Move accessing of message ram to after clocks are enabled
by Faiz Abbas
· 7 years ago
1675bee
can: m_can: Fix runtime resume call
by Faiz Abbas
· 7 years ago
b5c1a23
can: mpc5xxx_can: check of_iomap return before use
by Nicholas Mc Guire
· 7 years ago
393753b
can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking can.ctrlmode
by Roman Fietze
· 7 years ago
5d4c94e
can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr only
by Stephane Grosjean
· 7 years ago
30f3b42
can: mark led trigger as broken
by Uwe Kleine-König
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
0ed2dd0
treewide: Use struct_size() for devm_kmalloc() and friends
by Kees Cook
· 7 years ago
32bee8f
can: hi311x: Work around TX complete interrupt erratum
by Lukas Wunner
· 7 years ago
5cec942
can: hi311x: Acquire SPI lock on ->do_get_berr_counter
by Lukas Wunner
· 7 years ago
6ee0086
can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
by Jimmy Assarsson
· 7 years ago
0e030a3
can: flexcan: fix endianess detection
by Uwe Kleine-König
· 7 years ago
71c23a8
can: dev: increase bus-off message severity
by Jakob Unterwurzacher
· 7 years ago
5bb053b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
f5a8eb6
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 7 years ago
d61e403
drivers/net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
c7b2d3e
can: remove bfin_can driver
by Arnd Bergmann
· 7 years ago
9ffd750
can: cc770: Fix use after free in cc770_tx_interrupt()
by Andri Yngvason
· 7 years ago
7462012
can: cc770: Fix queue stall & dropped RTR reply
by Andri Yngvason
· 7 years ago
f4353da
can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
by Andri Yngvason
· 7 years ago
c9b3bce
can: m_can: select pinctrl state in each suspend/resume function
by Bich HEMON
· 7 years ago
ffd137f
can: peak/pcie_fd: remove useless code when interface starts
by Stephane Grosjean
· 7 years ago
e6048a0
can: peak/pcie_fd: fix echo_skb is occupied! bug
by Stephane Grosjean
· 7 years ago
880dd46
can: ifi: Repair the error handling
by Marek Vasut
· 7 years ago
591d65d
can: ifi: Check core revision upon probe
by Marek Vasut
· 7 years ago
b7db978
can: m_can: change comparison to bitshift when dealing with a mask
by Wolfram Sang
· 7 years ago
7d59773
can: migrate documentation to restructured text
by Robert Schwebel
· 7 years ago
8565d26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
5835919
can: m_can: mark runtime-PM handlers as __maybe_unused
by Arnd Bergmann
· 7 years ago
d8a243a
can: peak: fix potential bug in packet fragmentation
by Stephane Grosjean
· 7 years ago
31643dc
can: m_can: Add call to of_can_transceiver
by Franklin S Cooper Jr
· 7 years ago
cdf8259
can: m_can: Add PM Support
by Faiz Abbas
· 7 years ago
63dffc1
can: m_can: get rid of function free_m_can_dev()
by Marc Kleine-Budde
· 7 years ago
5e520ed
can: m_can: Move allocation of net device to probe
by Faiz Abbas
· 7 years ago
Next »