summaryrefslogtreecommitdiff
path: root/drivers/net/hamradio
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-08hamradio: Remove unnecessary strscpy_pad() size argumentsThorsten Blum
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-08hamradio: use netdev_lockdep_set_classes() helperEric Dumazet
2025-02-11hamradio: baycom: replace strcpy() with strscpy()Ethan Carter Edwards
2024-10-16net: hamradio: scc: Switch to irq_get_nr_irqs()Bart Van Assche
2024-10-16net: hamradio: baycom_ser_fdx: Switch to irq_get_nr_irqs()Bart Van Assche
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-146pack: propagage new tty typesJiri Slaby (SUSE)
2024-08-146pack: remove global stringsJiri Slaby (SUSE)
2024-08-146pack: drop sixpack::buffsizeJiri Slaby (SUSE)
2024-08-146pack: drop sixpack::mtuJiri Slaby (SUSE)
2024-08-146pack: remove sixpack::rbuffJiri Slaby (SUSE)
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle
2023-10-17hamradio: replace deprecated strncpy with strscpy_padJustin Stitt
2023-09-22hamradio: baycom: remove useless link in KconfigPeter Lafreniere
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-04-19hamradio: drop ISA_DMA_API dependencyArnd Bergmann
2022-12-19hamradio: baycom_epp: Do not use x86-specific rdtsc()Borislav Petkov (AMD)
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-07hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao
2022-11-03hamradio: baycom_epp: Fix return type of baycom_send_packet()Nathan Chancellor
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-17hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia
2022-04-27net: hamradio: remove support for DMA SCC devicesJakub Kicinski
2022-03-16hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang
2022-03-02net: hamradio: fix compliation errorWang Qing
2022-02-28net: hamradio: use time_is_after_jiffies() instead of open coding itWang Qing
2022-02-18drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()Duoming Zhou
2022-01-25yam: fix a memory leak in yam_siocdevprivate()Hangyu Hua
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-18hamradio: improve the incomplete fix to avoid NPDLin Ma
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-11-23hamradio: fix macro redefine warningHuang Pei
2021-11-12hamradio: remove needs_free_netdev to avoid UAFLin Ma
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-09hamradio: defer 6pack kfree after unregister_netdevLin Ma