开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
/
esd_usb2.c
Age
Commit message (
Expand
)
Author
2022-06-25
can/esd_usb2: Rename esd_usb2.c to esd_usb.c
Frank Jungclaus
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-26
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...
Stefan Mätje
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-30
can: esd_usb2: fix memory leak
Pavel Skripkin
2021-07-25
can: esd_usb2: use DEVICE_ATTR_RO() helper macro
Zhen Lei
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2020-11-20
can: drivers: add len8_dlc support for esd_usb2 CAN adapter
Stefan Mätje
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164
Thomas Gleixner
2018-03-26
drivers/net: Use octal not symbolic permissions
Joe Perches
2017-12-08
can: esd_usb2: cancel urb on -EPIPE and -EPROTO
Martin Kelly
2017-10-19
can: esd_usb2: Fix can_dlc value for received RTR, frames
Stefan Mätje
2016-08-13
net: can: usb: esd_usb2: don't print error when allocating urb fails
Wolfram Sang
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2015-11-23
can: remove obsolete assignment for CAN protocol error type
Oliver Hartkopp
2015-07-15
can: esd_usb2: don't touch skb after netif_rx()
Marc Kleine-Budde
2015-03-22
can: esd_usb2: Fix sparse warnings
Thomas Körper
2015-01-20
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
2014-11-18
can: remove unused variable
Sudip Mukherjee
2014-11-18
can: esd_usb2: fix memory leak on disconnect
Alexey Khoroshilov
2014-03-17
can: populate netdev::dev_id for udev discrimination
Christopher R. Baker
2014-03-17
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-07-19
net: can: esd_usb2: check index of array before accessing
Maximilian Schneider
2013-06-03
net: can: esd_usb2: Do not do dma on the stack
Olivier Sobrie
2012-11-29
can: esd_usb2: remove obsolete variable open_time
Marc Kleine-Budde
2012-11-15
can: usb: esd_usb2: Add support for CAN-USB/Micro
Matthias Fuchs
2012-11-15
can: usb: esd_usb2: Add support for listen-only mode
Matthias Fuchs
2012-07-20
can: mark bittiming_const pointer in struct can_priv as const
Marc Kleine-Budde
2012-02-03
can: replace the dev_dbg/info/err/... with the new netdev_xxx macros
Wolfgang Grandegger
2011-11-18
USB: convert drivers/net/* to use module_usb_driver()
Greg Kroah-Hartman
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-14
can: wrong index used in inner loop
roel kluin
2010-08-03
can: Add driver for esd CAN-USB/2 device
Matthias Fuchs