Age | Commit message (Expand) | Author | Files | Lines |
2018-07-27 | can: xilinx_can: add support for Xilinx CAN FD core | Anssi Hannula | 1 | -44/+259 |
2018-07-27 | can: xilinx_can: refactor code in preparation for CAN FD support | Anssi Hannula | 1 | -88/+118 |
2018-07-27 | can: xilinx_can: update stats.tx_bytes after transmission | Anssi Hannula | 1 | -4/+2 |
2018-07-27 | can: xilinx_can: use can_change_state() | Anssi Hannula | 1 | -27/+7 |
2018-07-27 | can: xilinx_can: only report warning and passive states on state changes | Anssi Hannula | 1 | -1/+2 |
2018-07-27 | can: xilinx: fix xcan_start_xmit()'s return type | Luc Van Oostenryck | 1 | -2/+2 |
2018-07-23 | can: xilinx_can: fix power management handling | Anssi Hannula | 1 | -41/+28 |
2018-07-23 | can: xilinx_can: fix incorrect clear of non-processed interrupts | Anssi Hannula | 1 | -5/+5 |
2018-07-23 | can: xilinx_can: fix RX overflow interrupt not being enabled | Anssi Hannula | 1 | -1/+1 |
2018-07-23 | can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting | Anssi Hannula | 1 | -16/+123 |
2018-07-23 | can: xilinx_can: fix recovery from error states not being propagated | Anssi Hannula | 1 | -28/+127 |
2018-07-23 | can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK | Anssi Hannula | 1 | -13/+5 |
2018-07-23 | can: xilinx_can: fix device dropping off bus on RX overrun | Anssi Hannula | 1 | -1/+0 |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -1/+1 |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+3 |
2015-11-23 | can: xilinx: Convert to runtime_pm | Kedareswara rao Appana | 1 | -75/+101 |
2015-11-23 | can: remove obsolete assignment for CAN protocol error type | Oliver Hartkopp | 1 | -3/+1 |
2015-11-23 | can: fix assignment of error location in CAN error messages | Oliver Hartkopp | 1 | -3/+2 |
2015-05-01 | net: can: xilinx_can: fix extended frame handling | Jeppe Ledet-Pedersen | 1 | -3/+4 |
2015-03-17 | can: constify of_device_id array | Fabian Frederick | 1 | -1/+1 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-18 | can: xilinx_can: add .ndo_change_mtu function | Marc Kleine-Budde | 1 | -0/+1 |
2014-11-18 | can: xilinx_can: fix comparison of unsigned variable | Sudip Mukherjee | 1 | -1/+2 |
2014-10-20 | net: can: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-26 | can: xilinx CAN controller support | Kedareswara rao Appana | 1 | -0/+1208 |