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