Age | Commit message (Expand) | Author |
2017-08-13 | can: constify platform_device_id | Arvind Yadav |
2017-07-18 | net: can: janz-ican3: constify attribute_group structures. | Arvind Yadav |
2017-07-18 | net: can: at91_can: constify attribute_group structures. | Arvind Yadav |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-09 | can: enable CAN FD for virtual CAN devices by default | Oliver Hartkopp |
2017-06-09 | can: gs_usb: fix memory leak in gs_cmd_reset() | Marc Kleine-Budde |
2017-06-09 | can: peak_usb: fix product-id endianness in error message | Johan Hovold |
2017-06-09 | can: peak_canfd: fix uninitialized symbol warnings | Stephane Grosjean |
2017-06-09 | can: dev: make can_change_state() robust to be called with cf == NULL | Marc Kleine-Budde |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-05-18 | can: m_can: add deep Suspend/Resume support | Quentin Schulz |
2017-05-18 | can: m_can: factorize clock gating and ungating | Quentin Schulz |
2017-05-18 | can: m_can: make m_can_start and m_can_stop symmetric | Quentin Schulz |
2017-05-18 | can: m_can: move Message RAM initialization to function | Quentin Schulz |
2017-05-10 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-05-08 | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd |
2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-25 | net: can: usb: gs_usb: Fix buffer on stack | Maksim Salau |
2017-04-25 | can: usb: Kconfig: Add PCAN-USB X6 device in help text | Stephane Grosjean |
2017-04-25 | can: usb: Add support of PCAN-Chip USB stamp module | Stephane Grosjean |
2017-04-25 | can: ti_hecc: fix return value check in ti_hecc_probe() | Wei Yongjun |
2017-04-25 | can: enable module auto loading for virtual CAN interfaces | Oliver Hartkopp |
2017-04-25 | can: add Virtual CAN Tunnel driver (vxcan) | Oliver Hartkopp |
2017-04-25 | can: mcba_usb: Add support for Microchip CAN BUS Analyzer | Remigiusz Kołłątaj |
2017-04-25 | can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.x | Mario Huettel |
2017-04-25 | can: m_can: Configuration for TX and TX event FIFOs | Mario Huettel |
2017-04-25 | can: m_can: Enable M_CAN version dependent initialization | Mario Huettel |
2017-04-25 | can: m_can: Updated register defines to newest version | Mario Huettel |
2017-04-25 | can: m_can: Removed virtual address from print | Mario Huettel |
2017-04-25 | can: m_can: Removed initialization of FIFO water marks | Mario Huettel |
2017-04-25 | can: m_can: Disabled Interrupt Line 1 | Mario Huettel |
2017-04-25 | can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boards | Stephane Grosjean |
2017-04-25 | can: peak: move header file to new can common subdir | Stephane Grosjean |
2017-04-25 | can: peak: fix usage of const qualifier in pointers args | Stephane Grosjean |
2017-04-25 | can: peak: fix usage of usb specific data type | Stephane Grosjean |
2017-04-20 | Annotate hardware config module parameters in drivers/net/can/ | David Howells |
2017-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-04 | can: rcar_can: Do not print virtual addresses | Geert Uytterhoeven |
2017-04-04 | can: ifi: use correct register to read rx status | Markus Marb |
2017-04-04 | can: hi311x: Add Holt HI-311x CAN driver | Akshay Bhat |
2017-04-04 | can: ti_hecc: Convert TI HECC driver to DT only driver | Yegor Yefremov |
2017-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-03-03 | can: flexcan: fix typo in comment | Marc Kleine-Budde |
2017-03-03 | can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer | Marc Kleine-Budde |
2017-03-03 | can: gs_usb: fix coding style | Ethan Zonca |