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