Age | Commit message (Expand) | Author |
2024-07-17 | caif_virtio: use virtio_find_single_vq() for single virtqueue finding | Jiri Pirko |
2024-05-22 | net: caif: virtio: drop owner assignment | Krzysztof Kozlowski |
2023-08-11 | tty: use u8 for flags | Jiri Slaby (SUSE) |
2023-08-11 | tty: make tty_ldisc_ops::*buf*() hooks operate on size_t | Jiri Slaby (SUSE) |
2022-06-27 | caif_virtio: fix race between virtio_device_ready() and ndo_open() | Jason Wang |
2022-05-08 | caif_virtio: switch to netif_napi_add_weight() | Jakub Kicinski |
2022-03-04 | net: caif: Use netif_rx(). | Sebastian Andrzej Siewior |
2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin |
2021-07-14 | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-07-01 | net: remove the caif_hsi driver | Christoph Hellwig |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-14 | net: caif: fix memory leak in ldisc_open | Pavel Skripkin |
2021-05-31 | Merge 5.13-rc4 into tty-next | Greg Kroah-Hartman |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-05-21 | caif_virtio: Fix some typos in caif_virtio.c | Wang Hai |
2021-05-13 | net: caif: remove BUG_ON(dev == NULL) in caif_xmit | Du Cheng |
2021-05-13 | Revert "net: caif: replace BUG_ON with recovery code" | Greg Kroah-Hartman |
2021-05-13 | tty: make tty_ldisc_ops a param in tty_unregister_ldisc | Jiri Slaby |
2021-05-13 | tty: set tty_ldisc_ops::num statically | Jiri Slaby |
2021-05-13 | tty: cumulate and document tty_struct::ctrl* members | Jiri Slaby |
2021-05-13 | tty: cumulate and document tty_struct::flow* members | Jiri Slaby |
2021-05-13 | tty: make fp of tty_ldisc_ops::receive_buf{,2} const | Jiri Slaby |
2021-03-10 | net: caif: inline register_ldisc | Jiri Slaby |
2021-03-10 | tty: remove TTY_LDISC_MAGIC | Jiri Slaby |
2021-02-20 | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-02-02 | caif_virtio: use new tasklet API | Emil Renner Berthing |
2021-01-07 | tty_port: drop last traces of low_latency | Jiri Slaby |
2020-10-01 | caif_virtio: Remove redundant initialization of variable err | Jing Xiangfeng |
2020-09-29 | net: caif: Use netif_rx_any_context() | Sebastian Andrzej Siewior |
2020-09-29 | net: caif: Remove unused caif SPI driver | Thomas Gleixner |
2020-06-28 | caif: fix cfv_netdev_tx()'s return type | Luc Van Oostenryck |
2020-06-28 | caif: fix cfspi_xmit()'s return type | Luc Van Oostenryck |
2020-06-28 | caif: fix caif_xmit()'s return type | Luc Van Oostenryck |
2020-06-28 | cail,hsi: fix cfhsi_xmit()'s return type | Luc Van Oostenryck |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-06-02 | vhost: revert "vhost: disable for OABI" | Michael S. Tsirkin |
2020-04-28 | docs: networking: convert caif files to ReST | Mauro Carvalho Chehab |
2020-04-20 | vhost: disable for OABI | Michael S. Tsirkin |
2020-04-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2020-04-01 | vhost: refine vhost and vringh kconfig | Jason Wang |
2020-03-15 | net: caif: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2019-12-16 | net: caif: replace BUG_ON with recovery code | Aditya Pakki |
2019-11-27 | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-11-21 | drivers: net: Fix Kconfig indentation, continued | Krzysztof Kozlowski |
2019-11-09 | net: caif: Fix debugfs on 64-bit platforms | Geert Uytterhoeven |
2019-10-02 | Minor fixes to the CAIF Transport drivers Kconfig file | rd.dunlab@gmail.com |
2019-10-02 | Isolate CAIF transport drivers into their own menu | rd.dunlab@gmail.com |
2019-08-11 | caif: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |