Performance tests of the c_can driver led to the patch that gives the series its name. We have also added a patch for ethtool support and a patch to remove a variable that is no longer used. Dario Binacchi (3): can: c_can: remove the rxmasked unused variable can: c_can: add ethtool support can: c_can: cache frames to operate as a true FIFO drivers/net/can/c_can/Makefile | 3 + drivers/net/can/c_can/c_can.h | 6 +- drivers/net/can/c_can/c_can_ethtool.c | 46 +++++++++++++ .../net/can/c_can/{c_can.c => c_can_main.c} | 65 +++++++++++++++---- 4 files changed, 107 insertions(+), 13 deletions(-) create mode 100644 drivers/net/can/c_can/c_can_ethtool.c rename drivers/net/can/c_can/{c_can.c => c_can_main.c} (95%) -- 2.17.1