summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol2022-07-281-0/+29
* can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol2022-07-281-0/+21
* can: dev: add hardware TX timestampVincent Mailhol2022-07-281-0/+6
* can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1UDario Binacchi2022-07-031-1/+2
* can: netlink: allow configuring of fixed data bit rates without need for do_s...Marc Kleine-Budde2022-06-131-1/+2
* can: skb: drop tx skb if in listen only modeVincent Mailhol2022-06-111-1/+8
* can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.cVincent Mailhol2022-06-111-0/+58
* can: Kconfig: add CONFIG_CAN_RX_OFFLOADVincent Mailhol2022-06-111-1/+1
* can: bittiming: move bittiming calculation functions to calc_bittiming.cVincent Mailhol2022-06-113-197/+203
* can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEVVincent Mailhol2022-06-113-15/+17
* can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINKVincent Mailhol2022-06-111-1/+1
* can: netlink: allow configuring of fixed bit rates without need for do_set_bi...Marc Kleine-Budde2022-06-111-1/+2
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-193-9/+0
* can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-191-1/+2
* can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...Marc Kleine-Budde2022-04-191-1/+1
* can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde2022-04-191-3/+3
* can: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* can: bittiming: mark function arguments and local variables as constMarc Kleine-Budde2022-02-241-6/+6
* can: bittiming: can_validate_bitrate(): simplify bit rate checkingMarc Kleine-Budde2022-02-241-6/+2
* can: netlink: report the CAN controller mode supported flagsVincent Mailhol2022-01-051-1/+30
* can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol2022-01-052-3/+4
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+2
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-052-6/+4
* can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol2021-12-081-2/+3
* can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol2021-10-241-3/+12
* can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol2021-10-241-5/+208
* can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol2021-10-242-11/+9
* can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol2021-10-241-4/+5
* can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2021-10-241-3/+7
* can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...Marc Kleine-Budde2021-10-241-1/+1
* can: netlink: allow user to turn off unsupported featuresVincent Mailhol2021-08-191-1/+1
* can: dev: provide optional GPIO based termination supportOleksij Rempel2021-08-191-0/+66
* can: netlink: remove redundant check in can_validate()Vincent Mailhol2021-07-251-1/+1
* can: netlink: clear data_bittiming if FD is turned offVincent Mailhol2021-07-251-2/+5
* can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde2021-07-251-0/+23
* can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde2021-07-251-1/+1
* can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde2021-07-251-34/+33
* can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde2021-04-071-2/+8
* can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol2021-03-301-2/+2
* can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol2021-03-302-0/+26
* can: netlink: move '=' operators back to previous line (checkpatch fix)Vincent Mailhol2021-03-301-14/+11
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-2/+9
* can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...Marc Kleine-Budde2021-03-301-1/+5
* can: dev: always create TX echo skbMarc Kleine-Budde2021-03-301-2/+8
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-0/+1
* net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-241-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-291-1/+1
* can: length: can_fd_len2dlc(): make legnth calculation readable againMarc Kleine-Budde2021-01-271-1/+6
* can: dev: export can_get_state_str() functionVincent Mailhol2021-01-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-2/+2