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: 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
*
|
can: skb: add skb CAN frame data length helpers
Oliver Hartkopp
2022-09-15
2
-9
/
+5
*
|
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
2022-09-15
1
-8
/
+10
*
|
can: flexcan: Switch to use dev_err_probe() helper
Yang Yingliang
2022-09-14
1
-2
/
+1
*
|
can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-09-06
1
-1
/
+1
*
|
can: gs_usb: add RX and TX hardware timestamp support
John Whittington
2022-09-06
1
-7
/
+186
*
|
can: gs_usb: use common spelling of GS_USB in macros
Marc Kleine-Budde
2022-09-06
1
-11
/
+11
*
|
can: kvaser_pciefd: remove redundant variable ret
Jinpeng Cui
2022-09-05
1
-5
/
+2
*
|
can: sja1000: remove redundant variable ret
Jinpeng Cui
2022-09-05
1
-5
/
+1
*
|
can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller
Biju Das
2022-09-05
1
-5
/
+33
*
|
can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one element
Kenneth Lee
2022-09-05
1
-10
/
+10
*
|
can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPRO...
Christophe JAILLET
2022-09-05
1
-16
/
+10
*
|
can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*
Marc Kleine-Budde
2022-09-05
2
-38
/
+38
*
|
can: rx-offload: can_rx_offload_init_queue(): fix typo
Marc Kleine-Budde
2022-09-05
1
-1
/
+1
*
|
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
2
-2
/
+2
|
/
*
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-11
2
-4
/
+16
|
\
|
*
can: mcp251x: Fix race condition on receive interrupt
Sebastian Würl
2022-08-09
1
-3
/
+15
|
*
can: ems_usb: fix clang's -Wunaligned-access warning
Marc Kleine-Budde
2022-08-09
1
-1
/
+1
*
|
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-08-07
1
-1
/
+1
|
\
\
|
*
|
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
2022-06-22
1
-1
/
+1
*
|
|
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-08-04
1
-10
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
2022-06-10
1
-10
/
+1
|
|
/
*
|
can: can327: fix a broken link to Documentation
Christophe JAILLET
2022-07-31
1
-1
/
+1
*
|
can: etas_es58x: remove useless calls to usb_fill_bulk_urb()
Vincent Mailhol
2022-07-29
1
-8
/
+3
*
|
can: peak_usb: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2022-07-28
5
-0
/
+45
*
|
can: peak_canfd: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2022-07-28
1
-0
/
+48
*
|
can: kvaser_usb: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2022-07-28
2
-2
/
+26
*
|
can: kvaser_pciefd: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2022-07-28
1
-0
/
+7
[next]