summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner2019-05-246-96/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-241-6/+1Star
* 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/+0Star
* net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet2019-01-021-12/+4Star
* 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/+0Star
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-132-42/+0Star
* | yam: fix a missing-check bugWenwen Wang2018-10-051-0/+4
|/
* net/hamradio/6pack: remove redundant variable channelColin Ian King2018-07-051-4/+1Star
* net: hamradio: use eth_broadcast_addrStefan Agner2018-06-201-6/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-1/+1
|\
| * mkiss: remove redundant check for len > 0Colin Ian King2018-04-251-1/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-46/+3Star
|/
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-262-3/+2Star
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-156-67/+142
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
| |\
| * | mkiss: remove redundant assignment of len to ax->mtuColin Ian King2017-11-011-1/+0Star
| * | drivers/net: hamradio/yam: Convert timers to use timer_setup()Kees Cook2017-10-271-2/+2
| * | drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-6/+6
| * | hamradio/scc: Convert timers to use timer_setup()Kees Cook2017-10-181-34/+35
| * | net/hamradio/6pack: Convert timers to use timer_setup()Kees Cook2017-10-181-13/+7Star
| * | hamradio: baycom_par: use new parport device modelSudip Mukherjee2017-10-161-4/+44
| * | mkiss: remove redundant check on len being zeroColin Ian King2017-09-301-1/+2
| * | drivers: net: hamradio: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
| * | hamradio: baycom: use new parport device modelSudip Mukherjee2017-09-191-4/+46
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-1/+1
|\ \ \ | |_|/ |/| |
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* hamradio: baycom: make hdlcdrv_ops constBhumika Goyal2017-08-073-3/+3
* hamradio: dmascc: avoid -Wformat-overflow warningArnd Bergmann2017-07-261-1/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-2/+2
* hdlcdrv: Fix divide by zero in hdlcdrv_ioctlFiro Yang2017-05-281-0/+2
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-115-7/+7
|\
| * Annotate hardware config module parameters in drivers/net/hamradio/David Howells2017-04-205-7/+7
* | yam: use memdup_userGeliang Tang2017-05-081-6/+4Star
|/
* Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-3/+7
|\
| * Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-3/+7
* | NET: mkiss: Fix panicRalf Baechle2017-02-101-2/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2411-11/+11
* 6pack: fix buffer length mishandlingAlan Cox2016-09-211-8/+4Star
* hamradio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-131-1/+1