aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27caif_virtio: fix race between virtio_device_ready() and ndo_open()Jason Wang1-1/+9
2022-05-08caif_virtio: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-03-04net: caif: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-1466/+0
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+7
2021-07-01net: remove the caif_hsi driverChristoph Hellwig3-1466/+0
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-14net: caif: fix memory leak in ldisc_openPavel Skripkin1-0/+1
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman1-3/+0
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2021-05-21caif_virtio: Fix some typos in caif_virtio.cWang Hai1-3/+3
2021-05-13net: caif: remove BUG_ON(dev == NULL) in caif_xmitDu Cheng1-1/+0
2021-05-13Revert "net: caif: replace BUG_ON with recovery code"Greg Kroah-Hartman1-3/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby1-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-2/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+1
2021-03-10net: caif: inline register_ldiscJiri Slaby1-13/+4
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+1
2021-02-02caif_virtio: use new tasklet APIEmil Renner Berthing1-5/+3
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-2/+1
2020-10-01caif_virtio: Remove redundant initialization of variable errJing Xiangfeng1-1/+1
2020-09-29net: caif: Use netif_rx_any_context()Sebastian Andrzej Siewior1-17/+2
2020-09-29net: caif: Remove unused caif SPI driverThomas Gleixner4-1151/+0
2020-06-28caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-06-28caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck1-2/+2
2020-06-28caif: fix caif_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-28cail,hsi: fix cfhsi_xmit()'s return typeLuc Van Oostenryck1-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin1-1/+1
2020-04-28docs: networking: convert caif files to ReSTMauro Carvalho Chehab1-1/+1
2020-04-20vhost: disable for OABIMichael S. Tsirkin1-1/+1
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+0
2020-04-01vhost: refine vhost and vringh kconfigJason Wang1-4/+0
2020-03-15net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-36/+36
2019-12-16net: caif: replace BUG_ON with recovery codeAditya Pakki1-1/+3
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-18/+18
2019-11-09net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven1-2/+2
2019-10-02Minor fixes to the CAIF Transport drivers Kconfig filerd.dunlab@gmail.com1-3/+3
2019-10-02Isolate CAIF transport drivers into their own menurd.dunlab@gmail.com1-1/+9
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-21/+11
2019-07-17caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner5-5/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-12net: caif: pass struct device to DMA API functionsChristoph Hellwig1-14/+16