summaryrefslogtreecommitdiff
path: root/drivers/net/hamradio
AgeCommit message (Expand)Author
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
2021-11-09hamradio: defer ax25 kfree after unregister_netdevLin Ma
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-18hamradio: baycom_epp: fix build for UMLRandy Dunlap
2021-10-18Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-09-28dmascc: add CONFIG_VIRT_TO_BUS dependencyArnd Bergmann
2021-09-27Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-09-19dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds
2021-09-16net: 6pack: Fix tx timeout and slot timeGuenter Roeck
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-16net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17net: hamradio: fix memory leak in mkiss_closePavel Skripkin