index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-01-09
can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
Brian Silverman
1
-0
/
+2
2022-01-05
can: gs_usb: fix use of uninitialized variable, detach device on reception of...
Marc Kleine-Budde
1
-1
/
+2
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
12
-79
/
+52
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
10
-30
/
+43
2022-01-05
can: do not copy the payload of RTR frames
Vincent Mailhol
1
-4
/
+4
2022-01-05
can: kvaser_usb: do not increase tx statistics when sending error message frames
Vincent Mailhol
1
-1
/
+6
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
11
-36
/
+4
2022-01-05
can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
Vincent Mailhol
1
-0
/
+1
2022-01-05
can: kvaser_usb: make use of units.h in assignment of frequency
Jimmy Assarsson
2
-7
/
+9
2022-01-05
can: usb_8dev: remove unused member echo_skb from struct usb_8dev_priv
Marc Kleine-Budde
1
-2
/
+0
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-28
/
+73
2021-12-09
can: kvaser_usb: get CAN clock frequency from device
Jimmy Assarsson
1
-28
/
+73
2021-12-08
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
2
-4
/
+6
2021-11-06
can: peak_usb: exchange the order of information messages
Stephane Grosjean
1
-5
/
+5
2021-11-06
can: peak_usb: always ask for BERR reporting for PCAN-USB devices
Stephane Grosjean
1
-9
/
+8
2021-11-06
can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
Vincent Mailhol
1
-4
/
+2
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-11
/
+31
2021-11-01
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2021-10-24
can: peak_usb: CANFD: store 64-bits hw timestamps
Stephane Grosjean
3
-3
/
+20
2021-10-24
can: gs_usb: use %u to print unsigned values
Marc Kleine-Budde
1
-6
/
+6
2021-10-24
can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
Vincent Mailhol
1
-2
/
+5
2021-10-18
treewide: Replace open-coded flex arrays in unions
Kees Cook
2
-2
/
+2
2021-10-17
can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...
Stephane Grosjean
1
-2
/
+1
2021-10-17
can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...
Stephane Grosjean
1
-3
/
+2
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-26
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...
Stefan Mätje
1
-2
/
+2
2021-08-19
can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
Vincent Mailhol
1
-16
/
+7
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-8
/
+49
2021-07-30
can: esd_usb2: fix memory leak
Pavel Skripkin
1
-1
/
+15
2021-07-30
can: ems_usb: fix memory leak
Pavel Skripkin
1
-1
/
+13
2021-07-30
can: usb_8dev: fix memory leak
Pavel Skripkin
1
-2
/
+13
2021-07-30
can: mcba_usb_start(): add missing urb->transfer_dma initialization
Pavel Skripkin
1
-0
/
+2
2021-07-25
can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...
Vincent Mailhol
2
-4
/
+2
2021-07-25
can: etas_es58x: use sizeof and sizeof_field macros instead of constant values
Vincent Mailhol
2
-2
/
+2
2021-07-25
can: etas_es58x: add es58x_free_netdevs() to factorize code
Vincent Mailhol
1
-22
/
+24
2021-07-25
can: etas_es58x: use devm_kzalloc() to allocate device resources
Vincent Mailhol
1
-6
/
+3
2021-07-25
can: etas_es58x: use error pointer during device probing
Vincent Mailhol
1
-13
/
+10
2021-07-25
can: etas_es58x: fix three typos in author name and documentation
Vincent Mailhol
3
-10
/
+10
2021-07-25
can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changes
Stephane Grosjean
1
-123
/
+43
2021-07-25
can: peak_usb: pcan_usb_encode_msg(): add information
Stephane Grosjean
1
-2
/
+4
2021-07-25
can: peak_usb: PCAN-USB: add support of loopback and one-shot mode
Stephane Grosjean
1
-4
/
+49
2021-07-25
can: peak_usb: pcan_usb_get_device_id(): read value only in case of success
Stephane Grosjean
1
-1
/
+2
2021-07-25
can: esd_usb2: use DEVICE_ATTR_RO() helper macro
Zhen Lei
1
-6
/
+6
2021-07-24
can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr values
Stephane Grosjean
1
-4
/
+6
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-06-19
net: can: ems_usb: fix use-after-free in ems_usb_disconnect()
Pavel Skripkin
1
-1
/
+2
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+15
2021-06-16
can: mcba_usb: fix memory leak in mcba_usb
Pavel Skripkin
1
-2
/
+15
[next]