summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-052-18/+9
|\
| * tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-132-14/+2
| * tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-132-2/+2
| * tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-132-2/+5
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-132-2/+2
* | 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
| |/
* | hamradio: bpqether: Fix -Wunused-const-variable warningYueHaibing2021-06-011-2/+2
* | net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong2021-05-251-6/+4
* | net: hamradio: remove leading spaces before tabsHui Tang2021-05-205-17/+17
|/
* Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman2021-04-051-1/+0
|\
| * module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* | 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-102-2/+0
|/
* net: driver: hamradio: Fix potential unterminated stringAndrew Lunn2020-11-021-1/+1
* drivers: net: hamradio: fix document locationMauro Carvalho Chehab2020-10-151-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+3
* docs: networking: move baycom to the hw driver sectionJakub Kicinski2020-06-261-4/+4
* docs: networking: move z8530 to the hw driver sectionJakub Kicinski2020-06-262-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-0/+2
|\
| * net: change addr_list_lock back to static keyCong Wang2020-06-091-0/+2
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-8/+8
|/
* yam: fix possible memory leak in yam_init_driverWang Hai2020-06-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+2
|\
| * drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.cMadhuparna Bhowmik2020-05-141-1/+2
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+20
* | docs: networking: convert z8530drv.txt to ReSTMauro Carvalho Chehab2020-05-012-3/+3
* | docs: networking: convert baycom.txt to ReSTMauro Carvalho Chehab2020-04-281-4/+4
* | docs: networking: convert 6pack.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-4/+4
|\
| * 6pack,mkiss: fix possible deadlockEric Dumazet2019-12-132-4/+4
* | hdlcdrv: replace unnecessary assertion in hdlcdrv_registerAditya Pakki2019-12-191-2/+0
|/
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-22/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-2/+2
|\
| * net/hamradio/6pack: Fix the size of a sk_buff used in 'sp_bump()'Christophe JAILLET2019-09-071-2/+2
* | hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-222-4/+2
* | mkiss: Use refcount_t for refcountChuhong Yuan2019-08-081-5/+6
|/
* net: hamradio: baycom_epp: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400Thomas Gleixner2019-06-051-11/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner2019-05-246-96/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-241-6/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: hamradio: remove unused hweight*() definesMasahiro Yamada2019-02-181-26/+0
* net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet2019-01-021-12/+4
* hamradio, ppp: change semaphore to completionArnd Bergmann2018-12-142-9/+9
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-242-42/+0
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-132-42/+0