summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
* net: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-081-3/+3
* hamradio: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-171-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-101-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-031-1/+1
|/
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-113-3/+3
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-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-161-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-121-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
|/ / /
* | / dmascc: add CONFIG_VIRT_TO_BUS dependencyArnd Bergmann2021-09-281-0/+1
| |/ |/|
* | dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds2021-09-191-3/+3
* | net: 6pack: Fix tx timeout and slot timeGuenter Roeck2021-09-161-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-0/+6
|\
| * net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin2021-08-161-0/+6
* | hamradio: use ndo_siocdevprivateArnd Bergmann2021-07-279-60/+64
|/
* 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