Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1ce8e52f6f368f9d62b6320357bf7c26a1480ecb
/
drivers
/
net
/
can
/
usb
23d68ed
can: peak: fix potential bug in packet fragmentation
by Stephane Grosjean
· 7 years ago
02f201f
can: gs_usb: fix return value of the "set_bittiming" callback
by Wolfgang Grandegger
· 7 years ago
4b4e6f6
can: usb_8dev: cancel urb on -EPIPE and -EPROTO
by Martin Kelly
· 7 years ago
0cdac09
can: esd_usb2: cancel urb on -EPIPE and -EPROTO
by Martin Kelly
· 7 years ago
d3b7225
can: ems_usb: cancel urb on -EPIPE and -EPROTO
by Martin Kelly
· 7 years ago
4665483
can: kvaser_usb: cancel urb on -EPIPE and -EPROTO
by Martin Kelly
· 7 years ago
d724a67
can: kvaser_usb: ratelimit errors if incomplete messages are received
by Jimmy Assarsson
· 7 years ago
561384a
can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()
by Jimmy Assarsson
· 7 years ago
f89682b
can: kvaser_usb: free buf in error paths
by Jimmy Assarsson
· 7 years ago
7e31cde
can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
by Jimmy Assarsson
· 7 years ago
636e798
can: kvaser_usb: Correct return value in printout
by Jimmy Assarsson
· 7 years ago
587d7fa
can: esd_usb2: Fix can_dlc value for received RTR, frames
by Stefan Mätje
· 7 years ago
6f0eefa
can: gs_usb: fix busy loop if no more TX context is available
by Wolfgang Grandegger
· 7 years ago
95f47cd
can: gs_usb: fix memory leak in gs_cmd_reset()
by Marc Kleine-Budde
· 7 years ago
4684be1
net: can: usb: gs_usb: Fix buffer on stack
by Maksim Salau
· 8 years ago
7afc0ee
can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
by Marc Kleine-Budde
· 8 years ago
cec7abd
can: gs_usb: Don't use stack memory for USB transfers
by Ethan Zonca
· 8 years ago
b67d0dd7
can: peak: fix bad memory access and free sequence
by 추지호
· 8 years ago
f00b534
can: peak: Add support for PCAN-USB X6 USB interface
by Stephane Grosjean
· 8 years ago
fe5b406
can: peak: Fix bittiming fields size in bits
by Stephane Grosjean
· 8 years ago
7fe7cfa
net: can: usb: usb_8dev: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
2479204
net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
bc1af47
net: can: usb: kvaser_usb: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
2a4a1e4
net: can: usb: gs_usb: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
912f85e
net: can: usb: esd_usb2: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
87ced2f
net: can: usb: ems_usb: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
71873a9
can: kvaser_usb: Add support for more Kvaser Leaf v2 devices
by Jimmy Assarsson
· 8 years ago
f155d9c
can: gs_usb: Add Basic support for the bytewerk.org candleLight interface
by Maximilian Schneider
· 8 years ago
05ca527
can: gs_usb: add ethtool set_phys_id callback to locate physical device
by Maximilian Schneider
· 8 years ago
9be95c9
can: gs_usb: codingstyle: introduce use of BIT() + fix indention
by Maximilian Schneider
· 8 years ago
2fe6c94
can: gs_usb: modify the usb device table to use only the first usb interface
by Maximilian Schneider
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
59097ac
can: ems_usb: fix coding style
by Marc Kleine-Budde
· 9 years ago
e9a2d81
can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
by Maximilain Schneider
· 9 years ago
90cfde4
can: ems_usb: Fix possible tx overflow
by Gerhard Uttenthaler
· 9 years ago
a2ec19f
can: remove obsolete assignment for CAN protocol error type
by Oliver Hartkopp
· 9 years ago
ffd461f
can: fix assignment of error location in CAN error messages
by Oliver Hartkopp
· 9 years ago
0d36938
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
06b23f7
can: pcan_usb: don't provide CAN FD bittimings by non-FD adapters
by Marc Kleine-Budde
· 9 years ago
ae421e3
can: gs_usb: Fix typo in function name
by Nik Nyby
· 9 years ago
1c0ee04
can: pcan_usb: don't touch skb after netif_rx()
by Marc Kleine-Budde
· 9 years ago
9b721a4
can: usb_8dev: don't touch skb after netif_rx()
by Marc Kleine-Budde
· 9 years ago
43c021e
can: ems_usb: don't touch skb after netif_rx()
by Marc Kleine-Budde
· 9 years ago
296decb
can: esd_usb2: don't touch skb after netif_rx()
by Marc Kleine-Budde
· 9 years ago
94435f7
net:treewide: Fix typo in drivers/net
by Masanari Iida
· 10 years ago
9f0d34b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
79d5eed
can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uninitialized var
by Marc Kleine-Budde
· 10 years ago
a0bc163
can: ems_usb: mark timestamp as little endian
by Marc Kleine-Budde
· 10 years ago
8a4b5b0
can: ems_usb: fix endianess of CAN ID
by Gerhard Uttenthaler
· 10 years ago
6d5a7a65
can: esd_usb2: Fix sparse warnings
by Thomas Körper
· 10 years ago
c637aab
can: kvaser_usb: Use can-dev unregistration mechanism
by Ahmed S. Darwish
· 10 years ago
0f251e4
can: peak_usb_fd: add support for ISO / non-ISO mode switching
by Stephane Grosjean
· 10 years ago
3ef5247
can: peak_usb: rename usb option cmds definition and structs
by Stephane Grosjean
· 10 years ago
37920a7
can: gs_usb: check for kzalloc allocation failure
by Colin Ian King
· 10 years ago
7e184c2
can: kvaser_usb: Fix sparse warning __le16 degrades to integer
by Ahmed S. Darwish
· 10 years ago
082d70b
can: kvaser_usb: Comply with firmware max tx URBs value
by Ahmed S. Darwish
· 10 years ago
a9dc960
can: kvaser_usb: Fix tx queue start/stop race conditions
by Ahmed S. Darwish
· 10 years ago
2fec510
can: kvaser_usb: Read all messages in a bulk-in URB buffer
by Ahmed S. Darwish
· 10 years ago
deb2701
can: kvaser_usb: Avoid double free on URB submission failures
by Ahmed S. Darwish
· 10 years ago
b0d4724
can: peak_usb: fix missing ctrlmode_ init for every dev
by Stephane Grosjean
· 10 years ago
a9ca6e1
can: kvaser_usb: Ignore spurious error events after a busoff
by Ahmed S. Darwish
· 10 years ago
0a25e1f
can: peak_usb: add support for PEAK new CANFD USB adapters
by Stephane Grosjean
· 10 years ago
faa233d
can: peak_usb: add peak_usb_netif_rx() new function
by Stephane Grosjean
· 10 years ago
1114be1
can: peak_usb: export pcan_usb_pro functions
by Stephane Grosjean
· 10 years ago
2b0861e
can: peak_usb: upgrade core to new struct canfd_frame
by Stephane Grosjean
· 10 years ago
b9f2cc1
can: peak_usb: upgrade core to data bittiming specs
by Stephane Grosjean
· 10 years ago
e3629f5
can: peak_usb: add adapter BEC callback definition
by Stephane Grosjean
· 10 years ago
e3c5ea6
can: peak_usb: export ctrlmode_supported to adapter specific definition
by Stephane Grosjean
· 10 years ago
d6b5f30
can: peak_usb: constify struct peak_usb_adapter
by Marc Kleine-Budde
· 10 years ago
0adfd73
can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapters_list
by Marc Kleine-Budde
· 10 years ago
f5d4abea
can: kvaser_usb: Add support for the USBcan-II family
by Ahmed S. Darwish
· 10 years ago
96d7f10
can: kvaser_usb: Consolidate and unify state change handling
by Ahmed S. Darwish
· 10 years ago
3b07a44
can: kvaser_usb: Update interface state before exiting on OOM
by Ahmed S. Darwish
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e638642
can: kvaser_usb: Fix state handling upon BUS_ERROR events
by Ahmed S. Darwish
· 10 years ago
14c10c2
can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT
by Ahmed S. Darwish
· 10 years ago
3803fa6
can: kvaser_usb: Send correct context to URB completion
by Ahmed S. Darwish
· 10 years ago
ded5006
can: kvaser_usb: Do not sleep in atomic context
by Ahmed S. Darwish
· 10 years ago
be38a6f
can: move can_stats.bus_off++ from can_bus_off into can_change_state
by Andri Yngvason
· 10 years ago
a58518c
can: kvaser_usb: Don't dereference skb after a netif_rx()
by Ahmed S. Darwish
· 10 years ago
5e7e6e0
can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels
by Ahmed S. Darwish
· 10 years ago
889b77f
can: kvaser_usb: Reset all URB tx contexts upon channel close
by Ahmed S. Darwish
· 10 years ago
b442723
can: kvaser_usb: Don't free packets when tight on URBs
by Ahmed S. Darwish
· 10 years ago
62bc24f
can: peak_usb: fix multi-byte values endianess
by Stephane Grosjean
· 10 years ago
af35d0f
can: peak_usb: fix cleanup sequence order in case of error during init
by Stephane Grosjean
· 10 years ago
dc50ddc
can: peak_usb: fix memset() usage
by Stephane Grosjean
· 10 years ago
50212b4
can: gs_usb: add .ndo_change_mtu function
by Marc Kleine-Budde
· 10 years ago
4e2061b
can: remove unused variable
by Sudip Mukherjee
· 10 years ago
efbd50d
can: esd_usb2: fix memory leak on disconnect
by Alexey Khoroshilov
· 10 years ago
4ade6fe
net: can: use kbuild magic to inherit debug settings
by Wolfram Sang
· 10 years ago
cf68f51
can: gs_usb: gs_destroy_candev(): fix use after free
by Marc Kleine-Budde
· 10 years ago
d08e973
can: gs_usb: Added support for the GS_USB CAN devices
by Maximilian Schneider
· 11 years ago
8e964fe2
can: usb: Kconfig: Improve help for CAN_KVASER_USB
by Olivier Sobrie
· 11 years ago
b4f2013
can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIe
by Olivier Sobrie
· 11 years ago
e59e36e
can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg()
by Olivier Sobrie
· 11 years ago
f91ca78
Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-can
by David S. Miller
· 11 years ago
636d037
can: usb_8dev: Fix memory leak in usb_8dev_start_xmit
by Bjorn Van Tilt
· 11 years ago
3e66d01
can: populate netdev::dev_id for udev discrimination
by Christopher R. Baker
· 11 years ago
Next »