index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-27
5
-5
/
+5
|
\
|
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
5
-5
/
+5
*
|
can, slip: Protect tty->disc_data in write_wakeup and close with RCU
Richard Palethorpe
2020-01-22
1
-2
/
+10
*
|
can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...
Florian Faber
2020-01-02
1
-11
/
+10
*
|
can: gs_usb: gs_usb_probe(): use descriptors of current altsetting
Johan Hovold
2020-01-02
1
-2
/
+2
*
|
can: kvaser_usb: fix interface sanity check
Johan Hovold
2020-01-02
2
-2
/
+2
*
|
can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERR
Gustavo A. R. Silva
2020-01-02
1
-1
/
+1
*
|
can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO...
Dan Murphy
2020-01-02
1
-1
/
+12
*
|
can: tcan4x5x: tcan4x5x_parse_config(): reset device before register access
Sean Nyekjaer
2020-01-02
1
-1
/
+26
*
|
can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the config
Dan Murphy
2020-01-02
1
-7
/
+10
*
|
can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before reg...
Sean Nyekjaer
2020-01-02
1
-0
/
+4
|
/
*
can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices
Xiaolong Huang
2019-12-08
1
-3
/
+3
*
can: tcan45x: Make wake-up GPIO an optional GPIO
Dan Murphy
2019-12-08
1
-6
/
+18
*
can: m_can: tcan4x5x: add required delay after reset
Sean Nyekjaer
2019-12-08
1
-0
/
+2
*
can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgment
Joakim Zhang
2019-12-08
1
-15
/
+2
*
can: flexcan: add low power enter/exit acknowledgment helper
Joakim Zhang
2019-12-08
1
-16
/
+30
*
can: flexcan: fix possible deadlock and out-of-order reception after wakeup
Sean Nyekjaer
2019-12-08
1
-6
/
+4
*
can: xilinx_can: Fix missing Rx can packets on CANFD2.0
Srinivas Neeli
2019-12-08
1
-0
/
+7
*
can: xilinx_can: Fix usage of skb memory
Srinivas Neeli
2019-12-03
1
-12
/
+13
*
can: xilinx_can: skip error message on deferred probe
Venkatesh Yadav Abbarapu
2019-12-03
1
-1
/
+2
*
can: ucan: fix non-atomic allocation in completion handler
Johan Hovold
2019-12-03
1
-1
/
+1
*
can: slcan: Fix use-after-free Read in slcan_open
Jouni Hogander
2019-12-03
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-22
1
-3
/
+1
|
\
|
*
can: m_can_platform: remove unnecessary m_can_class_resume() call
Pankaj Sharma
2019-11-22
1
-2
/
+0
|
*
can: m_can_platform: set net_device structure as driver data
Pankaj Sharma
2019-11-22
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-16
1
-0
/
+1
|
\
\
|
|
/
|
*
slcan: Fix memory leak in error path
Jouni Hogander
2019-11-14
1
-0
/
+1
*
|
can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark th...
Marc Kleine-Budde
2019-11-11
1
-8
/
+3
*
|
can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1
Marc Kleine-Budde
2019-11-11
1
-2
/
+15
*
|
can: flexcan: flexcan_read_reg_iflag_rx(): optimize reading
Marc Kleine-Budde
2019-11-11
1
-11
/
+17
*
|
can: flexcan: introduce struct flexcan_priv::tx_mask and make use of it
Marc Kleine-Budde
2019-11-11
1
-6
/
+8
*
|
can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_mask
Marc Kleine-Budde
2019-11-11
1
-17
/
+13
*
|
can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2}
Marc Kleine-Budde
2019-11-11
1
-9
/
+5
*
|
can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2}
Marc Kleine-Budde
2019-11-11
1
-11
/
+11
*
|
can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rx
Marc Kleine-Budde
2019-11-11
1
-3
/
+3
*
|
can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB()
Marc Kleine-Budde
2019-11-11
1
-5
/
+5
*
|
can: flexcan: flexcan_irq_state(): only read timestamp if needed
Marc Kleine-Budde
2019-11-11
1
-2
/
+2
*
|
can: flexcan: use devm_platform_ioremap_resource() to simplify code
Joakim Zhang
2019-11-11
1
-3
/
+1
*
|
can: rx-offload: Prepare for CAN FD support
Joakim Zhang
2019-11-11
3
-66
/
+57
*
|
can: rx-offload: can_rx_offload_reset(): remove no-op function
Marc Kleine-Budde
2019-11-11
1
-7
/
+0
*
|
can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment...
Marc Kleine-Budde
2019-11-11
1
-2
/
+2
*
|
can: rx-offload: can_rx_offload_compare(): fix typo
Marc Kleine-Budde
2019-11-11
1
-1
/
+1
*
|
can: rx-offload: fix long lines
Marc Kleine-Budde
2019-11-11
1
-13
/
+26
*
|
can: sun4i: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-11
1
-3
/
+1
*
|
can: rcar: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-11
2
-6
/
+2
*
|
can: ifi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-11
1
-3
/
+1
*
|
can: grcan: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-11
1
-3
/
+1
*
|
can: m_can: add support for handling arbitration error
Pankaj Sharma
2019-11-11
1
-0
/
+42
*
|
can: m_can: add support for one shot mode
Pankaj Sharma
2019-11-11
1
-3
/
+9
*
|
can: xilinx_can: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-11
1
-3
/
+1
[next]