1. 94c9249 net: wan: sdla: Fix cast from pointer to integer of different size by Krzysztof Kozlowski · 4 years, 9 months ago
  2. c91e851 net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info by Colin Ian King · 4 years, 8 months ago
  3. df427ca net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe() by Wen Yang · 6 years ago
  4. 781e26a net/wan: fix a double free in x25_asy_open_tty() by Cong Wang · 6 years ago
  5. c1c8626 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. afb41bb drivers: net: lmc: fix case value for target abort error by Colin Ian King · 6 years ago
  7. fd800f6 wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc by YueHaibing · 6 years ago
  8. 005c1c0 drivers: net: lmc: remove redundant variable next_rx by Colin Ian King · 6 years ago
  9. 94c7635 farsync: remove redundant variable txq_length by Colin Ian King · 6 years ago
  10. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  11. 1f55c28 wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memset by YueHaibing · 6 years ago
  12. b6c3bad hdlc_ppp: carrier detect ok, don't turn off negotiation by Denis Du · 7 years ago
  13. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. 96c22a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  15. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  16. f95d5bf0 lmc: Use memdup_user() as a cleanup by Vasyl Gomonovych · 7 years ago
  17. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  18. a3e2ecb net: wan: x25_asy: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  19. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. 3a1246f wan: wanxl: remove redundant assignment to stat by Colin Ian King · 7 years ago
  23. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. 7db8874 net: lapbether: fix double free by Pan Bian · 7 years ago
  25. 032cfd6 drivers/net: wan/sdla: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  26. 605ea2f drivers/net: wan/lmc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  27. e2009be drivers/net: wan/dscc4: Remove unused timer by Kees Cook · 7 years ago
  28. 56546e3 drivers/net: wan/sbni: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  29. d26c089 hdlc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  30. 802be57 net: wan : hdlc: use setup_timer() helper by Allen Pais · 7 years ago
  31. 19569c8 drivers: net: lmc: use setup_timer() helper. by Allen Pais · 7 years ago
  32. 8d81fe7 drivers: net: hdlc_ppp: use setup_timer() helper. by Allen Pais · 7 years ago
  33. f280333 drivers: net: dscc: use setup_timer() helper. by Allen Pais · 7 years ago
  34. dffec39 drivers: net: cisco_hdlc: use setup_timer() helper. by Allen Pais · 7 years ago
  35. f347bd6 drivers: net: sdla: use setup_timer() helper. by Allen Pais · 7 years ago
  36. 44ccba3 Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  37. ba6ba68 wan: dscc4: convert to plain DMA API by Alexey Khoroshilov · 7 years ago
  38. 6aa2000 wan: dscc4: add checks for dma mapping errors by Alexey Khoroshilov · 7 years ago
  39. 3598f5d drivers/net/wan/z85230.c: Use designated initializers by Kees Cook · 7 years ago
  40. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 7 years ago
  41. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  42. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  43. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 7 years ago
  45. 85deed5 net/wan/fsl_ucc_hdlc: fix muram allocation error by Holger Brunck · 7 years ago
  46. 067bb93 net/wan/fsl_ucc_hdlc: add hdlc-bus support by Holger Brunck · 7 years ago
  47. 54e9e08 net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback mode by Holger Brunck · 7 years ago
  48. 5b8aad9 net/wan/fsl_ucc_hdlc: fix incorrect memory allocation by Holger Brunck · 7 years ago
  49. 10515db net/wan/fsl_ucc_hdlc: fix wrong indentation by Holger Brunck · 7 years ago
  50. 66bb144 net/wan/fsl_ucc_hdlc: fix unitialized variable warnings by Holger Brunck · 7 years ago
  51. f089785 net/wan/fsl_ucc_hdlc: cleanup debug traces by Holger Brunck · 7 years ago
  52. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 7 years ago
  53. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  54. 2a39e7a wan: pc300too: abort path on failure by Pan Bian · 7 years ago
  55. af28a03 Annotate hardware config module parameters in drivers/net/wan/ by David Howells · 7 years ago
  56. 02bb56d ucc/hdlc: fix two little issue by Zhao Qiang · 8 years ago
  57. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  58. 74179d4 net/wan: add MODULE_LICENSE for fsl_ucc_hdlc by Valentin Longchamp · 8 years ago
  59. fee4022 net: wan: slic_ds26522: Remove .owner field for driver by Wei Yongjun · 8 years ago
  60. c3afa99 net: wan: slic_ds26522: Use module_spi_driver to simplify the code by Wei Yongjun · 8 years ago
  61. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  62. 6013386 net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured" by Colin Ian King · 8 years ago
  63. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  64. aabd7ad WAN: use designated initializers by Kees Cook · 8 years ago
  65. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 8b6b413 net: use core MTU range checking in WAN drivers by Jarod Wilson · 8 years ago
  67. 059f014 net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled by Javier Martinez Canillas · 8 years ago
  68. 485c9d4 net: wan: slic_ds26522: Export OF module alias information by Javier Martinez Canillas · 8 years ago
  69. 558c5eb net: wan: slic_ds26522: add SPI device ID table to fix module autoload by Javier Martinez Canillas · 8 years ago
  70. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  71. 776482c wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent() by Christophe Jaillet · 8 years ago
  72. 650097c net: wan: sbni: Spelling s/acknoweledge/acknowledge/, Grammar by Geert Uytterhoeven · 8 years ago
  73. 24a24d0 wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter" by Colin Ian King · 8 years ago
  74. 8c57a3a wan/fsl_ucc_hdlc: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · 8 years ago
  75. 459421c wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code by Wei Yongjun · 8 years ago
  76. 9d5658e wan/fsl_ucc_hdlc: remove .owner field for driver by Wei Yongjun · 8 years ago
  77. 1efb597 wan/fsl_ucc_hdlc: rewrite error handling to make it clearer by Zhao Qiang · 8 years ago
  78. 1821051 wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv' by Zhao Qiang · 8 years ago
  79. 2f43b9b wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl() by Dan Carpenter · 8 years ago
  80. c37d4a0 Maxim/driver: Add driver for maxim ds26522 by Zhao Qiang · 8 years ago
  81. c573976 drivers/net/fsl_ucc: Do not prefix header guard with CONFIG_ by Andreas Ziegler · 8 years ago
  82. c19b6d2 drivers/net: support hdlc function for QE-UCC by Zhao Qiang · 8 years ago
  83. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  84. e725a66 farsync: fix off-by-one bug in fst_add_one by Arnd Bergmann · 9 years ago
  85. 7cb43be wan: lmc: Switch to using managed resources by Amitoj Kaur Chawla · 9 years ago
  86. db92ea5 dscc4: Undefined signed int shift by Michael McConville · 9 years ago
  87. 3b780be x25_asy: Free x25_asy on x25_asy_open() failure. by David S. Miller · 9 years ago
  88. 7e074af wan: wanxl: add pci_disable_device in case of error by Saurabh Sengar · 9 years ago
  89. 2f8364a WAN: HDLC: Call notifiers before and after changing device type by Andrew Lunn · 9 years ago
  90. ff351644 WAN: HDLC: Detach protocol before unregistering device by Andrew Lunn · 9 years ago
  91. ee9159d wan/x25: Fix use-after-free in x25_asy_open_tty() by Peter Hurley · 9 years ago
  92. 52d1785 hdlc: fix null-deref on allocation failure by stephen hemminger · 9 years ago
  93. bd516bd net: wan: sbni: fix device usage count by Sudip Mukherjee · 9 years ago
  94. 4676a15 net: caif: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  95. e6d0069 cosa: missing error code on failure in probe() by Dan Carpenter · 9 years ago
  96. 145c370 Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.html by Masanari Iida · 9 years ago
  97. 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 9 years ago
  98. cbab151 wan: dscc4: use msecs_to_jiffies for conversions by Nicholas Mc Guire · 9 years ago
  99. fb79c06 cosa: use msecs_to_jiffies for conversions by Nicholas Mc Guire · 9 years ago
  100. c5726d2 wan: dscc4: fix build warning Wunused-but-set-variable by Nicholas Mc Guire · 9 years ago