index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: rcar_canfd: Use devm_reset_control_get_optional_exclusive
Biju Das
2022-10-26
1
-11
/
+11
*
can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()
Dongliang Mu
2022-10-26
1
-1
/
+1
*
can: m_can: use consistent indention
Marc Kleine-Budde
2022-10-26
1
-1
/
+1
*
can: kvaser_usb: Compare requested bittiming parameters with actual parameter...
Jimmy Assarsson
2022-10-26
4
-41
/
+284
*
can: kvaser_usb: Add struct kvaser_usb_busparams
Jimmy Assarsson
2022-10-26
3
-31
/
+27
*
can: kvaser_usb_leaf: Fix bogus restart events
Anssi Hannula
2022-10-26
1
-3
/
+3
*
can: kvaser_usb_leaf: Ignore stale bus-off after start
Anssi Hannula
2022-10-26
1
-1
/
+30
*
can: kvaser_usb_leaf: Fix wrong CAN state after stopping
Anssi Hannula
2022-10-26
1
-0
/
+4
*
can: kvaser_usb_leaf: Fix improved state not being reported
Anssi Hannula
2022-10-26
3
-3
/
+81
*
can: kvaser_usb_leaf: Set Warning state even without bus errors
Anssi Hannula
2022-10-26
1
-12
/
+8
*
can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
Jimmy Assarsson
2022-10-26
1
-0
/
+99
*
can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...
Jimmy Assarsson
2022-10-26
1
-19
/
+19
*
can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
Jimmy Assarsson
2022-10-26
1
-1
/
+143
*
can: gs_usb: add support for reading error counters
Jeroen Hofstee
2022-10-20
1
-0
/
+39
*
can: gs_usb: document GS_CAN_FEATURE_GET_STATE
Jeroen Hofstee
2022-10-20
1
-1
/
+4
*
can: gs_usb: add ability to enable / disable berr reporting
Jeroen Hofstee
2022-10-20
1
-0
/
+6
*
can: gs_usb: document GS_CAN_FEATURE_BERR_REPORTING
Jeroen Hofstee
2022-10-20
1
-1
/
+3
*
can: gs_usb: gs_can_open(): merge setting of timestamp flags and init
Marc Kleine-Budde
2022-10-20
1
-3
/
+3
*
can: gs_usb: gs_can_open(): sort checks for ctrlmode
Marc Kleine-Budde
2022-10-20
1
-7
/
+5
*
can: gs_usb: gs_can_open(): allow loopback and listen only at the same time
Marc Kleine-Budde
2022-10-20
1
-1
/
+2
*
can: gs_usb: gs_make_candev(): set netdev->dev_id
Marc Kleine-Budde
2022-10-20
1
-0
/
+1
*
can: gs_usb: mention candleLight as supported device
Marc Kleine-Budde
2022-10-20
1
-3
/
+6
*
can: m_can: m_can_handle_bus_errors(): add support for handling DLEC error on...
Vivek Yadav
2022-10-20
1
-1
/
+10
*
can: m_can: is_lec_err(): clean up LEC error handling
Marc Kleine-Budde
2022-10-20
2
-8
/
+9
*
can: kvaser_usb: Remove -Warray-bounds exception
Kees Cook
2022-10-19
1
-5
/
+0
*
can: ucan: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-10-19
1
-1
/
+2
*
can: remove obsolete PCH CAN driver
Oliver Hartkopp
2022-10-19
4
-1259
/
+2
*
can: kvaser_usb_leaf: Fix CAN state after restart
Anssi Hannula
2022-10-11
1
-0
/
+2
*
can: kvaser_usb_leaf: Fix TX queue out of sync after restart
Anssi Hannula
2022-10-11
3
-1
/
+5
*
can: kvaser_usb: Fix use of uninitialized completion
Anssi Hannula
2022-10-11
2
-1
/
+2
*
can: kvaser_usb_leaf: Fix overread with an invalid command
Anssi Hannula
2022-10-11
1
-0
/
+75
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
2
-8
/
+20
|
\
|
*
can: c_can: don't cache TX messages for C_CAN cores
Marc Kleine-Budde
2022-09-28
2
-8
/
+20
*
|
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
3
-4
/
+3
*
|
can: ctucanfd: Remove redundant dev_err call
Shang XiaoJing
2022-09-23
1
-1
/
+0
*
|
can: gs_usb: remove dma allocations
Vasanth Sadhasivan
2022-09-23
1
-33
/
+6
*
|
can: gs_usb: add switchable termination support
Marc Kleine-Budde
2022-09-23
1
-1
/
+78
*
|
can: gs_usb: gs_make_candev(): clean up error handling
Marc Kleine-Budde
2022-09-23
1
-8
/
+13
*
|
can: gs_usb: convert from usb_control_msg() to usb_control_msg_{send,recv}()
Marc Kleine-Budde
2022-09-23
1
-194
/
+107
*
|
can: gs_usb: gs_cmd_reset(): rename variable holding struct gs_can pointer to...
Marc Kleine-Budde
2022-09-23
1
-3
/
+3
*
|
can: gs_usb: gs_can_open(): initialize time counter before starting device
Marc Kleine-Budde
2022-09-23
1
-4
/
+6
*
|
can: gs_usb: add missing lock to protect struct timecounter::cycle_last
Marc Kleine-Budde
2022-09-23
1
-5
/
+18
*
|
can: gs_usb: gs_usb_get_timestamp(): fix endpoint parameter for usb_control_m...
Marc Kleine-Budde
2022-09-23
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
2
-13
/
+18
|
\
|
|
*
can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo...
Marc Kleine-Budde
2022-09-21
1
-6
/
+11
|
*
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Marc Kleine-Budde
2022-09-21
1
-2
/
+2
|
*
can: flexcan: flexcan_mailbox_read() fix return value for drop = true
Marc Kleine-Budde
2022-09-21
1
-5
/
+5
*
|
can: dev: add CAN XL support to virtual CAN
Oliver Hartkopp
2022-09-15
2
-10
/
+10
*
|
can: canxl: update CAN infrastructure for CAN XL frames
Oliver Hartkopp
2022-09-15
1
-18
/
+54
*
|
can: set CANFD_FDF flag in all CAN FD frame structures
Oliver Hartkopp
2022-09-15
2
-1
/
+11
[next]