summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-09-261-40/+20
|\
| * 6pack: propagage new tty typesJiri Slaby (SUSE)2024-08-141-16/+16
| * 6pack: remove global stringsJiri Slaby (SUSE)2024-08-141-10/+1
| * 6pack: drop sixpack::buffsizeJiri Slaby (SUSE)2024-08-141-3/+0
| * 6pack: drop sixpack::mtuJiri Slaby (SUSE)2024-08-141-3/+1
| * 6pack: remove sixpack::rbuffJiri Slaby (SUSE)2024-08-141-8/+2
* | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+1
|/
* parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-032-2/+0
* net: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-081-3/+3
* hamradio: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-181-2/+2
* hamradio: baycom: remove useless link in KconfigPeter Lafreniere2023-09-221-8/+7
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-112-2/+2
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-112-3/+3
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-112-2/+2
* hamradio: drop ISA_DMA_API dependencyArnd Bergmann2023-04-191-1/+1
* hamradio: baycom_epp: Do not use x86-specific rdtsc()Borislav Petkov (AMD)2022-12-191-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-3/+3
|\
| * hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-111-1/+1
|\|
| * hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao2022-11-071-1/+1
* | hamradio: baycom_epp: Fix return type of baycom_send_packet()Nathan Chancellor2022-11-041-1/+1
|/
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-123-3/+3
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-123-3/+3
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia2022-06-171-1/+8
* net: hamradio: remove support for DMA SCC devicesJakub Kicinski2022-04-273-1485/+0
* hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang2022-03-171-2/+2
* net: hamradio: fix compliation errorWang Qing2022-03-021-1/+1
* net: hamradio: use time_is_after_jiffies() instead of open coding itWang Qing2022-02-281-3/+4
* drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()Duoming Zhou2022-02-181-2/+2
* yam: fix a memory leak in yam_siocdevprivate()Hangyu Hua2022-01-251-3/+1
* Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-122-4/+4
|\
| * 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-252-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-0/+2
|\ \ \
| * | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-292-0/+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: remove needs_free_netdev to avoid UAFLin Ma2021-11-131-1/+0
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-6/+9
|\
| * hamradio: defer 6pack kfree after unregister_netdevLin Ma2021-11-091-2/+4
| * hamradio: defer ax25 kfree after unregister_netdevLin Ma2021-11-091-4/+5
* | 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-rc6 into tty-nextGreg Kroah-Hartman2021-10-181-0/+1
| |\
| * \ Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-272-5/+5
| |\ \
| * | | tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-3/+3
|\ \ \ \
| * | | | hamradio: baycom_epp: fix build for UMLRandy Dunlap2021-10-181-3/+3
| | |_|/ | |/| |
* | | | hamradio: use dev_addr_set() for setting device addressJakub Kicinski2021-10-138-16/+14
* | | | net: use dev_addr_set()Jakub Kicinski2021-10-096-7/+6
|/ / /