index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can/esd_usb: Fixed some checkpatch.pl warnings
Frank Jungclaus
2022-06-25
1
-23
/
+8
*
can/esd_usb: Rename all terms USB2 to USB
Frank Jungclaus
2022-06-25
1
-104
/
+109
*
can/esd_usb2: Rename esd_usb2.c to esd_usb.c
Frank Jungclaus
2022-06-25
3
-5
/
+12
*
can: netlink: allow configuring of fixed data bit rates without need for do_s...
Marc Kleine-Budde
2022-06-13
1
-1
/
+2
*
can: etas_es58x: fix signedness of USB RX and TX pipes
Vincent Mailhol
2022-06-11
1
-2
/
+2
*
can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()
Vincent Mailhol
2022-06-11
2
-5
/
+2
*
can: skb: drop tx skb if in listen only mode
Vincent Mailhol
2022-06-11
1
-1
/
+8
*
can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.c
Vincent Mailhol
2022-06-11
1
-0
/
+58
*
net: Kconfig: move the CAN device menu to the "Device Drivers" section
Vincent Mailhol
2022-06-11
1
-0
/
+1
*
can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
Vincent Mailhol
2022-06-11
4
-1
/
+8
*
can: bittiming: move bittiming calculation functions to calc_bittiming.c
Vincent Mailhol
2022-06-11
4
-197
/
+207
*
can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEV
Vincent Mailhol
2022-06-11
4
-18
/
+43
*
can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINK
Vincent Mailhol
2022-06-11
2
-8
/
+12
*
can: netlink: allow configuring of fixed bit rates without need for do_set_bi...
Marc Kleine-Budde
2022-06-11
1
-1
/
+2
*
can: m_can: fix typo prescalar -> prescaler
Marc Kleine-Budde
2022-06-11
1
-2
/
+2
*
can: xilinx_can: fix typo prescalar -> prescaler
Marc Kleine-Budde
2022-06-11
1
-3
/
+3
*
can: xilinx_can: add Transmitter Delay Compensation (TDC) feature support
Srinivas Neeli
2022-06-11
1
-5
/
+61
*
can: ctucanfd: platform: add missing dependency to HAS_IOMEM
Marc Kleine-Budde
2022-05-23
1
-1
/
+1
*
can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
Jakub Kicinski
2022-05-23
1
-0
/
+5
*
can: peak_usb: fix typo in comment
Julia Lawall
2022-05-23
1
-1
/
+1
*
can: mcp251xfd: silence clang's -Wunaligned-access warning
Vincent Mailhol
2022-05-19
1
-1
/
+1
*
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-19
22
-316
/
+2
*
can: can-dev: move to netif_napi_add_weight()
Jakub Kicinski
2022-05-19
10
-12
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-19
3
-65
/
+10
|
\
|
*
can: m_can: remove support for custom bit timing, take #2
Jarkko Nikula
2022-05-14
2
-21
/
+6
|
*
Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
Jarkko Nikula
2022-05-14
1
-44
/
+4
*
|
can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual check
Vincent Mailhol
2022-05-16
1
-2
/
+2
*
|
can: ctucanfd: Let users select instead of depend on CAN_CTUCANFD
Geert Uytterhoeven
2022-05-16
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-05
1
-22
/
+24
|
\
|
|
*
can: grcan: only use the NAPI poll budget for RX
Andreas Larsson
2022-04-29
1
-15
/
+7
|
*
can: grcan: grcan_probe(): fix broken system id check for errata workaround n...
Andreas Larsson
2022-04-29
1
-5
/
+11
|
*
can: grcan: use ofdev->dev when allocating DMA memory
Daniel Hellstrom
2022-04-29
1
-2
/
+4
|
*
can: grcan: grcan_close(): fix deadlock
Duoming Zhou
2022-04-29
1
-0
/
+2
*
|
can: ctucanfd: remove PCI module debug parameters
Pavel Pisa
2022-05-02
1
-16
/
+6
*
|
can: ctucanfd: remove debug statements
Pavel Pisa
2022-05-02
1
-26
/
+0
*
|
can: ctucanfd: remove inline keyword from local static functions
Pavel Pisa
2022-05-02
1
-4
/
+3
*
|
can: ctucanfd: ctucan_platform_probe(): remove unnecessary print function dev...
Jiapeng Chong
2022-05-02
1
-1
/
+0
*
|
can: ctucanfd: remove unused including <linux/version.h>
Jiapeng Chong
2022-05-02
1
-1
/
+0
*
|
can: m_can: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-05-02
1
-6
/
+3
*
|
can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support.
Pavel Pisa
2022-04-19
3
-0
/
+145
*
|
can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support.
Pavel Pisa
2022-04-19
3
-0
/
+316
*
|
can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independe...
Martin Jerabek
2022-04-19
8
-0
/
+1995
*
|
can: mcp251xfd: add support for mcp251863
Marc Kleine-Budde
2022-04-19
2
-7
/
+24
*
|
can: xilinx_can: mark bit timing constants as const
Marc Kleine-Budde
2022-04-19
1
-2
/
+2
*
|
can: flexcan: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2022-04-19
1
-8
/
+4
*
|
can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
2022-04-19
1
-0
/
+2
*
|
can: Fix Links to Technologic Systems web resources
Kris Bahnsen
2022-04-19
2
-5
/
+4
*
|
can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...
Marc Kleine-Budde
2022-04-19
1
-1
/
+1
*
|
can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...
Marc Kleine-Budde
2022-04-19
6
-12
/
+12
|
/
*
can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...
Marc Kleine-Budde
2022-03-31
1
-0
/
+2
[next]