index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hamradio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-40
/
+20
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-08-14
6pack: propagage new tty types
Jiri Slaby (SUSE)
1
-16
/
+16
2024-08-14
6pack: remove global strings
Jiri Slaby (SUSE)
1
-10
/
+1
2024-08-14
6pack: drop sixpack::buffsize
Jiri Slaby (SUSE)
1
-3
/
+0
2024-08-14
6pack: drop sixpack::mtu
Jiri Slaby (SUSE)
1
-3
/
+1
2024-08-14
6pack: remove sixpack::rbuff
Jiri Slaby (SUSE)
1
-8
/
+2
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
2
-2
/
+0
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
1
-3
/
+3
2023-10-18
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-11
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-04
hamradio: baycom_epp: Fix return type of baycom_send_packet()
Nathan Chancellor
1
-1
/
+1
2022-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
3
-3
/
+3
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
3
-3
/
+3
2022-09-01
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-17
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-13
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
[next]