index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-28
can: dev: add generic function can_eth_ioctl_hwts()
Vincent Mailhol
1
-0
/
+29
2022-07-28
can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
Vincent Mailhol
1
-0
/
+21
2022-07-28
can: dev: add hardware TX timestamp
Vincent Mailhol
1
-0
/
+6
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
30
-0
/
+159
2022-07-28
can: v(x)can: add software tx timestamps
Vincent Mailhol
2
-0
/
+4
2022-07-28
can: slcan: add software tx timestamps
Vincent Mailhol
1
-0
/
+2
2022-07-28
can: janz-ican3: add software tx timestamp
Vincent Mailhol
1
-0
/
+2
2022-07-28
can: can327: add software tx timestamps
Vincent Mailhol
1
-0
/
+2
2022-07-28
MAINTAINERS: Add maintainer for the slcan driver
Dario Binacchi
1
-0
/
+1
2022-07-28
can: slcan: add support for listen-only mode
Dario Binacchi
1
-4
/
+15
2022-07-28
can: slcan: use the generic can_change_mtu()
Dario Binacchi
1
-6
/
+1
2022-07-28
can: slcan: change every `slc' occurrence in `slcan'
Dario Binacchi
1
-53
/
+56
2022-07-28
can: slcan: remove legacy infrastructure
Dario Binacchi
1
-255
/
+63
2022-07-28
can: slcan: remove useless header inclusions
Dario Binacchi
1
-3
/
+0
2022-07-28
can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
Vincent Mailhol
1
-6
/
+8
2022-07-27
can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()
Vincent Mailhol
3
-8
/
+3
2022-07-27
can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()
Vincent Mailhol
3
-8
/
+3
2022-07-27
can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()
Vincent Mailhol
3
-8
/
+4
2022-07-26
can: etas_es58x: remove DRV_VERSION
Vincent Mailhol
1
-5
/
+2
2022-07-26
can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAME
Vincent Mailhol
1
-4
/
+3
2022-07-26
can: ubs_8dev: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-2
/
+2
2022-07-26
can: kvaser_usb: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-1
/
+1
2022-07-26
can: gs_ubs: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-3
/
+3
2022-07-26
can: esd_usb: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-1
/
+1
2022-07-26
can: softing: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-2
/
+2
2022-07-26
can: ems_usb: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-2
/
+2
2022-07-26
can: can327: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-2
/
+2
2022-07-26
can: mcp251xfd: mcp251xfd_dump(): fix comment
Marc Kleine-Budde
1
-1
/
+1
2022-07-21
Merge tag 'linux-can-next-for-5.20-20220721' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-1
/
+1
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+14
2022-07-21
can: pch_can: pch_can_error(): initialize errc before using it
Vincent Mailhol
1
-1
/
+1
2022-07-20
can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()
Liang He
1
-0
/
+1
2022-07-20
can: mcp251xfd: fix detection of mcp251863
Marc Kleine-Budde
1
-5
/
+13
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
24
-18
/
+36
2022-07-20
can: usb_8dev: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-07-20
can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-2
/
+4
2022-07-20
can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-4
/
+8
2022-07-20
can: sun4i_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-5
/
+4
2022-07-20
can: hi311x: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-2
/
+3
2022-07-20
can: slcan: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-7
/
+5
2022-07-20
can: sja1000: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-07-20
can: rcar_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-4
/
+4
2022-07-20
can: pch_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+3
2022-07-19
can: peak_usb: include support for a new MCU
Stephane Grosjean
1
-10
/
+58
2022-07-19
can: peak_usb: correction of an initially misnamed field name
Stephane Grosjean
2
-2
/
+2
2022-07-19
can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as const
Stephane Grosjean
2
-2
/
+2
2022-07-19
can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x.
Pavel Pisa
1
-4
/
+28
2022-07-19
can: c_can: remove wrong comment
Dario Binacchi
1
-1
/
+0
2022-07-19
can: slcan: do not sleep with a spin lock held
Dario Binacchi
1
-4
/
+3
2022-07-19
can: sja1000: Change the return type as void for SoC specific init
Biju Das
1
-9
/
+4
[prev]
[next]