aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/caif/caif_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-1/+1
2022-03-04net: caif: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+7
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-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-01-07tty_port: drop last traces of low_latencyJiri Slaby1-2/+1
2020-06-28caif: fix caif_xmit()'s return typeLuc Van Oostenryck1-1/+1
2019-12-16net: caif: replace BUG_ON with recovery codeAditya Pakki1-1/+3
2019-11-09net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven1-2/+2
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2019-01-29net: caif: call dev_consume_skb_any when skb xmit doneYang Wei1-4/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-16/+16
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-04-01caif: remove unused struct memberRasmus Villemoes1-1/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-02-17caif: delete unnecessary field initializationJulia Lawall1-1/+0
2013-09-04caif: add a sanity check to the tty nameDan Carpenter1-1/+3
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov1-22/+39
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-2/+2
2013-03-25CAIF: fix tty->warned build errorJiri Slaby1-2/+1
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-1/+0
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2012-07-24caif: fix NULL pointer checkAlan Cox1-0/+3
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-3/+3
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde1-2/+2
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl1-1/+0
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-4/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+4
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-1/+0
2010-06-02caif: add newlines after declarations in caif_serial.cDan Carpenter1-0/+9
2010-06-02caif: remove unneeded variable from caif_net_open()Dan Carpenter1-2/+0
2010-04-28caif: Ldisc add permission check and mem-alloc error checkSjur Braendeland1-1/+4
2010-04-07caif: tty's are kref objects so take a referenceAlan Cox1-1/+2
2010-04-07caif: check write operationsAlan Cox1-0/+4