Age | Commit message (Expand) | Author |
2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-09 | can: kvaser_usb: get CAN clock frequency from device | Jimmy Assarsson |
2021-12-09 | can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{... | Jimmy Assarsson |
2021-12-08 | can: hi311x: hi3110_can_probe(): convert to use dev_err_probe() | Andy Shevchenko |
2021-12-08 | can: hi311x: hi3110_can_probe(): make use of device property API | Andy Shevchenko |
2021-12-08 | can: hi311x: hi3110_can_probe(): try to get crystal clock rate from property | Andy Shevchenko |
2021-12-08 | can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input... | Andy Shevchenko |
2021-12-08 | can: sun4i_can: add support for R40 CAN controller | Evgeny Boger |
2021-12-08 | can: bittiming: replace CAN units with the generic ones from linux/units.h | Vincent Mailhol |
2021-12-07 | can: m_can: pci: use custom bit timings for Elkhart Lake | Matthias Schiffer |
2021-12-07 | can: m_can: make custom bittiming fields const | Matthias Schiffer |
2021-12-07 | Revert "can: m_can: remove support for custom bit timing" | Matthias Schiffer |
2021-12-07 | can: m_can: pci: fix incorrect reference clock rate | Matthias Schiffer |
2021-12-07 | can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo() | Matthias Schiffer |
2021-12-07 | can: m_can: m_can_read_fifo: fix memory leak in error branch | Vincent Mailhol |
2021-12-07 | can: m_can: Disable and ignore ELO interrupt | Brian Silverman |
2021-12-07 | can: sja1000: fix use after free in ems_pcmcia_add_card() | Dan Carpenter |
2021-12-07 | can: pch_can: pch_can_rx_normal: fix use after free | Vincent Mailhol |
2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen |
2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-11-06 | can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip... | Marc Kleine-Budde |
2021-11-06 | can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_fini... | Marc Kleine-Budde |
2021-11-06 | can: peak_usb: exchange the order of information messages | Stephane Grosjean |
2021-11-06 | can: peak_usb: always ask for BERR reporting for PCAN-USB devices | Stephane Grosjean |
2021-11-06 | can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path | Vincent Mailhol |
2021-11-04 | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-11-01 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-10-24 | can: xilinx_can: xcan_remove(): remove redundant netif_napi_del() | Dongliang Mu |
2021-10-24 | can: xilinx_can: remove repeated word from the kernel-doc | Michal Simek |
2021-10-24 | can: peak_usb: CANFD: store 64-bits hw timestamps | Stephane Grosjean |
2021-10-24 | can: gs_usb: use %u to print unsigned values | Marc Kleine-Budde |
2021-10-24 | can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe() | Cai Huoqing |
2021-10-24 | can: rcar: drop unneeded ARM dependency | Geert Uytterhoeven |
2021-10-24 | can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit() | Qing Wang |
2021-10-24 | can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device | Vincent Mailhol |
2021-10-24 | can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC) | Vincent Mailhol |
2021-10-24 | can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv | Vincent Mailhol |
2021-10-24 | can: bittiming: change unit of TDC parameters to clock periods | Vincent Mailhol |
2021-10-24 | can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min | Vincent Mailhol |
2021-10-24 | can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un... | Marc Kleine-Budde |
2021-10-18 | treewide: Replace open-coded flex arrays in unions | Kees Cook |
2021-10-17 | can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu... | Stephane Grosjean |
2021-10-17 | can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no... | Stephane Grosjean |
2021-10-17 | can: peak_pci: peak_pci_remove(): fix UAF | Zheyu Ma |
2021-10-17 | can: m_can: fix iomap_read_fifo() and iomap_write_fifo() | Aswath Govindraju |
2021-10-17 | can: rcar_can: fix suspend/resume | Yoshihiro Shimoda |
2021-09-25 | can: flexcan: Use struct_group() to zero struct flexcan_regs regions | Kees Cook |
2021-09-22 | tty: remove file from tty_mode_ioctl | Jiri Slaby |
2021-09-22 | tty: make tty_ldisc_ops::hangup return void | Jiri Slaby |