summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2024-09-04can: peak_usb: Remove setting of RX software timestampGal Pressman1-3/+0
2024-09-04can: peak_canfd: Remove setting of RX software timestampGal Pressman1-3/+0
2024-09-04can: dev: Remove setting of RX software timestampGal Pressman1-3/+0
2024-08-30can: kvaser_usb: Simplify with dev_err_probe()Yan Zhen1-26/+16
2024-08-30can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdefMartin Jocic1-13/+13
2024-08-30can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...Stefan Mätje1-51/+51
2024-08-05can: kvaser_usb: Rename kvaser_usb_{ethtool,netdev}_ops_hwts to kvaser_usb_{e...Jimmy Assarsson1-4/+4
2024-08-05can: kvaser_usb: Remove struct variables kvaser_usb_{ethtool,netdev}_opsJimmy Assarsson1-11/+0
2024-08-05can: kvaser_usb: Remove KVASER_USB_QUIRK_HAS_HARDWARE_TIMESTAMPJimmy Assarsson2-19/+8
2024-08-05can: kvaser_usb: leaf: Add hardware timestamp support to usbcan devicesJimmy Assarsson2-1/+14
2024-08-05can: kvaser_usb: leaf: Store MSB of timestampJimmy Assarsson2-3/+9
2024-08-05can: kvaser_usb: leaf: Add structs for Tx ACK and clock overflow commandsJimmy Assarsson1-2/+17
2024-08-05can: kvaser_usb: leaf: Add hardware timestamp support to leaf based devicesJimmy Assarsson2-4/+22
2024-08-05can: kvaser_usb: leaf: kvaser_usb_leaf_tx_acknowledge: Rename local variableJimmy Assarsson1-4/+4
2024-08-05can: kvaser_usb: leaf: Replace kvaser_usb_leaf_m32c_dev_cfg with kvaser_usb_l...Jimmy Assarsson1-3/+30
2024-08-05can: kvaser_usb: leaf: Assign correct timestamp_freq for kvaser_usb_leaf_imx_...Jimmy Assarsson1-3/+3
2024-08-05can: kvaser_usb: leaf: Add struct for Tx ACK commandsJimmy Assarsson1-1/+9
2024-08-05can: kvaser_usb: hydra: Set hardware timestamp on transmitted packetsJimmy Assarsson1-1/+4
2024-08-05can: kvaser_usb: hydra: Add struct for Tx ACK commandsJimmy Assarsson1-2/+17
2024-08-05can: kvaser_usb: hydra: kvaser_usb_hydra_ktime_from_rx_cmd: Drop {rx_} in fun...Jimmy Assarsson1-5/+4
2024-08-05can: kvaser_usb: Add helper functions to convert device timestamp into ktimeJimmy Assarsson2-6/+28
2024-08-05can: esd_402_pci: Add support for one-shot modeStefan Mätje3-4/+11
2024-08-05can: esd_402_pci: Rename esdACC CTRL register macrosStefan Mätje2-41/+42
2024-08-05can: flexcan: add wakeup support for imx95Haibo Chen2-7/+45
2024-07-29minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent5-5/+5
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-07-01can: kvaser_usb: Explicitly initialize family in leafimx driver_info structJimmy Assarsson1-0/+1
2024-06-29can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde1-44/+27
2024-06-29can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratumMarc Kleine-Budde3-26/+43
2024-06-29can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde3-3/+33
2024-06-29can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratumMarc Kleine-Budde3-47/+56
2024-06-29can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...Marc Kleine-Budde1-16/+32
2024-06-29can: mcp251xfd: clarify the meaning of timestampMarc Kleine-Budde5-38/+43
2024-06-29can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_s...Marc Kleine-Budde3-5/+11
2024-06-29can: mcp251xfd: update errata referencesMarc Kleine-Budde1-5/+7
2024-06-29can: mcp251xfd: properly indent labelsMarc Kleine-Budde4-20/+20
2024-06-28can: gs_usb: add VID/PID for Xylanta SAINT3 product familyMarc Kleine-Budde1-0/+5
2024-06-28can: m_can: Constify struct m_can_opsChristophe JAILLET4-4/+4
2024-06-28can: rcar_canfd: Remove superfluous parentheses in address calculationsGeert Uytterhoeven1-7/+7
2024-06-28can: rcar_canfd: Improve printing of global operational stateGeert Uytterhoeven1-2/+3
2024-06-28can: rcar_canfd: Simplify clock handlingGeert Uytterhoeven1-17/+7
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+66
2024-06-21can: mcp251xfd: fix infinite loop when xmit failsVitor Soares3-9/+65
2024-06-21can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni1-1/+1
2024-06-21can: m_can: don't enable transceiver when probingMartin Hundebøll2-66/+116
2024-06-21can: mcp251xfd: simplify with spi_get_device_match_data()Krzysztof Kozlowski1-8/+1
2024-06-21can: mcp251x: simplify with spi_get_device_match_data()Krzysztof Kozlowski1-5/+1
2024-06-21can: hi311x: simplify with spi_get_device_match_data()Krzysztof Kozlowski1-6/+1
2024-06-21can: kvaser_pciefd: Add MSI interruptsMartin Jocic1-4/+20