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