1. 81b1d54 hamradio: remove needs_free_netdev to avoid UAF by Lin Ma · 3 years, 3 months ago
  2. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  3. 0b91119 hamradio: defer 6pack kfree after unregister_netdev by Lin Ma · 3 years, 3 months ago
  4. abfecb3 Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 3 months ago
  5. 20c3d9e hamradio: use dev_addr_set() for setting device address by Jakub Kicinski · 3 years, 4 months ago
  6. 5ecb11d Merge 5.15-rc3 into tty-next by Greg Kroah-Hartman · 3 years, 5 months ago
  7. dcc223e tty: remove file from tty_mode_ioctl by Jiri Slaby · 3 years, 5 months ago
  8. 3c0d2a4 net: 6pack: Fix tx timeout and slot time by Guenter Roeck · 3 years, 5 months ago
  9. 19d1532 net: 6pack: fix slab-out-of-bounds in decode_data by Pavel Skripkin · 3 years, 6 months ago
  10. 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
  11. 687c87a net/hamradio/6pack: Fix inconsistent indenting by Jiapeng Chong · 3 years, 9 months ago
  12. 357a6a8 tty: no checking of tty_unregister_ldisc by Jiri Slaby · 3 years, 10 months ago
  13. f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 10 months ago
  14. fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 10 months ago
  15. 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 10 months ago
  16. 280def1 Merge 5.12-rc3 into tty-next by Greg Kroah-Hartman · 4 years ago
  17. 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 4 years ago
  18. 85554bc net/hamradio/6pack: remove redundant check in sp_encaps() by Denis Efremov · 4 years ago
  19. 5c9934b6 6pack,mkiss: fix possible deadlock by Eric Dumazet · 5 years ago
  20. b82573f net/hamradio/6pack: Fix the size of a sk_buff used in 'sp_bump()' by Christophe JAILLET · 5 years ago
  21. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  22. 202700e3 net/hamradio/6pack: use mod_timer() to rearm timers by Eric Dumazet · 6 years ago
  23. c2c79a32 hamradio, ppp: change semaphore to completion by Arnd Bergmann · 6 years ago
  24. f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
  25. 827ad90 net/hamradio/6pack: remove redundant variable channel by Colin Ian King · 7 years ago
  26. 956cc1e drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  27. 8e763de net/hamradio/6pack: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  28. 7e47fc2 drivers: net: hamradio: use setup_timer() helper. by Allen Pais · 7 years ago
  29. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  30. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  31. ad97989 6pack: fix buffer length mishandling by Alan Cox · 8 years ago
  32. 60aa3b0 6pack: fix free memory scribbles by One Thousand Gnomes · 9 years ago
  33. acf673a 6pack: Fix use after free in sixpack_close(). by David Miller · 9 years ago
  34. 1d5da75 ax25: Stop using magic neighbour cache operations. by Eric W. Biederman · 10 years ago
  35. 3b6a94b ax25: Refactor to use private neighbour operations. by Eric W. Biederman · 10 years ago
  36. 204d2dc ax25/6pack: Replace sp_header_ops with ax25_header_ops by Eric W. Biederman · 10 years ago
  37. ec5a0ec hamradio: 6pack: remove unnecessary check by Sudip Mukherjee · 10 years ago
  38. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  39. 769f01e hamradio: 6pack: fix error return code by Julia Lawall · 11 years ago
  40. afa8c78 sections: fix section conflicts in drivers/net/hamradio by Andi Kleen · 12 years ago
  41. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  42. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  43. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  44. 6e4e2f8 6pack,mkiss: fix lock inconsistency by Arnd Bergmann · 14 years ago
  45. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 14 years ago
  46. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 14 years ago
  47. 89d9f10 hamradio: 6pack: semaphore cleanup by Thomas Gleixner · 14 years ago
  48. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  49. 9646e7c net, compat_ioctl: handle socket ioctl abuses in tty drivers by Arnd Bergmann · 15 years ago
  50. 36e4d64 convert hamradio drivers to netdev_txreturnt_t by Stephen Hemminger · 15 years ago
  51. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  52. 6733259 Update Andreas Koensgen's email address by Ralf Baechle · 16 years ago
  53. 252aa9d Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines." by David S. Miller · 16 years ago
  54. adeab1a NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines. by Ralf Baechle · 16 years ago
  55. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  56. eb33ae2 drivers/net/hamradio: fix warning: format not a string literal and no ... by Hannes Eder · 16 years ago
  57. b3672a7 6pack: convert to net_device_ops by Stephen Hemminger · 16 years ago
  58. 0397a26 drivers/net/hamradio/6pack.c: move a dereference below a NULL test by Julia Lawall · 16 years ago
  59. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  60. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  61. a352def tty: Ldisc revamp by Alan Cox · 17 years ago
  62. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 17 years ago
  63. de0561c 6pack: use netstats in net_device structure by Paulius Zaleckas · 17 years ago
  64. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 17 years ago
  65. f34d7a5 tty: The big operations rework by Alan Cox · 17 years ago
  66. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 17 years ago
  67. 79ea13c NULL noise in drivers/net by Al Viro · 17 years ago
  68. d012753 [TTY]: Use tty_mode_ioctl() in network drivers. by Alan Cox · 17 years ago
  69. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  70. d9a19d2 hamradio: ->hard_header() takes packet type in host-endian by Al Viro · 17 years ago
  71. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  72. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  73. 15b1c0e [AX.25]: Fix default address and broadcast address initialization. by Ralf Baechle · 18 years ago
  74. 95f6134 [6PACK]: Masking bug in 6pack driver. by Jean Delvare · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  76. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 19 years ago
  77. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  78. 6f74998 [AX.25]: Rename ax25_encapsulate to ax25_hard_header by Ralf Baechle · 19 years ago
  79. 214838a [PATCH] Fix 6pack setting of MAC address by Ralf Baechle · 19 years ago
  80. 84a2ea1 [PATCH] 6pack Timer initialization by Ralf Baechle · 19 years ago
  81. c043817 [PATCH] 6pack persistence fix by Ralf Baechle DL5RB · 20 years ago
  82. 64ccd71 [PATCH] Convert users to tty_unregister_ldisc() by Alexey Dobriyan · 20 years ago
  83. 56cb515 [AX25] Introduce ax25_type_trans by Arnaldo Carvalho de Melo · 20 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2