| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
* | can: peak_canfd: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-15 | 1 | -2/+2 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 12 | -49/+49 |
* | net: Fix return value about devm_platform_ioremap_resource() | Tiezhu Yang | 2020-05-23 | 2 | -2/+5 |
* | slcan: Don't transmit uninitialized stack data in padding | Richard Palethorpe | 2020-04-01 | 1 | -3/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-25 | 1 | -0/+3 |
|\ |
|
| * | slcan: not call free_netdev before rtnl_unlock in slcan_open | Oliver Hartkopp | 2020-03-21 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-12 | 1 | -0/+1 |
|\| |
|
| * | can: add missing attribute validation for termination | Jakub Kicinski | 2020-03-03 | 1 | -0/+1 |
* | | net: slcan, slip -- no need for goto when if () will do | Pavel Machek | 2020-03-11 | 1 | -5/+2 |
|/ |
|
* | 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 |