1. ef24d6c net: Fix return value about devm_platform_ioremap_resource() by Tiezhu Yang · 4 years, 8 months ago
  2. b9258a2 slcan: Don't transmit uninitialized stack data in padding by Richard Palethorpe · 4 years, 10 months ago
  3. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  4. 2091a3d slcan: not call free_netdev before rtnl_unlock in slcan_open by Oliver Hartkopp · 4 years, 10 months ago
  5. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
  6. dacf470 net: slcan, slip -- no need for goto when if () will do by Pavel Machek · 4 years, 11 months ago
  7. ab02ad6 can: add missing attribute validation for termination by Jakub Kicinski · 5 years ago
  8. 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  9. 0ace17d can, slip: Protect tty->disc_data in write_wakeup and close with RCU by Richard Palethorpe · 5 years ago
  10. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  11. 2d77bd6 can: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling to irq mode by Florian Faber · 5 years ago
  12. 2f361cd can: gs_usb: gs_usb_probe(): use descriptors of current altsetting by Johan Hovold · 5 years ago
  13. 5660493 can: kvaser_usb: fix interface sanity check by Johan Hovold · 5 years ago
  14. 93bdc0e can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERR by Gustavo A. R. Silva · 5 years ago
  15. 5a1f8f5 can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO is unavailable by Dan Murphy · 5 years ago
  16. c308312 can: tcan4x5x: tcan4x5x_parse_config(): reset device before register access by Sean Nyekjaer · 5 years ago
  17. 3814ca3 can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the config by Dan Murphy · 5 years ago
  18. 3069ce6 can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before register access by Sean Nyekjaer · 5 years ago
  19. da2311a can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices by Xiaolong Huang · 5 years ago
  20. 2de4973 can: tcan45x: Make wake-up GPIO an optional GPIO by Dan Murphy · 5 years ago
  21. 6055225 can: m_can: tcan4x5x: add required delay after reset by Sean Nyekjaer · 5 years ago
  22. 048e3a34 can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgment by Joakim Zhang · 5 years ago
  23. b7603d0 can: flexcan: add low power enter/exit acknowledgment helper by Joakim Zhang · 5 years ago
  24. e707180 can: flexcan: fix possible deadlock and out-of-order reception after wakeup by Sean Nyekjaer · 5 years ago
  25. 9ab79b0 can: xilinx_can: Fix missing Rx can packets on CANFD2.0 by Srinivas Neeli · 5 years ago
  26. 3d3c817 can: xilinx_can: Fix usage of skb memory by Srinivas Neeli · 5 years ago
  27. b848238 can: xilinx_can: skip error message on deferred probe by Venkatesh Yadav Abbarapu · 5 years ago
  28. 870db5d can: ucan: fix non-atomic allocation in completion handler by Johan Hovold · 5 years ago
  29. 9ebd796 can: slcan: Fix use-after-free Read in slcan_open by Jouni Hogander · 5 years ago
  30. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  31. 0704c57 can: m_can_platform: remove unnecessary m_can_class_resume() call by Pankaj Sharma · 5 years ago
  32. 2ea8724 can: m_can_platform: set net_device structure as driver data by Pankaj Sharma · 5 years ago
  33. 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  34. ed50e16 slcan: Fix memory leak in error path by Jouni Hogander · 5 years ago
  35. b9468ad can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark the mailbox as read by Marc Kleine-Budde · 6 years ago
  36. b87c28b can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1 by Marc Kleine-Budde · 6 years ago
  37. d3a5150 can: flexcan: flexcan_read_reg_iflag_rx(): optimize reading by Marc Kleine-Budde · 6 years ago
  38. 0ca64f0 can: flexcan: introduce struct flexcan_priv::tx_mask and make use of it by Marc Kleine-Budde · 6 years ago
  39. 8ce5139 can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_mask by Marc Kleine-Budde · 6 years ago
  40. 9ed63c6 can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2} by Marc Kleine-Budde · 6 years ago
  41. 07c054d can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2} by Marc Kleine-Budde · 6 years ago
  42. 4e26598 can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rx by Marc Kleine-Budde · 6 years ago
  43. b36d3c0 can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB() by Marc Kleine-Budde · 6 years ago
  44. 58ed8e7 can: flexcan: flexcan_irq_state(): only read timestamp if needed by Marc Kleine-Budde · 5 years ago
  45. a4721f2 can: flexcan: use devm_platform_ioremap_resource() to simplify code by Joakim Zhang · 5 years ago
  46. 4e9c948 can: rx-offload: Prepare for CAN FD support by Joakim Zhang · 6 years ago
  47. 61d2350 can: rx-offload: can_rx_offload_reset(): remove no-op function by Marc Kleine-Budde · 5 years ago
  48. f1242cd can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment in if condition by Marc Kleine-Budde · 5 years ago
  49. a7b70e2 can: rx-offload: can_rx_offload_compare(): fix typo by Marc Kleine-Budde · 5 years ago
  50. 54dd0b8 can: rx-offload: fix long lines by Marc Kleine-Budde · 5 years ago
  51. 0767bbe can: sun4i: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  52. ac9921d can: rcar: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  53. 8dab8c6 can: ifi: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  54. 65725aa can: grcan: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  55. 6b43a26 can: m_can: add support for handling arbitration error by Pankaj Sharma · 5 years ago
  56. fb7d6a8 can: m_can: add support for one shot mode by Pankaj Sharma · 5 years ago
  57. 0ff8ee8 can: xilinx_can: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  58. 91e9f2c can: xilinx_can: avoid non-requested bus error frames by Anssi Hannula · 5 years ago
  59. b687a77 can: xilinx_can: fix checkpatch warnings by Marc Kleine-Budde · 5 years ago
  60. 2b1a454 can: peak_canfd: provide hw timestamps in rx skbs by Stephane Grosjean · 5 years ago
  61. 3cc9358 can: peak_canfd: fix checkpatch warnings by Marc Kleine-Budde · 5 years ago
  62. e577ba7 can: c_can: c_can_plaform: fix checkpatch warnings by Marc Kleine-Budde · 5 years ago
  63. 8ce8c0a can: mcp251x: only reset hardware as required by Timo Schlüßler · 5 years ago
  64. 877a9021 can: mcp251x: add mcp251x_write_2regs() and make use of it by Timo Schlüßler · 5 years ago
  65. 50ec881 can: mcp251x: get rid of legacy platform data by Andy Shevchenko · 5 years ago
  66. 371fd7b can: dev: can_restart(): remove unused code by Gustavo A. R. Silva · 7 years ago
  67. 27a0e54 can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race condition by Timo Schlüßler · 5 years ago
  68. b5018be can: ti_hecc: add missing state changes by Jeroen Hofstee · 5 years ago
  69. 3b2d652d can: ti_hecc: properly report state changes by Jeroen Hofstee · 5 years ago
  70. 678d85e can: ti_hecc: add fifo overflow error reporting by Jeroen Hofstee · 5 years ago
  71. 9938374 can: ti_hecc: release the mailbox a bit earlier by Jeroen Hofstee · 5 years ago
  72. 10f5d55 can: ti_hecc: keep MIM and MD set by Jeroen Hofstee · 5 years ago
  73. 59f415c can: ti_hecc: ti_hecc_stop(): stop the CPK on down by Jeroen Hofstee · 5 years ago
  74. c4409e9 can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails by Marc Kleine-Budde · 6 years ago
  75. 7581243 can: flexcan: increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails by Marc Kleine-Budde · 6 years ago
  76. 1f7f504d can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on error by Marc Kleine-Budde · 5 years ago
  77. c2a9f74 can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on error by Jeroen Hofstee · 5 years ago
  78. d763ab3 can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate error value in case of errors by Marc Kleine-Budde · 5 years ago
  79. 4e9016b can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on queue overflow or OOM by Marc Kleine-Budde · 5 years ago
  80. a2dc3f5 can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue beyond skb_queue_len_max by Marc Kleine-Budde · 5 years ago
  81. 6caf8a6 can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb mem leak by Marc Kleine-Budde · 5 years ago
  82. ca913f1 can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb mem leak by Marc Kleine-Budde · 5 years ago
  83. 659680b can: xilinx_can: Fix flags field initialization for axi can by Appana Durga Kedareswara rao · 5 years ago
  84. 6f12001 can: c_can: C_CAN: add bus recovery events by Jeroen Hofstee · 5 years ago
  85. 23c5a948 can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open by Jeroen Hofstee · 5 years ago
  86. 3cb3eaa can: c_can: c_can_poll(): only read status register after status IRQ by Kurt Van Dijck · 5 years ago
  87. 128a1b8 can: peak_usb: report bus recovery as well by Jeroen Hofstee · 5 years ago
  88. f7a1337 can: peak_usb: fix slab info leak by Johan Hovold · 5 years ago
  89. de280f4 can: peak_usb: fix a potential out-of-sync while decoding packets by Stephane Grosjean · 5 years ago
  90. 5e26932 can: flexcan: disable completely the ECC mechanism by Joakim Zhang · 5 years ago
  91. 3759739 can: usb_8dev: fix use-after-free on disconnect by Johan Hovold · 5 years ago
  92. 4d66364 can: mcba_usb: fix use-after-free on disconnect by Johan Hovold · 5 years ago
  93. fb5be6a can: gs_usb: gs_can_open(): prevent memory leak by Navid Emamdoost · 5 years ago
  94. db9ee38 can: dev: add missing of_node_put() after calling of_get_child_by_name() by Wen Yang · 5 years ago
  95. 02bc5eb drivers: net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  96. 44c4091 Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 5 years ago
  97. 8df9ffb can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_lists by Marc Kleine-Budde · 6 years ago
  98. ffd956e can: introduce CAN midlayer private and allocate it automatically by Marc Kleine-Budde · 6 years ago
  99. 13ecee7 can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info by Marc Kleine-Budde · 5 years ago
  100. d36673f can: dev: can_dellink(): remove return at end of void function by Marc Kleine-Budde · 5 years ago