index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hamradio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
1
-3
/
+3
2023-10-17
hamradio: replace deprecated strncpy with strscpy_pad
Justin Stitt
1
-2
/
+2
2023-09-22
hamradio: baycom: remove useless link in Kconfig
Peter Lafreniere
1
-8
/
+7
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2
-2
/
+2
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
2
-3
/
+3
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2
-2
/
+2
2023-04-19
hamradio: drop ISA_DMA_API dependency
Arnd Bergmann
1
-1
/
+1
2022-12-19
hamradio: baycom_epp: Do not use x86-specific rdtsc()
Borislav Petkov (AMD)
1
-7
/
+1
2022-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+3
2022-12-12
hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-3
/
+3
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-07
hamradio: fix issue of dev reference count leakage in bpq_device_event()
Zhengchao Shao
1
-1
/
+1
2022-11-03
hamradio: baycom_epp: Fix return type of baycom_send_packet()
Nathan Chancellor
1
-1
/
+1
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
3
-3
/
+3
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
3
-3
/
+3
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-06-17
hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()
Xu Jia
1
-1
/
+8
2022-04-27
net: hamradio: remove support for DMA SCC devices
Jakub Kicinski
3
-1485
/
+0
2022-03-16
hamradio: Fix wrong assignment of 'bbc->cfg.loopback'
Meng Tang
1
-2
/
+2
2022-03-02
net: hamradio: fix compliation error
Wang Qing
1
-1
/
+1
2022-02-28
net: hamradio: use time_is_after_jiffies() instead of open coding it
Wang Qing
1
-3
/
+4
2022-02-18
drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
Duoming Zhou
1
-2
/
+2
2022-01-25
yam: fix a memory leak in yam_siocdevprivate()
Hangyu Hua
1
-3
/
+1
2022-01-12
Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-4
/
+4
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-0
/
+2
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2
-0
/
+2
2021-12-18
hamradio: improve the incomplete fix to avoid NPD
Lin Ma
1
-2
/
+2
2021-12-06
Merge 5.16-rc4 into tty-next
Greg Kroah-Hartman
1
-0
/
+2
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
2
-4
/
+4
2021-11-23
hamradio: fix macro redefine warning
Huang Pei
1
-0
/
+2
2021-11-12
hamradio: remove needs_free_netdev to avoid UAF
Lin Ma
1
-1
/
+0
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-6
/
+9
2021-11-09
hamradio: defer 6pack kfree after unregister_netdev
Lin Ma
1
-2
/
+4
2021-11-09
hamradio: defer ax25 kfree after unregister_netdev
Lin Ma
1
-4
/
+5
2021-11-04
Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2021-10-18
hamradio: baycom_epp: fix build for UML
Randy Dunlap
1
-3
/
+3
2021-10-18
Merge 5.15-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2021-10-13
hamradio: use dev_addr_set() for setting device address
Jakub Kicinski
8
-16
/
+14
2021-10-09
net: use dev_addr_set()
Jakub Kicinski
6
-7
/
+6
2021-09-28
dmascc: add CONFIG_VIRT_TO_BUS dependency
Arnd Bergmann
1
-0
/
+1
2021-09-27
Merge 5.15-rc3 into tty-next
Greg Kroah-Hartman
2
-5
/
+5
2021-09-22
tty: remove file from tty_mode_ioctl
Jiri Slaby
1
-1
/
+1
2021-09-19
dmascc: use proper 'virt_to_bus()' rather than casting to 'int'
Linus Torvalds
1
-3
/
+3
2021-09-16
net: 6pack: Fix tx timeout and slot time
Guenter Roeck
1
-2
/
+2
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2021-08-16
net: 6pack: fix slab-out-of-bounds in decode_data
Pavel Skripkin
1
-0
/
+6
2021-07-27
hamradio: use ndo_siocdevprivate
Arnd Bergmann
9
-60
/
+64
2021-07-05
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-18
/
+9
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
[next]