index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
dev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: dev: add generic function can_eth_ioctl_hwts()
Vincent Mailhol
2022-07-28
1
-0
/
+29
*
can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
Vincent Mailhol
2022-07-28
1
-0
/
+21
*
can: dev: add hardware TX timestamp
Vincent Mailhol
2022-07-28
1
-0
/
+6
*
can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1U
Dario Binacchi
2022-07-03
1
-1
/
+2
*
can: netlink: allow configuring of fixed data bit rates without need for do_s...
Marc Kleine-Budde
2022-06-13
1
-1
/
+2
*
can: skb: drop tx skb if in listen only mode
Vincent Mailhol
2022-06-11
1
-1
/
+8
*
can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.c
Vincent Mailhol
2022-06-11
1
-0
/
+58
*
can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
Vincent Mailhol
2022-06-11
1
-1
/
+1
*
can: bittiming: move bittiming calculation functions to calc_bittiming.c
Vincent Mailhol
2022-06-11
3
-197
/
+203
*
can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEV
Vincent Mailhol
2022-06-11
3
-15
/
+17
*
can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINK
Vincent Mailhol
2022-06-11
1
-1
/
+1
*
can: netlink: allow configuring of fixed bit rates without need for do_set_bi...
Marc Kleine-Budde
2022-06-11
1
-1
/
+2
*
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-19
3
-9
/
+0
*
can: can-dev: move to netif_napi_add_weight()
Jakub Kicinski
2022-05-19
1
-1
/
+2
*
can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...
Marc Kleine-Budde
2022-04-19
1
-1
/
+1
*
can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...
Marc Kleine-Budde
2022-04-19
1
-3
/
+3
*
can: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-06
1
-1
/
+1
*
can: bittiming: mark function arguments and local variables as const
Marc Kleine-Budde
2022-02-24
1
-6
/
+6
*
can: bittiming: can_validate_bitrate(): simplify bit rate checking
Marc Kleine-Budde
2022-02-24
1
-6
/
+2
*
can: netlink: report the CAN controller mode supported flags
Vincent Mailhol
2022-01-05
1
-1
/
+30
*
can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
Vincent Mailhol
2022-01-05
2
-3
/
+4
*
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
1
-1
/
+2
*
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2022-01-05
2
-6
/
+4
*
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
2021-12-08
1
-2
/
+3
*
can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device
Vincent Mailhol
2021-10-24
1
-3
/
+12
*
can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)
Vincent Mailhol
2021-10-24
1
-5
/
+208
*
can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv
Vincent Mailhol
2021-10-24
2
-11
/
+9
*
can: bittiming: change unit of TDC parameters to clock periods
Vincent Mailhol
2021-10-24
1
-4
/
+5
*
can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
Vincent Mailhol
2021-10-24
1
-3
/
+7
*
can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...
Marc Kleine-Budde
2021-10-24
1
-1
/
+1
*
can: netlink: allow user to turn off unsupported features
Vincent Mailhol
2021-08-19
1
-1
/
+1
*
can: dev: provide optional GPIO based termination support
Oleksij Rempel
2021-08-19
1
-0
/
+66
*
can: netlink: remove redundant check in can_validate()
Vincent Mailhol
2021-07-25
1
-1
/
+1
*
can: netlink: clear data_bittiming if FD is turned off
Vincent Mailhol
2021-07-25
1
-2
/
+5
*
can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...
Marc Kleine-Budde
2021-07-25
1
-0
/
+23
*
can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()
Marc Kleine-Budde
2021-07-25
1
-1
/
+1
*
can: rx-offload: add skb queue for use during ISR
Marc Kleine-Budde
2021-07-25
1
-34
/
+33
*
can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation fails
Marc Kleine-Budde
2021-04-07
1
-2
/
+8
*
can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macros
Vincent Mailhol
2021-03-30
1
-2
/
+2
*
can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)
Vincent Mailhol
2021-03-30
2
-0
/
+26
*
can: netlink: move '=' operators back to previous line (checkpatch fix)
Vincent Mailhol
2021-03-30
1
-14
/
+11
*
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-03-30
1
-2
/
+9
*
can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...
Marc Kleine-Budde
2021-03-30
1
-1
/
+5
*
can: dev: always create TX echo skb
Marc Kleine-Budde
2021-03-30
1
-2
/
+8
*
can: dev: Move device back to init netns on owning netns delete
Martin Willi
2021-03-16
1
-0
/
+1
*
net: introduce CAN specific pointer in the struct net_device
Oleksij Rempel
2021-02-24
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-29
1
-1
/
+1
*
can: length: can_fd_len2dlc(): make legnth calculation readable again
Marc Kleine-Budde
2021-01-27
1
-1
/
+6
*
can: dev: export can_get_state_str() function
Vincent Mailhol
2021-01-27
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
1
-2
/
+2
[next]