summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/6pack.c
Commit message (Expand)AuthorAgeFilesLines
* hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia2022-06-171-1/+8
* drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()Duoming Zhou2022-02-181-2/+2
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+2
* hamradio: remove needs_free_netdev to avoid UAFLin Ma2021-11-121-1/+0
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-2/+4
|\
| * hamradio: defer 6pack kfree after unregister_netdevLin Ma2021-11-091-2/+4
* | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\ \ | |/ |/|
| * Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-271-2/+2
| |\
| * | tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-1/+1
* | | hamradio: use dev_addr_set() for setting device addressJakub Kicinski2021-10-131-3/+3
| |/ |/|
* | net: 6pack: Fix tx timeout and slot timeGuenter Roeck2021-09-161-2/+2
|/
* net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin2021-08-161-0/+6
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-9/+5
|\
| * 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/+3
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong2021-05-251-6/+4
|/
* Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-151-5/+0
|\
| * net/hamradio/6pack: remove redundant check in sp_encaps()Denis Efremov2021-03-051-5/+0
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
|/
* 6pack,mkiss: fix possible deadlockEric Dumazet2019-12-131-2/+2
* net/hamradio/6pack: Fix the size of a sk_buff used in 'sp_bump()'Christophe JAILLET2019-09-071-2/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet2019-01-021-12/+4
* hamradio, ppp: change semaphore to completionArnd Bergmann2018-12-141-5/+5
* change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-21/+0
* net/hamradio/6pack: remove redundant variable channelColin Ian King2018-07-051-4/+1
* drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-6/+6
* net/hamradio/6pack: Convert timers to use timer_setup()Kees Cook2017-10-181-13/+7
* drivers: net: hamradio: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 6pack: fix buffer length mishandlingAlan Cox2016-09-201-8/+4
* 6pack: fix free memory scribblesOne Thousand Gnomes2016-01-061-0/+6
* 6pack: Fix use after free in sixpack_close().David Miller2015-12-181-4/+4
* 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/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman2015-03-021-27/+1
* hamradio: 6pack: remove unnecessary checkSudip Mukherjee2014-11-031-2/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* hamradio: 6pack: fix error return codeJulia Lawall2014-01-021-1/+2
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-061-1/+1
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-061-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* 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-5/+3
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-3/+5
* hamradio: 6pack: semaphore cleanupThomas Gleixner2010-10-121-1/+1