index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
slcan: Fix memory leak in error path
Jouni Hogander
2019-11-14
1
-0
/
+1
*
can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race c...
Timo Schlüßler
2019-11-05
1
-1
/
+1
*
can: ti_hecc: add missing state changes
Jeroen Hofstee
2019-11-04
1
-0
/
+17
*
can: ti_hecc: properly report state changes
Jeroen Hofstee
2019-11-04
1
-74
/
+88
*
can: ti_hecc: add fifo overflow error reporting
Jeroen Hofstee
2019-11-04
1
-5
/
+31
*
can: ti_hecc: release the mailbox a bit earlier
Jeroen Hofstee
2019-11-04
1
-2
/
+3
*
can: ti_hecc: keep MIM and MD set
Jeroen Hofstee
2019-11-04
1
-3
/
+3
*
can: ti_hecc: ti_hecc_stop(): stop the CPK on down
Jeroen Hofstee
2019-11-04
1
-0
/
+3
*
can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via ...
Marc Kleine-Budde
2019-11-04
1
-1
/
+4
*
can: flexcan: increase error counters if skb enqueueing via can_rx_offload_qu...
Marc Kleine-Budde
2019-11-04
1
-2
/
+8
*
can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on error
Marc Kleine-Budde
2019-11-04
1
-1
/
+3
*
can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on error
Jeroen Hofstee
2019-11-04
1
-1
/
+1
*
can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate err...
Marc Kleine-Budde
2019-11-04
1
-13
/
+73
*
can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on qu...
Marc Kleine-Budde
2019-11-04
1
-1
/
+3
*
can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue ...
Marc Kleine-Budde
2019-11-04
1
-1
/
+1
*
can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb m...
Marc Kleine-Budde
2019-11-04
1
-2
/
+4
*
can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb...
Marc Kleine-Budde
2019-11-04
1
-2
/
+4
*
can: xilinx_can: Fix flags field initialization for axi can
Appana Durga Kedareswara rao
2019-11-04
1
-1
/
+0
*
can: c_can: C_CAN: add bus recovery events
Jeroen Hofstee
2019-11-04
1
-2
/
+18
*
can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open
Jeroen Hofstee
2019-11-04
1
-0
/
+26
*
can: c_can: c_can_poll(): only read status register after status IRQ
Kurt Van Dijck
2019-11-04
2
-5
/
+21
*
can: peak_usb: report bus recovery as well
Jeroen Hofstee
2019-11-04
1
-5
/
+10
*
can: peak_usb: fix slab info leak
Johan Hovold
2019-11-04
1
-1
/
+1
*
can: peak_usb: fix a potential out-of-sync while decoding packets
Stephane Grosjean
2019-11-04
1
-5
/
+12
*
can: flexcan: disable completely the ECC mechanism
Joakim Zhang
2019-11-04
1
-0
/
+1
*
can: usb_8dev: fix use-after-free on disconnect
Johan Hovold
2019-11-04
1
-2
/
+1
*
can: mcba_usb: fix use-after-free on disconnect
Johan Hovold
2019-11-04
1
-2
/
+1
*
can: gs_usb: gs_can_open(): prevent memory leak
Navid Emamdoost
2019-11-04
1
-0
/
+1
*
can: dev: add missing of_node_put() after calling of_get_child_by_name()
Wen Yang
2019-11-04
1
-0
/
+1
*
drivers: net: Fix Kconfig indentation
Krzysztof Kozlowski
2019-09-26
1
-4
/
+4
*
Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...
David S. Miller
2019-09-05
4
-8
/
+33
|
\
|
*
can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...
Marc Kleine-Budde
2019-09-04
4
-0
/
+5
|
*
can: introduce CAN midlayer private and allocate it automatically
Marc Kleine-Budde
2019-09-04
4
-8
/
+28
*
|
can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info
Marc Kleine-Budde
2019-09-03
1
-1
/
+1
*
|
can: dev: can_dellink(): remove return at end of void function
Marc Kleine-Budde
2019-09-03
1
-1
/
+0
*
|
can: dev: can_restart(): convert NULL pointer check
Marc Kleine-Budde
2019-09-03
1
-1
/
+1
*
|
can: dev: remove unnecessary blank line
Marc Kleine-Budde
2019-09-03
1
-1
/
+0
*
|
can: dev: remove unnecessary parentheses
Marc Kleine-Budde
2019-09-03
1
-5
/
+5
*
|
can: dev: avoid long lines
Marc Kleine-Budde
2019-09-03
1
-16
/
+27
*
|
can: dev: convert block comments to network style comments
Marc Kleine-Budde
2019-09-03
1
-52
/
+24
*
|
can: mcp251x: Call wrapper instead of regulator_disable()
Andy Shevchenko
2019-09-03
1
-4
/
+2
*
|
can: mcp251x: Make use of device property API
Andy Shevchenko
2019-09-03
1
-7
/
+5
*
|
can: mcp251x: Use devm_clk_get_optional() to get the input clock
Andy Shevchenko
2019-09-03
1
-18
/
+12
*
|
can: mcp251x: remove deprecated board file setup example
Marc Kleine-Budde
2019-09-03
1
-20
/
+0
*
|
can: tcan4x5x: Remove checking the wake pin
Dan Murphy
2019-09-03
1
-13
/
+0
*
|
can: tcan4x5x: Remove data-ready gpio interrupt
Dan Murphy
2019-09-03
1
-10
/
+1
*
|
can: kvaser_pciefd: the PWM generator is running at the bus frequency of the ...
Christer Beskow
2019-09-03
1
-1
/
+5
|
/
*
can: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-23
2
-4
/
+2
*
can: mcp251x: remove custom DMA mapped buffer
Marc Kleine-Budde
2019-08-20
1
-48
/
+10
*
can: mcp251x: Use DT-supplied interrupt flags
Phil Elwell
2019-08-20
1
-1
/
+4
[next]