Age | Commit message (Expand) | Author |
2024-10-16 | net: hamradio: scc: Switch to irq_get_nr_irqs() | Bart Van Assche |
2024-10-16 | net: hamradio: baycom_ser_fdx: Switch to irq_get_nr_irqs() | Bart Van Assche |
2024-09-26 | Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin |
2024-08-14 | 6pack: propagage new tty types | Jiri Slaby (SUSE) |
2024-08-14 | 6pack: remove global strings | Jiri Slaby (SUSE) |
2024-08-14 | 6pack: drop sixpack::buffsize | Jiri Slaby (SUSE) |
2024-08-14 | 6pack: drop sixpack::mtu | Jiri Slaby (SUSE) |
2024-08-14 | 6pack: remove sixpack::rbuff | Jiri Slaby (SUSE) |
2024-07-03 | parport: Remove parport_driver.devmodel | Dr. David Alan Gilbert |
2024-04-08 | net: handle HAS_IOPORT dependencies | Niklas Schnelle |
2023-10-17 | hamradio: replace deprecated strncpy with strscpy_pad | Justin Stitt |
2023-09-22 | hamradio: baycom: remove useless link in Kconfig | Peter Lafreniere |
2023-08-11 | tty: use u8 for flags | Jiri Slaby (SUSE) |
2023-08-11 | tty: use u8 for chars | Jiri Slaby (SUSE) |
2023-08-11 | tty: make tty_ldisc_ops::*buf*() hooks operate on size_t | Jiri Slaby (SUSE) |
2023-04-19 | hamradio: drop ISA_DMA_API dependency | Arnd Bergmann |
2022-12-19 | hamradio: baycom_epp: Do not use x86-specific rdtsc() | Borislav Petkov (AMD) |
2022-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-12-12 | hamradio: don't call dev_kfree_skb() under spin_lock_irqsave() | Yang Yingliang |
2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-07 | hamradio: fix issue of dev reference count leakage in bpq_device_event() | Zhengchao Shao |
2022-11-03 | hamradio: baycom_epp: Fix return type of baycom_send_packet() | Nathan Chancellor |
2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld |
2022-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-06-17 | hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command() | Xu Jia |
2022-04-27 | net: hamradio: remove support for DMA SCC devices | Jakub Kicinski |
2022-03-16 | hamradio: Fix wrong assignment of 'bbc->cfg.loopback' | Meng Tang |
2022-03-02 | net: hamradio: fix compliation error | Wang Qing |
2022-02-28 | net: hamradio: use time_is_after_jiffies() instead of open coding it | Wang Qing |
2022-02-18 | drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() | Duoming Zhou |
2022-01-25 | yam: fix a memory leak in yam_siocdevprivate() | Hangyu Hua |
2022-01-12 | Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-12-18 | hamradio: improve the incomplete fix to avoid NPD | Lin Ma |
2021-12-06 | Merge 5.16-rc4 into tty-next | Greg Kroah-Hartman |
2021-11-25 | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl | Jiri Slaby |
2021-11-23 | hamradio: fix macro redefine warning | Huang Pei |
2021-11-12 | hamradio: remove needs_free_netdev to avoid UAF | Lin Ma |
2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-11-09 | hamradio: defer 6pack kfree after unregister_netdev | Lin Ma |
2021-11-09 | hamradio: defer ax25 kfree after unregister_netdev | Lin Ma |
2021-11-04 | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-10-18 | hamradio: baycom_epp: fix build for UML | Randy Dunlap |
2021-10-18 | Merge 5.15-rc6 into tty-next | Greg Kroah-Hartman |
2021-10-13 | hamradio: use dev_addr_set() for setting device address | Jakub Kicinski |
2021-10-09 | net: use dev_addr_set() | Jakub Kicinski |