index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-15
can: peak_canfd: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-05-23
net: Fix return value about devm_platform_ioremap_resource()
Tiezhu Yang
2020-04-01
slcan: Don't transmit uninitialized stack data in padding
Richard Palethorpe
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-21
slcan: not call free_netdev before rtnl_unlock in slcan_open
Oliver Hartkopp
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-11
net: slcan, slip -- no need for goto when if () will do
Pavel Machek
2020-03-03
can: add missing attribute validation for termination
Jakub Kicinski
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-22
can, slip: Protect tty->disc_data in write_wakeup and close with RCU
Richard Palethorpe
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-02
can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t...
Florian Faber
2020-01-02
can: gs_usb: gs_usb_probe(): use descriptors of current altsetting
Johan Hovold
2020-01-02
can: kvaser_usb: fix interface sanity check
Johan Hovold
2020-01-02
can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERR
Gustavo A. R. Silva
2020-01-02
can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO...
Dan Murphy
2020-01-02
can: tcan4x5x: tcan4x5x_parse_config(): reset device before register access
Sean Nyekjaer
2020-01-02
can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the config
Dan Murphy
2020-01-02
can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before reg...
Sean Nyekjaer
2019-12-08
can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices
Xiaolong Huang
2019-12-08
can: tcan45x: Make wake-up GPIO an optional GPIO
Dan Murphy
2019-12-08
can: m_can: tcan4x5x: add required delay after reset
Sean Nyekjaer
2019-12-08
can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgment
Joakim Zhang
2019-12-08
can: flexcan: add low power enter/exit acknowledgment helper
Joakim Zhang
2019-12-08
can: flexcan: fix possible deadlock and out-of-order reception after wakeup
Sean Nyekjaer
2019-12-08
can: xilinx_can: Fix missing Rx can packets on CANFD2.0
Srinivas Neeli
2019-12-03
can: xilinx_can: Fix usage of skb memory
Srinivas Neeli
2019-12-03
can: xilinx_can: skip error message on deferred probe
Venkatesh Yadav Abbarapu
2019-12-03
can: ucan: fix non-atomic allocation in completion handler
Johan Hovold
2019-12-03
can: slcan: Fix use-after-free Read in slcan_open
Jouni Hogander
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-22
can: m_can_platform: remove unnecessary m_can_class_resume() call
Pankaj Sharma
2019-11-22
can: m_can_platform: set net_device structure as driver data
Pankaj Sharma
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-14
slcan: Fix memory leak in error path
Jouni Hogander
2019-11-11
can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark th...
Marc Kleine-Budde
2019-11-11
can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1
Marc Kleine-Budde
2019-11-11
can: flexcan: flexcan_read_reg_iflag_rx(): optimize reading
Marc Kleine-Budde
2019-11-11
can: flexcan: introduce struct flexcan_priv::tx_mask and make use of it
Marc Kleine-Budde
2019-11-11
can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_mask
Marc Kleine-Budde
2019-11-11
can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2}
Marc Kleine-Budde
2019-11-11
can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2}
Marc Kleine-Budde
2019-11-11
can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rx
Marc Kleine-Budde
2019-11-11
can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB()
Marc Kleine-Budde
2019-11-11
can: flexcan: flexcan_irq_state(): only read timestamp if needed
Marc Kleine-Budde
2019-11-11
can: flexcan: use devm_platform_ioremap_resource() to simplify code
Joakim Zhang
2019-11-11
can: rx-offload: Prepare for CAN FD support
Joakim Zhang
[next]