1. d4b14c1 hamradio: replace deprecated strncpy with strscpy_pad by Justin Stitt · 1 year, 5 months ago
  2. 84c19e6 hamradio: baycom: remove useless link in Kconfig by Peter Lafreniere · 1 year, 6 months ago
  3. 892bc20 tty: use u8 for flags by Jiri Slaby (SUSE) · 1 year, 7 months ago
  4. a8d9cd2 tty: use u8 for chars by Jiri Slaby (SUSE) · 1 year, 7 months ago
  5. e816144 tty: make tty_ldisc_ops::*buf*() hooks operate on size_t by Jiri Slaby (SUSE) · 1 year, 7 months ago
  6. fcd4843 hamradio: drop ISA_DMA_API dependency by Arnd Bergmann · 1 year, 11 months ago
  7. aba5b39 hamradio: baycom_epp: Do not use x86-specific rdtsc() by Borislav Petkov (AMD) · 2 years, 3 months ago
  8. b11919e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 3 months ago
  9. 3727f74 hamradio: don't call dev_kfree_skb() under spin_lock_irqsave() by Yang Yingliang · 2 years, 3 months ago
  10. 966a9b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
  11. 85cbaf0 hamradio: fix issue of dev reference count leakage in bpq_device_event() by Zhengchao Shao · 2 years, 4 months ago
  12. c5733e5 hamradio: baycom_epp: Fix return type of baycom_send_packet() by Nathan Chancellor · 2 years, 4 months ago
  13. 7e3cf08 treewide: use get_random_{u8,u16}() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  14. 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  15. fb3ceec net: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 6 months ago
  16. 2b04495 hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command() by Xu Jia · 2 years, 9 months ago
  17. 865e2eb net: hamradio: remove support for DMA SCC devices by Jakub Kicinski · 2 years, 10 months ago
  18. a8df2166 hamradio: Fix wrong assignment of 'bbc->cfg.loopback' by Meng Tang · 3 years ago
  19. a577223 net: hamradio: fix compliation error by Wang Qing · 3 years ago
  20. 61c4fb9 net: hamradio: use time_is_after_jiffies() instead of open coding it by Wang Qing · 3 years ago
  21. efe4186e drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() by Duoming Zhou · 3 years, 1 month ago
  22. 29eb315 yam: fix a memory leak in yam_siocdevprivate() by Hangyu Hua · 3 years, 1 month ago
  23. 342465f Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 2 months ago
  24. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 2 months ago
  25. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
  26. b2f37ae hamradio: improve the incomplete fix to avoid NPD by Lin Ma · 3 years, 3 months ago
  27. f5bced9 Merge 5.16-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 3 months ago
  28. d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 3 months ago
  29. 1651782 hamradio: fix macro redefine warning by Huang Pei · 3 years, 3 months ago
  30. 81b1d54 hamradio: remove needs_free_netdev to avoid UAF by Lin Ma · 3 years, 4 months ago
  31. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 4 months ago
  32. 0b91119 hamradio: defer 6pack kfree after unregister_netdev by Lin Ma · 3 years, 4 months ago
  33. 3e0588c hamradio: defer ax25 kfree after unregister_netdev by Lin Ma · 3 years, 4 months ago
  34. abfecb3 Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 4 months ago
  35. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 4 months ago
  36. 0a9bb11 hamradio: baycom_epp: fix build for UML by Randy Dunlap · 3 years, 5 months ago
  37. 412a5fe Merge 5.15-rc6 into tty-next by Greg Kroah-Hartman · 3 years, 5 months ago
  38. 20c3d9e hamradio: use dev_addr_set() for setting device address by Jakub Kicinski · 3 years, 5 months ago
  39. ea52a0b net: use dev_addr_set() by Jakub Kicinski · 3 years, 5 months ago
  40. 05e97b3 dmascc: add CONFIG_VIRT_TO_BUS dependency by Arnd Bergmann · 3 years, 5 months ago
  41. 5ecb11d Merge 5.15-rc3 into tty-next by Greg Kroah-Hartman · 3 years, 5 months ago
  42. dcc223e tty: remove file from tty_mode_ioctl by Jiri Slaby · 3 years, 6 months ago
  43. bc1abb9 dmascc: use proper 'virt_to_bus()' rather than casting to 'int' by Linus Torvalds · 3 years, 6 months ago
  44. 3c0d2a4 net: 6pack: Fix tx timeout and slot time by Guenter Roeck · 3 years, 6 months ago
  45. f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  46. 19d1532 net: 6pack: fix slab-out-of-bounds in decode_data by Pavel Skripkin · 3 years, 7 months ago
  47. 25ec92f hamradio: use ndo_siocdevprivate by Arnd Bergmann · 3 years, 7 months ago
  48. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 8 months ago
  49. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  50. 7edcc68 net: hamradio: fix memory leak in mkiss_close by Pavel Skripkin · 3 years, 9 months ago
  51. e516f5b hamradio: bpqether: Fix -Wunused-const-variable warning by YueHaibing · 3 years, 9 months ago
  52. 687c87a net/hamradio/6pack: Fix inconsistent indenting by Jiapeng Chong · 3 years, 9 months ago
  53. d1542f8 net: hamradio: remove leading spaces before tabs by Hui Tang · 3 years, 10 months ago
  54. 357a6a8 tty: no checking of tty_unregister_ldisc by Jiri Slaby · 3 years, 10 months ago
  55. f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 10 months ago
  56. fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 10 months ago
  57. 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 10 months ago
  58. 9594408 Merge 5.12-rc6 into tty-next by Greg Kroah-Hartman · 4 years ago
  59. 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 4 years ago
  60. 280def1 Merge 5.12-rc3 into tty-next by Greg Kroah-Hartman · 4 years ago
  61. 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 4 years ago
  62. 85554bc net/hamradio/6pack: remove redundant check in sp_encaps() by Denis Efremov · 4 years ago
  63. e03d8a3 net: driver: hamradio: Fix potential unterminated string by Andrew Lunn · 4 years, 4 months ago
  64. d4dd87f drivers: net: hamradio: fix document location by Mauro Carvalho Chehab · 4 years, 6 months ago
  65. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  66. f05c43e docs: networking: move baycom to the hw driver section by Jakub Kicinski · 4 years, 8 months ago
  67. 1447495 docs: networking: move z8530 to the hw driver section by Jakub Kicinski · 4 years, 8 months ago
  68. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  69. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  70. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 9 months ago
  71. 98749b7 yam: fix possible memory leak in yam_init_driver by Wang Hai · 4 years, 9 months ago
  72. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  73. 95f59bf drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.c by Madhuparna Bhowmik · 4 years, 10 months ago
  74. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 10 months ago
  75. 0046db0 docs: networking: convert z8530drv.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
  76. b5fcf32 docs: networking: convert baycom.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
  77. a434aab docs: networking: convert 6pack.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
  78. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  79. a886ca6 hdlcdrv: replace unnecessary assertion in hdlcdrv_register by Aditya Pakki · 5 years ago
  80. 5c9934b6 6pack,mkiss: fix possible deadlock by Eric Dumazet · 5 years ago
  81. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  82. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  83. b82573f net/hamradio/6pack: Fix the size of a sk_buff used in 'sp_bump()' by Christophe JAILLET · 6 years ago
  84. b7deac3 hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 6 years ago
  85. 4b4de39 mkiss: Use refcount_t for refcount by Chuhong Yuan · 6 years ago
  86. 7bd6ba4e net: hamradio: baycom_epp: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  87. 4159740 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400 by Thomas Gleixner · 6 years ago
  88. 3f5296f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69 by Thomas Gleixner · 6 years ago
  89. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  90. ee5d8f4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41 by Thomas Gleixner · 6 years ago
  91. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  92. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  93. ed95799 net: hamradio: remove unused hweight*() defines by Masahiro Yamada · 6 years ago
  94. 202700e3 net/hamradio/6pack: use mod_timer() to rearm timers by Eric Dumazet · 6 years ago
  95. c2c79a32 hamradio, ppp: change semaphore to completion by Arnd Bergmann · 6 years ago
  96. 44adbac8 Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  97. f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
  98. 0781168 yam: fix a missing-check bug by Wenwen Wang · 6 years ago
  99. 827ad90 net/hamradio/6pack: remove redundant variable channel by Colin Ian King · 7 years ago
  100. 4e8439a net: hamradio: use eth_broadcast_addr by Stefan Agner · 7 years ago