summaryrefslogtreecommitdiff
path: root/drivers/net/hamradio/mkiss.c
AgeCommit message (Expand)Author
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-12-18hamradio: improve the incomplete fix to avoid NPDLin Ma
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-11-23hamradio: fix macro redefine warningHuang Pei
2021-11-09hamradio: defer ax25 kfree after unregister_netdevLin Ma
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17net: hamradio: fix memory leak in mkiss_closePavel Skripkin
2021-05-20net: hamradio: remove leading spaces before tabsHui Tang
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
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: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-136pack,mkiss: fix possible deadlockEric Dumazet
2019-08-08mkiss: Use refcount_t for refcountChuhong Yuan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400Thomas Gleixner
2018-12-14hamradio, ppp: change semaphore to completionArnd Bergmann
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-04-25mkiss: remove redundant check for len > 0Colin Ian King
2017-11-01mkiss: remove redundant assignment of len to ax->mtuColin Ian King
2017-09-30mkiss: remove redundant check on len being zeroColin Ian King
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-02-10NET: mkiss: Fix panicRalf Baechle
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal
2016-01-06mkiss: fix scribble on freed memoryAlan
2015-12-18mkiss: Fix use after free in mkiss_close().David Miller
2015-08-10mkiss: Fix error handling in mkiss_open()Fabio Estevam
2015-03-06ax25: remove unneeded NULL test in ax_xmit()Dan Carpenter
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2015-03-02ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2012-10-06sections: fix section conflicts in drivers/net/hamradioAndi Kleen
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-07-016pack,mkiss: fix lock inconsistencyArnd Bergmann
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-10-12hamradio: Mkiss: semaphore cleanupThomas Gleixner
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo