index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2022-03-21
4
-12
/
+4
|
\
|
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
4
-12
/
+4
*
|
can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when ful...
Lad Prabhakar
2022-02-25
1
-3
/
+3
*
|
can: gs_usb: change active_channels's type from atomic_t to u8
Vincent Mailhol
2022-02-25
1
-5
/
+5
*
|
can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
Vincent Mailhol
2022-02-25
2
-7
/
+10
|
/
*
can: flexcan: mark RX via mailboxes as supported on MCF5441X
Marc Kleine-Budde
2022-01-24
2
-1
/
+2
*
can: tcan4x5x: regmap: fix max register value
Marc Kleine-Budde
2022-01-24
1
-1
/
+1
*
can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...
Marc Kleine-Budde
2022-01-24
1
-0
/
+6
*
Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-01-12
1
-2
/
+2
|
\
|
*
Merge 5.16-rc6 into tty-next
Greg Kroah-Hartman
2021-12-20
7
-52
/
+173
|
|
\
|
*
|
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
2021-11-25
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
5
-11
/
+19
|
\
\
\
|
*
|
|
can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
Brian Silverman
2022-01-09
1
-0
/
+2
|
*
|
|
can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...
Lad Prabhakar
2022-01-09
1
-3
/
+2
|
*
|
|
can: xilinx_can: xcan_probe(): check for error irq
Jiasheng Jiang
2022-01-09
1
-1
/
+6
|
*
|
|
can: softing: softing_startstop(): fix set but not used variable warning
Marc Kleine-Budde
2022-01-09
1
-5
/
+6
|
*
|
|
can: softing_cs: softingcs_probe(): fix memleak on registration failure
Johan Hovold
2022-01-08
1
-1
/
+1
|
*
|
|
can: gs_usb: fix use of uninitialized variable, detach device on reception of...
Marc Kleine-Budde
2022-01-05
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
can: flexcan: add ethtool support to get rx/tx ring parameters
Dario Binacchi
2022-01-08
1
-0
/
+21
*
|
|
can: flexcan: add ethtool support to change rx-rtr setting during runtime
Marc Kleine-Budde
2022-01-08
4
-99
/
+260
*
|
|
can: flexcan: add more quirks to describe RX path capabilities
Marc Kleine-Budde
2022-01-08
1
-12
/
+54
*
|
|
can: flexcan: rename RX modes
Marc Kleine-Budde
2022-01-08
1
-24
/
+24
*
|
|
can: flexcan: allow to change quirks at runtime
Dario Binacchi
2022-01-08
1
-27
/
+27
*
|
|
can: flexcan: move driver into separate sub directory
Marc Kleine-Budde
2022-01-08
3
-1
/
+7
*
|
|
can: mcp251xfd: introduce and make use of mcp251xfd_is_fd_mode()
Marc Kleine-Budde
2022-01-08
3
-4
/
+9
*
|
|
can: mcp251xfd: move ring init into separate function
Marc Kleine-Budde
2022-01-08
4
-255
/
+274
*
|
|
can: mcp251xfd: move chip FIFO init into separate file
Marc Kleine-Budde
2022-01-08
4
-102
/
+121
*
|
|
can: mcp251xfd: move TEF handling into separate file
Marc Kleine-Budde
2022-01-08
4
-261
/
+281
*
|
|
can: mcp251xfd: move TX handling into separate file
Marc Kleine-Budde
2022-01-08
4
-187
/
+209
*
|
|
can: mcp251xfd: move RX handling into separate file
Marc Kleine-Budde
2022-01-08
4
-244
/
+262
*
|
|
can: mcp251xfd: mcp251xfd.h: sort function prototypes
Marc Kleine-Budde
2022-01-08
1
-1
/
+1
*
|
|
can: mcp251xfd: mcp251xfd_handle_rxovif(): denote RX overflow message to debu...
Marc Kleine-Budde
2022-01-08
1
-5
/
+8
*
|
|
can: mcp251xfd: mcp251xfd_open(): make use of pm_runtime_resume_and_get()
Marc Kleine-Budde
2022-01-08
1
-4
/
+2
*
|
|
can: mcp251xfd: mcp251xfd_open(): open_candev() first
Marc Kleine-Budde
2022-01-08
1
-8
/
+8
*
|
|
can: mcp251xfd: add missing newline to printed strings
Marc Kleine-Budde
2022-01-08
1
-2
/
+2
*
|
|
can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message
Marc Kleine-Budde
2022-01-08
1
-1
/
+1
*
|
|
can: mcp251xfd: remove double blank lines
Marc Kleine-Budde
2022-01-08
2
-2
/
+0
*
|
|
can: janz-ican3: initialize dlc variable
Tom Rix
2022-01-08
1
-1
/
+1
*
|
|
can: netlink: report the CAN controller mode supported flags
Vincent Mailhol
2022-01-05
1
-1
/
+30
*
|
|
can: dev: add sanity check in can_set_static_ctrlmode()
Vincent Mailhol
2022-01-05
2
-4
/
+10
*
|
|
can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
Vincent Mailhol
2022-01-05
2
-3
/
+4
*
|
|
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
31
-173
/
+113
*
|
|
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
30
-76
/
+110
*
|
|
can: do not copy the payload of RTR frames
Vincent Mailhol
2022-01-05
3
-12
/
+14
*
|
|
can: kvaser_usb: do not increase tx statistics when sending error message frames
Vincent Mailhol
2022-01-05
1
-1
/
+6
*
|
|
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2022-01-05
27
-108
/
+17
*
|
|
can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
Vincent Mailhol
2022-01-05
1
-0
/
+1
*
|
|
can: sja1000: sp_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
2022-01-05
1
-7
/
+8
*
|
|
can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
2022-01-05
1
-5
/
+3
*
|
|
can: kvaser_usb: make use of units.h in assignment of frequency
Jimmy Assarsson
2022-01-05
2
-7
/
+9
[next]