index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hamradio
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-02-02
net: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
-20
/
+0
2025-09-30
6pack: drop redundant locking and refcounting
Qingfang Deng
-52
/
+5
2025-08-08
hamradio: ignore ops-locked netdevs
Stanislav Fomichev
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-9
/
+9
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-17
/
+17
2025-04-08
hamradio: Remove unnecessary strscpy_pad() size arguments
Thorsten Blum
-3
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-17
/
+17
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
-0
/
+1
2025-03-08
hamradio: use netdev_lockdep_set_classes() helper
Eric Dumazet
-22
/
+2
2025-02-11
hamradio: baycom: replace strcpy() with strscpy()
Ethan Carter Edwards
-5
/
+5
2024-10-16
net: hamradio: scc: Switch to irq_get_nr_irqs()
Bart Van Assche
-1
/
+3
2024-10-16
net: hamradio: baycom_ser_fdx: Switch to irq_get_nr_irqs()
Bart Van Assche
-0
/
+1
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-40
/
+20
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
-1
/
+1
2024-08-14
6pack: propagage new tty types
Jiri Slaby (SUSE)
-16
/
+16
2024-08-14
6pack: remove global strings
Jiri Slaby (SUSE)
-10
/
+1
2024-08-14
6pack: drop sixpack::buffsize
Jiri Slaby (SUSE)
-3
/
+0
2024-08-14
6pack: drop sixpack::mtu
Jiri Slaby (SUSE)
-3
/
+1
2024-08-14
6pack: remove sixpack::rbuff
Jiri Slaby (SUSE)
-8
/
+2
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
-2
/
+0
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
-3
/
+3
2023-10-17
hamradio: replace deprecated strncpy with strscpy_pad
Justin Stitt
-2
/
+2
2023-09-22
hamradio: baycom: remove useless link in Kconfig
Peter Lafreniere
-8
/
+7
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
-2
/
+2
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
-3
/
+3
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
-2
/
+2
2023-04-19
hamradio: drop ISA_DMA_API dependency
Arnd Bergmann
-1
/
+1
2022-12-19
hamradio: baycom_epp: Do not use x86-specific rdtsc()
Borislav Petkov (AMD)
-7
/
+1
2022-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-3
/
+3
2022-12-12
hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
-3
/
+3
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2022-11-07
hamradio: fix issue of dev reference count leakage in bpq_device_event()
Zhengchao Shao
-1
/
+1
2022-11-03
hamradio: baycom_epp: Fix return type of baycom_send_packet()
Nathan Chancellor
-1
/
+1
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
-3
/
+3
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
-3
/
+3
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
-1
/
+1
2022-06-17
hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()
Xu Jia
-1
/
+8
2022-04-27
net: hamradio: remove support for DMA SCC devices
Jakub Kicinski
-1485
/
+0
2022-03-16
hamradio: Fix wrong assignment of 'bbc->cfg.loopback'
Meng Tang
-2
/
+2
2022-03-02
net: hamradio: fix compliation error
Wang Qing
-1
/
+1
2022-02-28
net: hamradio: use time_is_after_jiffies() instead of open coding it
Wang Qing
-3
/
+4
2022-02-18
drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
Duoming Zhou
-2
/
+2
2022-01-25
yam: fix a memory leak in yam_siocdevprivate()
Hangyu Hua
-3
/
+1
2022-01-12
Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-4
/
+4
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-0
/
+2
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
-0
/
+2
2021-12-18
hamradio: improve the incomplete fix to avoid NPD
Lin Ma
-2
/
+2
2021-12-06
Merge 5.16-rc4 into tty-next
Greg Kroah-Hartman
-0
/
+2
[next]