aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/can
AgeCommit message (Expand)Author
2022-04-14drivers: net: can: llce logger: check logging featureRadu Pirea (NXP OSS)
2022-01-11net/can: llce: Free all RX indexes before channel deinitializationGhennadi Procopciuc
2022-01-11net: llce-can: Add support for ethtool private statsGhennadi Procopciuc
2021-08-15can: llce: Move RX related functionality into a common fileGhennadi Procopciuc
2021-04-07net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-03-17can: skb: can_skb_set_owner(): fix ref counting if socket was closed before s...Oleksij Rempel
2020-11-03can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel
2020-10-12can: remove obsolete version stringsOliver Hartkopp
2020-10-07can: dev: add a helper function to calculate the duration of one bitVincent Mailhol
2020-10-06can: dev: fix type of get_can_dlc() and get_canfd_dlc() macrosVincent Mailhol
2020-09-21can: rx-offload: can_rx_offload_add_manual(): add new initialization functionMarc Kleine-Budde
2020-09-21can: dev: can_put_echo_skb(): propagate error in case of errorsMarc Kleine-Budde
2020-09-21can: include: fix spelling mistakesMarc Kleine-Budde
2020-06-15can: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-18can: dev: peak_canfd.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-02can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Oliver Hartkopp
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-13can: af_can: export can_sock_destruct()Oleksij Rempel
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang
2019-11-11can: rx-offload: can_rx_offload_reset(): remove no-op functionMarc Kleine-Budde
2019-11-11can: mcp251x: get rid of legacy platform dataAndy Shevchenko
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde
2019-09-03can: dev: avoid long linesMarc Kleine-Budde
2019-08-20can: rcar_can: Remove unused platform data supportGeert Uytterhoeven
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2018-11-09can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_...Oleksij Rempel
2018-11-09can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_q...Oleksij Rempel
2018-11-09can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...Marc Kleine-Budde
2018-07-27can: dev: enable multi-queue for SocketCAN devicesZhu Yi
2018-01-16can: dev: Add support for limiting configured bitrateFranklin S Cooper Jr
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-25can: complete initial namespace supportOliver Hartkopp
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean
2017-04-04can: initial support for network namespacesMario Kicherer
2017-04-04can: ti_hecc: Convert TI HECC driver to DT only driverYegor Yefremov
2017-02-06can: rx-offload: Add support for timestamp based irq offloadingMarc Kleine-Budde
2017-02-06can: rx-offload: Add support for HW fifo based irq offloadingDavid Jander
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2017-01-24can: dev: add CAN interface API for fixed bitratesMarc Kleine-Budde
2017-01-24can: dev: add CAN interface termination APIOliver Hartkopp