summaryrefslogtreecommitdiff
path: root/drivers/net/caif/caif_serial.c
AgeCommit message (Expand)Author
2019-12-16net: caif: replace BUG_ON with recovery codeAditya Pakki
2019-11-09net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-01-29net: caif: call dev_consume_skb_any when skb xmit doneYang Wei
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter
2015-04-01caif: remove unused struct memberRasmus Villemoes
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-02-17caif: delete unnecessary field initializationJulia Lawall
2013-09-04caif: add a sanity check to the tty nameDan Carpenter
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com
2013-03-25CAIF: fix tty->warned build errorJiri Slaby
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2012-07-24caif: fix NULL pointer checkAlan Cox
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland
2010-06-02caif: add newlines after declarations in caif_serial.cDan Carpenter
2010-06-02caif: remove unneeded variable from caif_net_open()Dan Carpenter
2010-04-28caif: Ldisc add permission check and mem-alloc error checkSjur Braendeland
2010-04-07caif: tty's are kref objects so take a referenceAlan Cox
2010-04-07caif: check write operationsAlan Cox
2010-03-30net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland