summaryrefslogtreecommitdiff
path: root/drivers/net/caif
AgeCommit message (Expand)Author
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-01net: remove the caif_hsi driverChristoph Hellwig
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-14net: caif: fix memory leak in ldisc_openPavel Skripkin
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-21caif_virtio: Fix some typos in caif_virtio.cWang Hai
2021-05-13net: caif: remove BUG_ON(dev == NULL) in caif_xmitDu Cheng
2021-05-13Revert "net: caif: replace BUG_ON with recovery code"Greg Kroah-Hartman
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-03-10net: caif: inline register_ldiscJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-02-02caif_virtio: use new tasklet APIEmil Renner Berthing
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby
2020-10-01caif_virtio: Remove redundant initialization of variable errJing Xiangfeng
2020-09-29net: caif: Use netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-29net: caif: Remove unused caif SPI driverThomas Gleixner
2020-06-28caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck
2020-06-28caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck
2020-06-28caif: fix caif_xmit()'s return typeLuc Van Oostenryck
2020-06-28cail,hsi: fix cfhsi_xmit()'s return typeLuc Van Oostenryck
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin
2020-04-28docs: networking: convert caif files to ReSTMauro Carvalho Chehab
2020-04-20vhost: disable for OABIMichael S. Tsirkin
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-01vhost: refine vhost and vringh kconfigJason Wang
2020-03-15net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-12-16net: caif: replace BUG_ON with recovery codeAditya Pakki
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski
2019-11-09net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven
2019-10-02Minor fixes to the CAIF Transport drivers Kconfig filerd.dunlab@gmail.com
2019-10-02Isolate CAIF transport drivers into their own menurd.dunlab@gmail.com
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-17caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-12net: caif: pass struct device to DMA API functionsChristoph Hellwig
2019-01-29net: caif: call dev_consume_skb_any when skb xmit doneYang Wei
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2018-01-22net: caif: remove redundant re-assignment of pointer pfrmColin Ian King
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook