| Commit message (Expand) | Author | Age | Files | Lines |
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 2017-06-27 | 2 | -2/+4 |
* | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -2/+2 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 7 | -12/+14 |
|\ |
|
| * | can: enable CAN FD for virtual CAN devices by default | Oliver Hartkopp | 2017-06-09 | 2 | -2/+2 |
| * | can: gs_usb: fix memory leak in gs_cmd_reset() | Marc Kleine-Budde | 2017-06-09 | 1 | -0/+2 |
| * | can: peak_usb: fix product-id endianness in error message | Johan Hovold | 2017-06-09 | 1 | -3/+1 |
| * | can: peak_canfd: fix uninitialized symbol warnings | Stephane Grosjean | 2017-06-09 | 1 | -1/+1 |
| * | can: dev: make can_change_state() robust to be called with cf == NULL | Marc Kleine-Budde | 2017-06-09 | 1 | -0/+3 |
| * | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 3 | -6/+5 |
* | | can: m_can: add deep Suspend/Resume support | Quentin Schulz | 2017-05-18 | 1 | -3/+12 |
* | | can: m_can: factorize clock gating and ungating | Quentin Schulz | 2017-05-18 | 1 | -19/+26 |
* | | can: m_can: make m_can_start and m_can_stop symmetric | Quentin Schulz | 2017-05-18 | 1 | -3/+2 |
* | | can: m_can: move Message RAM initialization to function | Quentin Schulz | 2017-05-18 | 1 | -11/+15 |
|/ |
|
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-11 | 2 | -8/+8 |
|\ |
|
| * | Annotate hardware config module parameters in drivers/net/can/ | David Howells | 2017-04-20 | 2 | -8/+8 |
* | | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 2017-05-09 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-27 | 5 | -5/+90 |
|\ \ |
|
| * | | net: can: usb: gs_usb: Fix buffer on stack | Maksim Salau | 2017-04-25 | 1 | -5/+12 |
| * | | can: usb: Kconfig: Add PCAN-USB X6 device in help text | Stephane Grosjean | 2017-04-25 | 1 | -0/+1 |
| * | | can: usb: Add support of PCAN-Chip USB stamp module | Stephane Grosjean | 2017-04-25 | 4 | -0/+77 |
* | | | can: ti_hecc: fix return value check in ti_hecc_probe() | Wei Yongjun | 2017-04-25 | 1 | -6/+6 |
* | | | can: enable module auto loading for virtual CAN interfaces | Oliver Hartkopp | 2017-04-25 | 1 | -2/+5 |
* | | | can: add Virtual CAN Tunnel driver (vxcan) | Oliver Hartkopp | 2017-04-25 | 3 | -0/+335 |
* | | | can: mcba_usb: Add support for Microchip CAN BUS Analyzer | Remigiusz Kołłątaj | 2017-04-25 | 3 | -0/+911 |
* | | | can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.x | Mario Huettel | 2017-04-25 | 1 | -29/+159 |
* | | | can: m_can: Configuration for TX and TX event FIFOs | Mario Huettel | 2017-04-25 | 1 | -5/+34 |
* | | | can: m_can: Enable M_CAN version dependent initialization | Mario Huettel | 2017-04-25 | 1 | -71/+269 |
* | | | can: m_can: Updated register defines to newest version | Mario Huettel | 2017-04-25 | 1 | -65/+125 |
* | | | can: m_can: Removed virtual address from print | Mario Huettel | 2017-04-25 | 1 | -2/+2 |
* | | | can: m_can: Removed initialization of FIFO water marks | Mario Huettel | 2017-04-25 | 1 | -2/+2 |
* | | | can: m_can: Disabled Interrupt Line 1 | Mario Huettel | 2017-04-25 | 1 | -1/+2 |
* | | | can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boards | Stephane Grosjean | 2017-04-25 | 7 | -0/+1718 |
* | | | can: peak: move header file to new can common subdir | Stephane Grosjean | 2017-04-25 | 2 | -244/+1 |
* | | | can: peak: fix usage of const qualifier in pointers args | Stephane Grosjean | 2017-04-25 | 1 | -8/+8 |
* | | | can: peak: fix usage of usb specific data type | Stephane Grosjean | 2017-04-25 | 2 | -14/+14 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-16 | 2 | -3/+2 |
|\| | |
|
| * | | can: rcar_can: Do not print virtual addresses | Geert Uytterhoeven | 2017-04-04 | 1 | -2/+1 |
| * | | can: ifi: use correct register to read rx status | Markus Marb | 2017-04-04 | 1 | -1/+1 |
| |/ |
|
* | | can: hi311x: Add Holt HI-311x CAN driver | Akshay Bhat | 2017-04-04 | 3 | -0/+1083 |
* | | can: ti_hecc: Convert TI HECC driver to DT only driver | Yegor Yefremov | 2017-04-04 | 1 | -82/+88 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-05 | 3 | -24/+38 |
|\ |
|
| * | can: flexcan: fix typo in comment | Marc Kleine-Budde | 2017-03-03 | 1 | -1/+1 |
| * | can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer | Marc Kleine-Budde | 2017-03-03 | 1 | -6/+3 |
| * | can: gs_usb: fix coding style | Ethan Zonca | 2017-03-03 | 1 | -6/+5 |
| * | can: gs_usb: Don't use stack memory for USB transfers | Ethan Zonca | 2017-03-03 | 1 | -11/+29 |
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
|/ |
|
* | can: flexcan: switch imx6 and vf610 to timestamp based offloading | Marc Kleine-Budde | 2017-02-06 | 1 | -2/+3 |
* | can: flexcan: add support for timestamp based rx-offload | Marc Kleine-Budde | 2017-02-06 | 1 | -29/+129 |
* | can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRS | Marc Kleine-Budde | 2017-02-06 | 1 | -3/+11 |