1. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  2. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  3. 6f5d295 mkiss: remove redundant check for len > 0 by Colin Ian King · 6 years ago
  4. d61e403 drivers/net: Use octal not symbolic permissions by Joe Perches · 6 years ago
  5. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  6. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  7. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 28ef7de7 mkiss: remove redundant assignment of len to ax->mtu by Colin Ian King · 7 years ago
  11. f6fd891 drivers/net: hamradio/yam: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  12. 956cc1e drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  13. 41e9475 hamradio/scc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  14. 8e763de net/hamradio/6pack: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  15. 92c43fc hamradio: baycom_par: use new parport device model by Sudip Mukherjee · 7 years ago
  16. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  17. 45c1fd6 mkiss: remove redundant check on len being zero by Colin Ian King · 7 years ago
  18. 7e47fc2 drivers: net: hamradio: use setup_timer() helper. by Allen Pais · 7 years ago
  19. ca44407 hamradio: baycom: use new parport device model by Sudip Mukherjee · 7 years ago
  20. 511aeaf hamradio: baycom: make hdlcdrv_ops const by Bhumika Goyal · 7 years ago
  21. 9877e10 hamradio: dmascc: avoid -Wformat-overflow warning by Arnd Bergmann · 7 years ago
  22. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 7 years ago
  23. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  24. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  25. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 7 years ago
  26. fb3ce90 hdlcdrv: Fix divide by zero in hdlcdrv_ioctl by Firo Yang · 7 years ago
  27. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  28. 871ff2e yam: use memdup_user by Geliang Tang · 7 years ago
  29. b658e5d Annotate hardware config module parameters in drivers/net/hamradio/ by David Howells · 7 years ago
  30. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  31. 7ba1b68 NET: mkiss: Fix panic by Ralf Baechle · 8 years ago
  32. 377e7a2 Make static usermode helper binaries constant by Greg Kroah-Hartman · 8 years ago
  33. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  34. ad97989 6pack: fix buffer length mishandling by Alan Cox · 8 years ago
  35. 5f94beb hamradio: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  36. 60a25d0 hamradio: baycom: fix old-style declaration by Arnd Bergmann · 8 years ago
  37. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  38. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  39. 4d0e965 drivers: replace dev->trans_start accesses with dev_trans_start by Florian Westphal · 8 years ago
  40. 926f273 drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED by Florian Westphal · 8 years ago
  41. 59e21e3 x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  42. 37ace20 dmascc: Return correct error codes by Amitoj Kaur Chawla · 9 years ago
  43. e651520 net: hamradio: baycom_ser_fdx: Replace timeval with timespec64 by Amitoj Kaur Chawla · 9 years ago
  44. fde55c4 mkiss: fix scribble on freed memory by Alan · 9 years ago
  45. 60aa3b0 6pack: fix free memory scribbles by One Thousand Gnomes · 9 years ago
  46. d79f16c mkiss: Fix use after free in mkiss_close(). by David Miller · 9 years ago
  47. acf673a 6pack: Fix use after free in sixpack_close(). by David Miller · 9 years ago
  48. a5dd192 Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes by Ingo Molnar · 9 years ago
  49. 9d332d9 mkiss: Fix error handling in mkiss_open() by Fabio Estevam · 9 years ago
  50. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  51. aa43c5f NET: hamradio: Fix IP over bpq encapsulation. by Ralf Baechle · 9 years ago
  52. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  53. e18d1f8 x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_read_tsc() by Andy Lutomirski · 9 years ago
  54. 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 9 years ago
  55. feb27d1 ax25: remove unneeded NULL test in ax_xmit() by Dan Carpenter · 10 years ago
  56. 1d5da75 ax25: Stop using magic neighbour cache operations. by Eric W. Biederman · 10 years ago
  57. 3b6a94b ax25: Refactor to use private neighbour operations. by Eric W. Biederman · 10 years ago
  58. 204d2dc ax25/6pack: Replace sp_header_ops with ax25_header_ops by Eric W. Biederman · 10 years ago
  59. 56fc7e7 ax25/kiss: Replace ax_header_ops with ax25_header_ops by Eric W. Biederman · 10 years ago
  60. ec5a0ec hamradio: 6pack: remove unnecessary check by Sudip Mukherjee · 10 years ago
  61. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  62. d3be267 yam: replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  63. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  64. 769f01e hamradio: 6pack: fix error return code by Julia Lawall · 11 years ago
  65. dc050c9 hamradio: slight optimization of addr compare by dingtianhong · 11 years ago
  66. 8e3fbf8 hamradio/yam: fix info leak in ioctl by Salva Peiró · 11 years ago
  67. e9db5c2 drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl() by Wenliang Fan · 11 years ago
  68. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  69. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  70. 39bb93f yam: remove a no-op in yam_ioctl() by Dan Carpenter · 11 years ago
  71. bfdd56b net: hamradio/yam: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  72. 9714481 net: hamradio/scc: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  73. 44a504c7 hamradio: baycom: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  74. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  75. e00adf3 drivers/net: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  76. 429a22c yam: remove redundant null check on dev by Colin Ian King · 11 years ago
  77. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  78. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  79. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  80. e68ed8f drivers:net:misc: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  81. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  82. afa8c78 sections: fix section conflicts in drivers/net/hamradio by Andi Kleen · 12 years ago
  83. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  84. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 12 years ago
  85. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  86. dc7cdf6c hamradio: fix incompatible pointer in module parameter by Danny Kukawka · 13 years ago
  87. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  88. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  89. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  90. 6e4e2f8 6pack,mkiss: fix lock inconsistency by Arnd Bergmann · 13 years ago
  91. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  92. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  93. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  94. b953ff2 hdlcdrv: Drop __TIME__ usage by Michal Marek · 13 years ago
  95. c1afba3 baycom: Drop __TIME__ usage by Michal Marek · 13 years ago
  96. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  97. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  98. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 14 years ago
  99. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  100. 13707f9 drivers/net: remove some rcu sparse warnings by Eric Dumazet · 14 years ago