1. ad7eab2a net: split out ndo_siowandev ioctl by Arnd Bergmann · 3 years, 7 months ago
  2. a4e59147 net: wan: remove redundant braces {} by Peng Li · 3 years, 9 months ago
  3. 62765d3 net: wan: fix error return code of uhdlc_init() by Jia-Ju Bai · 4 years ago
  4. d604329 net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTION by YueHaibing · 4 years, 6 months ago
  5. eab3540 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  6. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  7. ddf42039 net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info by Colin Ian King · 5 years ago
  8. 270fe2c net/wan/fsl_ucc_hdlc: remove set but not used variables 'ut_info' and 'ret' by Chen Zhou · 5 years ago
  9. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  10. 148587a net/wan/fsl_ucc_hdlc: reject muram offsets above 64K by Rasmus Villemoes · 5 years ago
  11. 49b865b net/wan/fsl_ucc_hdlc: fix reading of __be16 registers by Rasmus Villemoes · 5 years ago
  12. be2e941 net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE() by Rasmus Villemoes · 5 years ago
  13. d9d95bc soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers by Rasmus Villemoes · 5 years ago
  14. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  15. 7c3850a net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  16. e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  17. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  18. 8d68100a soc/fsl/qe: fix err handling of ucc_of_parse_tdm by Wen Yang · 6 years ago
  19. 40752b3 net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe() by Wen Yang · 6 years ago
  20. 2e7ad56 net/wan/fsl_ucc_hdlc: add BQL support by Mathias Thore · 6 years ago
  21. ba59d57 net/wan/fsl_ucc_hdlc: error counters by Mathias Thore · 6 years ago
  22. ccb7bc0 net/wan/fsl_ucc_hdlc: tx timeout handler by David Gounaris · 6 years ago
  23. 040b7c9 net/wan/fsl_ucc_hdlc: GUMR for non tsa mode by David Gounaris · 6 years ago
  24. 045f77b net/wan/fsl_ucc_hdlc: hmask by David Gounaris · 6 years ago
  25. 8978ca7 net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHER by David Gounaris · 6 years ago
  26. 43a78e0 net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parity by David Gounaris · 6 years ago
  27. d8d7477 net/wan/fsl_ucc_hdlc: allow ucc index up to 7 by David Gounaris · 6 years ago
  28. fd800f6 wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc by YueHaibing · 7 years ago
  29. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  30. 1f55c28 wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memset by YueHaibing · 7 years ago
  31. 85deed5 net/wan/fsl_ucc_hdlc: fix muram allocation error by Holger Brunck · 8 years ago
  32. 067bb93 net/wan/fsl_ucc_hdlc: add hdlc-bus support by Holger Brunck · 8 years ago
  33. 54e9e08 net/wan/fsl_ucc_hdlc: call qe_setbrg only for loopback mode by Holger Brunck · 8 years ago
  34. 5b8aad9 net/wan/fsl_ucc_hdlc: fix incorrect memory allocation by Holger Brunck · 8 years ago
  35. 10515db net/wan/fsl_ucc_hdlc: fix wrong indentation by Holger Brunck · 8 years ago
  36. 66bb144 net/wan/fsl_ucc_hdlc: fix unitialized variable warnings by Holger Brunck · 8 years ago
  37. f089785 net/wan/fsl_ucc_hdlc: cleanup debug traces by Holger Brunck · 8 years ago
  38. 02bb56d ucc/hdlc: fix two little issue by Zhao Qiang · 8 years ago
  39. 74179d4 net/wan: add MODULE_LICENSE for fsl_ucc_hdlc by Valentin Longchamp · 8 years ago
  40. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  41. 8b6b413 net: use core MTU range checking in WAN drivers by Jarod Wilson · 8 years ago
  42. 776482c wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent() by Christophe Jaillet · 8 years ago
  43. 24a24d0 wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter" by Colin Ian King · 8 years ago
  44. 8c57a3a wan/fsl_ucc_hdlc: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · 9 years ago
  45. 459421c wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code by Wei Yongjun · 9 years ago
  46. 9d5658e wan/fsl_ucc_hdlc: remove .owner field for driver by Wei Yongjun · 9 years ago
  47. 1efb597 wan/fsl_ucc_hdlc: rewrite error handling to make it clearer by Zhao Qiang · 9 years ago
  48. 1821051 wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv' by Zhao Qiang · 9 years ago
  49. 2f43b9b wan/fsl_ucc_hdlc: info leak in uhdlc_ioctl() by Dan Carpenter · 9 years ago
  50. c19b6d2 drivers/net: support hdlc function for QE-UCC by Zhao Qiang · 9 years ago