summaryrefslogtreecommitdiffstats
path: root/drivers/net/caif
AgeCommit message (Expand)AuthorLines
2024-07-17caif_virtio: use virtio_find_single_vq() for single virtqueue findingJiri Pirko-4/+4
2024-05-22net: caif: virtio: drop owner assignmentKrzysztof Kozlowski-1/+0
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)-1/+1
2022-06-27caif_virtio: fix race between virtio_device_ready() and ndo_open()Jason Wang-1/+9
2022-05-08caif_virtio: switch to netif_napi_add_weight()Jakub Kicinski-1/+2
2022-03-04net: caif: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-1/+1
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1466/+0
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-6/+7
2021-07-01net: remove the caif_hsi driverChristoph Hellwig-1466/+0
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-06-14net: caif: fix memory leak in ldisc_openPavel Skripkin-0/+1
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman-3/+0
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+0
2021-05-21caif_virtio: Fix some typos in caif_virtio.cWang Hai-3/+3
2021-05-13net: caif: remove BUG_ON(dev == NULL) in caif_xmitDu Cheng-1/+0
2021-05-13Revert "net: caif: replace BUG_ON with recovery code"Greg Kroah-Hartman-3/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby-1/+2
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby-2/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby-1/+1
2021-03-10net: caif: inline register_ldiscJiri Slaby-13/+4
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby-1/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+1
2021-02-02caif_virtio: use new tasklet APIEmil Renner Berthing-5/+3
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby-2/+1
2020-10-01caif_virtio: Remove redundant initialization of variable errJing Xiangfeng-1/+1
2020-09-29net: caif: Use netif_rx_any_context()Sebastian Andrzej Siewior-17/+2
2020-09-29net: caif: Remove unused caif SPI driverThomas Gleixner-1151/+0
2020-06-28caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck-1/+1
2020-06-28caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck-2/+2
2020-06-28caif: fix caif_xmit()'s return typeLuc Van Oostenryck-1/+1
2020-06-28cail,hsi: fix cfhsi_xmit()'s return typeLuc Van Oostenryck-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-5/+5
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin-1/+1
2020-04-28docs: networking: convert caif files to ReSTMauro Carvalho Chehab-1/+1
2020-04-20vhost: disable for OABIMichael S. Tsirkin-1/+1
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+0
2020-04-01vhost: refine vhost and vringh kconfigJason Wang-4/+0
2020-03-15net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-36/+36
2019-12-16net: caif: replace BUG_ON with recovery codeAditya Pakki-1/+3
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski-18/+18
2019-11-09net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven-2/+2
2019-10-02Minor fixes to the CAIF Transport drivers Kconfig filerd.dunlab@gmail.com-3/+3
2019-10-02Isolate CAIF transport drivers into their own menurd.dunlab@gmail.com-1/+9
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-21/+11