index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-08
can: mcp251xfd: move RX handling into separate file
Marc Kleine-Budde
4
-244
/
+262
2022-01-08
can: mcp251xfd: mcp251xfd.h: sort function prototypes
Marc Kleine-Budde
1
-1
/
+1
2022-01-08
can: mcp251xfd: mcp251xfd_handle_rxovif(): denote RX overflow message to debug + add rate limiting
Marc Kleine-Budde
1
-5
/
+8
2022-01-08
can: mcp251xfd: mcp251xfd_open(): make use of pm_runtime_resume_and_get()
Marc Kleine-Budde
1
-4
/
+2
2022-01-08
can: mcp251xfd: mcp251xfd_open(): open_candev() first
Marc Kleine-Budde
1
-8
/
+8
2022-01-08
can: mcp251xfd: add missing newline to printed strings
Marc Kleine-Budde
1
-2
/
+2
2022-01-08
can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message
Marc Kleine-Budde
1
-1
/
+1
2022-01-08
can: mcp251xfd: remove double blank lines
Marc Kleine-Budde
2
-2
/
+0
2022-01-08
can: janz-ican3: initialize dlc variable
Tom Rix
1
-1
/
+1
2022-01-05
can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data
Marc Kleine-Budde
1
-1
/
+2
2022-01-05
can: netlink: report the CAN controller mode supported flags
Vincent Mailhol
1
-1
/
+30
2022-01-05
can: dev: add sanity check in can_set_static_ctrlmode()
Vincent Mailhol
2
-4
/
+10
2022-01-05
can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
Vincent Mailhol
2
-3
/
+4
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
31
-173
/
+113
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
30
-76
/
+110
2022-01-05
can: do not copy the payload of RTR frames
Vincent Mailhol
3
-12
/
+14
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
27
-108
/
+17
2022-01-05
can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
Vincent Mailhol
1
-0
/
+1
2022-01-05
can: sja1000: sp_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-7
/
+8
2022-01-05
can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-5
/
+3
2022-01-05
can: kvaser_usb: make use of units.h in assignment of frequency
Jimmy Assarsson
2
-7
/
+9
2022-01-05
can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignment
Andy Shevchenko
1
-3
/
+0
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-20
Merge 5.16-rc6 into tty-next
Greg Kroah-Hartman
7
-52
/
+173
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-52
/
+173
2021-12-09
can: kvaser_usb: get CAN clock frequency from device
Jimmy Assarsson
1
-28
/
+73
2021-12-09
can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{rx,tx}_errors counter
Jimmy Assarsson
1
-1
/
+7
2021-12-08
can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()
Andy Shevchenko
1
-9
/
+4
2021-12-08
can: hi311x: hi3110_can_probe(): make use of device property API
Andy Shevchenko
1
-6
/
+6
2021-12-08
can: hi311x: hi3110_can_probe(): try to get crystal clock rate from property
Andy Shevchenko
1
-2
/
+11
2021-12-08
can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input clock
Andy Shevchenko
1
-10
/
+6
2021-12-08
can: sun4i_can: add support for R40 CAN controller
Evgeny Boger
1
-2
/
+60
2021-12-08
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
3
-6
/
+9
2021-12-07
can: m_can: pci: use custom bit timings for Elkhart Lake
Matthias Schiffer
1
-4
/
+44
2021-12-07
can: m_can: make custom bittiming fields const
Matthias Schiffer
1
-2
/
+2
2021-12-07
Revert "can: m_can: remove support for custom bit timing"
Matthias Schiffer
2
-6
/
+21
2021-12-07
can: m_can: pci: fix incorrect reference clock rate
Matthias Schiffer
1
-1
/
+1
2021-12-07
can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
Matthias Schiffer
1
-2
/
+12
2021-12-07
can: m_can: m_can_read_fifo: fix memory leak in error branch
Vincent Mailhol
1
-1
/
+3
2021-12-07
can: m_can: Disable and ignore ELO interrupt
Brian Silverman
1
-8
/
+6
2021-12-07
can: sja1000: fix use after free in ems_pcmcia_add_card()
Dan Carpenter
1
-1
/
+6
2021-12-07
can: pch_can: pch_can_rx_normal: fix use after free
Vincent Mailhol
1
-1
/
+1
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
1
-2
/
+2
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+3
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-20
/
+19
2021-11-06
can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()
Marc Kleine-Budde
1
-1
/
+1
2021-11-06
can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus off
Marc Kleine-Budde
1
-1
/
+3
2021-11-06
can: peak_usb: exchange the order of information messages
Stephane Grosjean
1
-5
/
+5
[prev]
[next]