| Commit message (Expand) | Author | Age | Files | Lines |
* | can: dev: peak_canfd.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-04-18 | 1 | -2/+2 |
* | can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA... | Oliver Hartkopp | 2020-01-02 | 1 | -0/+34 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-16 | 1 | -0/+1 |
|\ |
|
| * | can: af_can: export can_sock_destruct() | Oleksij Rempel | 2019-11-13 | 1 | -0/+1 |
* | | can: rx-offload: Prepare for CAN FD support | Joakim Zhang | 2019-11-11 | 1 | -3/+3 |
* | | can: rx-offload: can_rx_offload_reset(): remove no-op function | Marc Kleine-Budde | 2019-11-11 | 1 | -1/+0 |
* | | can: mcp251x: get rid of legacy platform data | Andy Shevchenko | 2019-11-11 | 1 | -22/+0 |
|/ |
|
* | Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l... | David S. Miller | 2019-09-05 | 2 | -0/+76 |
|\ |
|
| * | can: add support of SAE J1939 protocol | The j1939 authors | 2019-09-04 | 1 | -0/+3 |
| * | can: introduce CAN_REQUIRED_SIZE macro | Kurt Van Dijck | 2019-09-04 | 1 | -0/+8 |
| * | can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l... | Marc Kleine-Budde | 2019-09-04 | 1 | -1/+0 |
| * | can: introduce CAN midlayer private and allocate it automatically | Marc Kleine-Budde | 2019-09-04 | 1 | -0/+66 |
* | | can: dev: avoid long lines | Marc Kleine-Budde | 2019-09-03 | 2 | -5/+11 |
|/ |
|
* | can: rcar_can: Remove unused platform data support | Geert Uytterhoeven | 2019-08-20 | 1 | -18/+0 |
* | can: Add SPDX license identifiers for CAN subsystem | Oliver Hartkopp | 2019-07-24 | 2 | -2/+2 |
* | can: remove obsolete empty ioctl() handler | Oliver Hartkopp | 2019-07-24 | 1 | -1/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495 | Thomas Gleixner | 2019-06-19 | 1 | -9/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_... | Oleksij Rempel | 2018-11-09 | 1 | -1/+2 |
* | can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_q... | Oleksij Rempel | 2018-11-09 | 1 | -0/+4 |
* | can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s... | Marc Kleine-Budde | 2018-11-09 | 1 | -0/+1 |
* | can: dev: enable multi-queue for SocketCAN devices | Zhu Yi | 2018-07-27 | 1 | -1/+6 |
* | can: dev: Add support for limiting configured bitrate | Franklin S Cooper Jr | 2018-01-16 | 1 | -0/+7 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 7 | -0/+7 |
* | can: complete initial namespace support | Oliver Hartkopp | 2017-04-25 | 1 | -2/+2 |
* | can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boards | Stephane Grosjean | 2017-04-25 | 1 | -0/+65 |
* | can: peak: move header file to new can common subdir | Stephane Grosjean | 2017-04-25 | 1 | -0/+243 |
* | can: initial support for network namespaces | Mario Kicherer | 2017-04-04 | 1 | -3/+4 |
* | can: ti_hecc: Convert TI HECC driver to DT only driver | Yegor Yefremov | 2017-04-04 | 1 | -44/+0 |
* | can: rx-offload: Add support for timestamp based irq offloading | Marc Kleine-Budde | 2017-02-06 | 1 | -1/+9 |
* | can: rx-offload: Add support for HW fifo based irq offloading | David Jander | 2017-02-06 | 1 | -0/+51 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-02 | 1 | -4/+3 |
|\ |
|
| * | can: Fix kernel panic at security_sock_rcv_skb | Eric Dumazet | 2017-01-29 | 1 | -4/+3 |
* | | can: dev: add CAN interface API for fixed bitrates | Marc Kleine-Budde | 2017-01-24 | 1 | -0/+4 |
* | | can: dev: add CAN interface termination API | Oliver Hartkopp | 2017-01-24 | 1 | -0/+4 |
|/ |
|
* | can: dev: fix deadlock reported after bus-off | Sergei Miroshnichenko | 2016-09-22 | 1 | -1/+2 |
* | can: fix handling of unmodifiable configuration options | Oliver Hartkopp | 2016-05-09 | 1 | -2/+20 |
* | net/can: can_dropped_invalid_skb can be boolean | Yaowei Bai | 2015-10-09 | 1 | -3/+3 |
* | can: headers: make header files self contained | Marc Kleine-Budde | 2015-09-21 | 2 | -1/+3 |
* | can: replace timestamp as unique skb attribute | Oliver Hartkopp | 2015-07-12 | 1 | -0/+2 |
* | can: add combined rx/tx LED trigger support | Yegor Yefremov | 2015-03-22 | 2 | -2/+6 |
* | can: use sock_efree instead of own destructor | Florian Westphal | 2015-03-22 | 1 | -6/+1 |
* | can: dev: Consolidate and unify state change handling | Andri Yngvason | 2014-12-07 | 1 | -0/+3 |
* | can: dev: add can_is_canfd_skb() API | Dong Aisheng | 2014-11-18 | 1 | -0/+6 |
* | can: unify identifiers to ensure unique include processing | Oliver Hartkopp | 2014-05-19 | 8 | -24/+24 |
* | can: add Renesas R-Car CAN driver | Sergei Shtylyov | 2014-05-19 | 1 | -0/+17 |
* | can: allow to change the device mtu for CAN FD capable devices | Oliver Hartkopp | 2014-03-07 | 1 | -0/+1 |
* | can: introduce the data bitrate configuration for CAN FD | Oliver Hartkopp | 2014-03-07 | 1 | -2/+4 |
* | Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can... | David S. Miller | 2014-02-13 | 1 | -0/+2 |
|\ |
|