summaryrefslogtreecommitdiffstats
path: root/drivers/net/caif
Commit message (Expand)AuthorAgeFilesLines
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* caif_virtio: fix race between virtio_device_ready() and ndo_open()Jason Wang2022-06-271-1/+9
* caif_virtio: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* net: caif: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-143-1466/+0
|\
| * net: remove the caif_hsi driverChristoph Hellwig2021-07-013-1466/+0
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-6/+7
|\ \ | |/ |/|
| * Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-311-3/+0
| |\
| * | tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * | tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * | tty: cumulate and document tty_struct::ctrl* membersJiri Slaby2021-05-131-1/+1
| * | tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-2/+2
| * | tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+1
|\ \ \
| * | | net: caif: fix memory leak in ldisc_openPavel Skripkin2021-06-141-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-3/+0
|\| |
| * | net: caif: remove BUG_ON(dev == NULL) in caif_xmitDu Cheng2021-05-131-1/+0
| * | Revert "net: caif: replace BUG_ON with recovery code"Greg Kroah-Hartman2021-05-131-3/+1
| |/
* / caif_virtio: Fix some typos in caif_virtio.cWang Hai2021-05-211-3/+3
|/
* net: caif: inline register_ldiscJiri Slaby2021-03-101-13/+4
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-2/+1
|\
| * tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-2/+1
* | caif_virtio: use new tasklet APIEmil Renner Berthing2021-02-021-5/+3
|/
* caif_virtio: Remove redundant initialization of variable errJing Xiangfeng2020-10-011-1/+1
* net: caif: Use netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-17/+2
* net: caif: Remove unused caif SPI driverThomas Gleixner2020-09-294-1151/+0
* caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck2020-06-281-2/+2
* caif: fix caif_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* cail,hsi: fix cfhsi_xmit()'s return typeLuc Van Oostenryck2020-06-281-3/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-5/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+1
|\
| * vhost: revert "vhost: disable for OABI"Michael S. Tsirkin2020-06-021-1/+1
* | docs: networking: convert caif files to ReSTMauro Carvalho Chehab2020-04-281-1/+1
|/
* vhost: disable for OABIMichael S. Tsirkin2020-04-201-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-4/+0
|\
| * vhost: refine vhost and vringh kconfigJason Wang2020-04-011-4/+0
* | net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-151-36/+36
|/
* net: caif: replace BUG_ON with recovery codeAditya Pakki2019-12-161-1/+3
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-2/+2
|\
| * net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-091-2/+2
* | drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-18/+18
* | Minor fixes to the CAIF Transport drivers Kconfig filerd.dunlab@gmail.com2019-10-021-3/+3
* | Isolate CAIF transport drivers into their own menurd.dunlab@gmail.com2019-10-021-1/+9
|/
* caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-112-21/+11
* caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo2019-07-171-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-305-5/+5