index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
dev
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
can: netlink: can_changelink(): allow disabling of automatic restart
Marc Kleine-Budde
1
-2
/
+4
2025-08-15
can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do...
Marc Kleine-Budde
2
-3
/
+21
2025-08-15
can: dev: can_restart(): move debug message and stats after successful restart
Marc Kleine-Budde
1
-4
/
+4
2025-08-15
can: dev: can_restart(): reverse logic to remove need for goto
Marc Kleine-Budde
1
-7
/
+4
2024-12-14
can: dev: can_set_termination(): allow sleeping GPIOs
Marc Kleine-Budde
1
-1
/
+1
2024-02-23
can: netlink: Fix TDCO calculation using the old data bittiming
Maxime Jayat
1
-1
/
+1
2023-11-20
can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is acc...
Marc Kleine-Budde
1
-1
/
+5
2023-11-20
can: dev: can_restart(): fix race condition between controller restart and ne...
Marc Kleine-Budde
1
-3
/
+4
2023-11-20
can: dev: can_restart(): don't crash kernel if carrier is OK
Marc Kleine-Budde
1
-1
/
+2
2023-05-24
can: dev: fix missing CAN XL support in can_put_echo_skb()
Oliver Hartkopp
1
-1
/
+2
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
1
-9
/
+1
2022-09-15
can: canxl: update CAN infrastructure for CAN XL frames
Oliver Hartkopp
1
-18
/
+54
2022-09-15
can: set CANFD_FDF flag in all CAN FD frame structures
Oliver Hartkopp
1
-0
/
+11
2022-09-15
can: skb: add skb CAN frame data length helpers
Oliver Hartkopp
2
-9
/
+5
2022-09-15
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
1
-8
/
+10
2022-09-05
can: rx-offload: can_rx_offload_init_queue(): fix typo
Marc Kleine-Budde
1
-1
/
+1
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-03
can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1U
Dario Binacchi
1
-1
/
+2
2022-06-13
can: netlink: allow configuring of fixed data bit rates without need for do_s...
Marc Kleine-Budde
1
-1
/
+2
2022-06-11
can: skb: drop tx skb if in listen only mode
Vincent Mailhol
1
-1
/
+8
2022-06-11
can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.c
Vincent Mailhol
1
-0
/
+58
2022-06-11
can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
Vincent Mailhol
1
-1
/
+1
2022-06-11
can: bittiming: move bittiming calculation functions to calc_bittiming.c
Vincent Mailhol
3
-197
/
+203
2022-06-11
can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEV
Vincent Mailhol
3
-15
/
+17
2022-06-11
can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINK
Vincent Mailhol
1
-1
/
+1
2022-06-11
can: netlink: allow configuring of fixed bit rates without need for do_set_bi...
Marc Kleine-Budde
1
-1
/
+2
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
3
-9
/
+0
2022-05-19
can: can-dev: move to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2022-04-19
can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...
Marc Kleine-Budde
1
-1
/
+1
2022-04-19
can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...
Marc Kleine-Budde
1
-3
/
+3
2022-03-06
can: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-02-24
can: bittiming: mark function arguments and local variables as const
Marc Kleine-Budde
1
-6
/
+6
2022-02-24
can: bittiming: can_validate_bitrate(): simplify bit rate checking
Marc Kleine-Budde
1
-6
/
+2
2022-01-05
can: netlink: report the CAN controller mode supported flags
Vincent Mailhol
1
-1
/
+30
2022-01-05
can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
Vincent Mailhol
2
-3
/
+4
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
1
-1
/
+2
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2
-6
/
+4
2021-12-08
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
1
-2
/
+3
2021-10-24
can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device
Vincent Mailhol
1
-3
/
+12
2021-10-24
can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)
Vincent Mailhol
1
-5
/
+208
2021-10-24
can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv
Vincent Mailhol
2
-11
/
+9
2021-10-24
can: bittiming: change unit of TDC parameters to clock periods
Vincent Mailhol
1
-4
/
+5
2021-10-24
can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
Vincent Mailhol
1
-3
/
+7
2021-10-24
can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...
Marc Kleine-Budde
1
-1
/
+1
2021-08-19
can: netlink: allow user to turn off unsupported features
Vincent Mailhol
1
-1
/
+1
2021-08-19
can: dev: provide optional GPIO based termination support
Oleksij Rempel
1
-0
/
+66
2021-07-25
can: netlink: remove redundant check in can_validate()
Vincent Mailhol
1
-1
/
+1
2021-07-25
can: netlink: clear data_bittiming if FD is turned off
Vincent Mailhol
1
-2
/
+5
[next]