summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/mkiss.c
Commit message (Expand)AuthorAgeFilesLines
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-2/+2
|\
| * Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-061-0/+2
| |\
| * | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+2
* | | hamradio: improve the incomplete fix to avoid NPDLin Ma2021-12-181-2/+2
| |/ |/|
* | hamradio: fix macro redefine warningHuang Pei2021-11-231-0/+2
|/
* hamradio: defer ax25 kfree after unregister_netdevLin Ma2021-11-091-4/+5
* hamradio: use dev_addr_set() for setting device addressJakub Kicinski2021-10-131-3/+3
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-9/+4
|\
| * tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-7/+1
| * tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+1
|\ \
| * | net: hamradio: fix memory leak in mkiss_closePavel Skripkin2021-06-171-0/+1
| |/
* / net: hamradio: remove leading spaces before tabsHui Tang2021-05-201-3/+3
|/
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+2
* 6pack,mkiss: fix possible deadlockEric Dumazet2019-12-131-2/+2
* mkiss: Use refcount_t for refcountChuhong Yuan2019-08-081-5/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400Thomas Gleixner2019-06-051-11/+1
* hamradio, ppp: change semaphore to completionArnd Bergmann2018-12-141-4/+4
* change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-21/+0
* mkiss: remove redundant check for len > 0Colin Ian King2018-04-251-1/+1
* mkiss: remove redundant assignment of len to ax->mtuColin Ian King2017-11-011-1/+0
* mkiss: remove redundant check on len being zeroColin Ian King2017-09-301-1/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* NET: mkiss: Fix panicRalf Baechle2017-02-101-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
* mkiss: fix scribble on freed memoryAlan2016-01-061-0/+5
* mkiss: Fix use after free in mkiss_close().David Miller2015-12-181-2/+2
* mkiss: Fix error handling in mkiss_open()Fabio Estevam2015-08-101-3/+4
* ax25: remove unneeded NULL test in ax_xmit()Dan Carpenter2015-03-061-5/+3
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-2/+3
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+2
* ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman2015-03-021-32/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-061-3/+3
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-4/+4
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* 6pack,mkiss: fix lock inconsistencyArnd Bergmann2011-07-011-2/+2
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-7/+4
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-4/+7
* hamradio: Mkiss: semaphore cleanupThomas Gleixner2010-10-121-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1