summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/dev
AgeCommit message (Expand)AuthorLines
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp-9/+0
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski-1/+2
2022-04-19can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...Marc Kleine-Budde-1/+1
2022-04-19can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde-3/+3
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2022-02-24can: bittiming: mark function arguments and local variables as constMarc Kleine-Budde-6/+6
2022-02-24can: bittiming: can_validate_bitrate(): simplify bit rate checkingMarc Kleine-Budde-6/+2
2022-01-05can: netlink: report the CAN controller mode supported flagsVincent Mailhol-1/+30
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol-3/+4
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol-1/+2
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol-6/+4
2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol-2/+3
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol-3/+12
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol-5/+208
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol-11/+9
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol-4/+5
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol-3/+7
2021-10-24can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...Marc Kleine-Budde-1/+1
2021-08-19can: netlink: allow user to turn off unsupported featuresVincent Mailhol-1/+1
2021-08-19can: dev: provide optional GPIO based termination supportOleksij Rempel-0/+66
2021-07-25can: netlink: remove redundant check in can_validate()Vincent Mailhol-1/+1
2021-07-25can: netlink: clear data_bittiming if FD is turned offVincent Mailhol-2/+5
2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde-0/+23
2021-07-25can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde-1/+1
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde-34/+33
2021-04-07can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde-2/+8
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol-2/+2
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol-0/+26
2021-03-30can: netlink: move '=' operators back to previous line (checkpatch fix)Vincent Mailhol-14/+11
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde-2/+9
2021-03-30can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...Marc Kleine-Budde-1/+5
2021-03-30can: dev: always create TX echo skbMarc Kleine-Budde-2/+8
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi-0/+1
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel-1/+3
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-01-27can: length: can_fd_len2dlc(): make legnth calculation readable againMarc Kleine-Budde-1/+6
2021-01-27can: dev: export can_get_state_str() functionVincent Mailhol-1/+2
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-01-14can: dev: can_put_echo_skb(): add software tx timestampsVincent Mailhol-0/+2
2021-01-14can: dev: can_rx_offload_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde-2/+3
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde-2/+3
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol-1/+4
2021-01-14can: dev: extend struct can_skb_priv to hold CAN frame lengthMarc Kleine-Budde-3/+8
2021-01-14can: length: can_skb_get_frame_len(): introduce function to get data length o...Vincent Mailhol-0/+50
2021-01-14can: length: can_fd_len2dlc(): simplify length calculcationMarc Kleine-Budde-4/+2
2021-01-13can: length: convert to kernel coding styleMarc Kleine-Budde-12/+16
2021-01-13can: dev: move netlink related code into seperate fileMarc Kleine-Budde-367/+383
2021-01-13can: dev: move skb related into seperate fileMarc Kleine-Budde-213/+221
2021-01-13can: dev: move length related code into seperate fileMarc Kleine-Budde-33/+39
2021-01-13can: dev: move bittiming related code into seperate fileMarc Kleine-Budde-261/+262