summaryrefslogtreecommitdiffstats
path: root/drivers/net/caif
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: caif: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-14/+16
* net: caif: call dev_consume_skb_any when skb xmit doneYang Wei2019-01-291-4/+1
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-263-32/+32
* net: caif: remove redundant re-assignment of pointer pfrmColin Ian King2018-01-221-1/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-12/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | drivers: net: caif: use setup_timer() helper.Allen Pais2017-09-211-9/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-054-15/+9
|\
| * net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
| * net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
| * net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-203-8/+4
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-164-9/+5
* | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-10/+10
|\ \ | |/ |/|
| * net: caif: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman2017-06-121-10/+10
* | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-074-4/+4
|/
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-061-1/+1
|\
| * vhost: split out vringh KconfigMichael S. Tsirkin2016-08-021-1/+1
* | net: caif: use correct format specifierxypron.glpk@gmx.de2016-08-011-2/+2
* | caif-hsi: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-251-4/+1
|/