1. fa121bb3 Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  2. 3ce7ee2 net: fddi: skfp: Remove unused private PCI definitions by Puranjay Mohan · 6 years ago
  3. a08f1c4 net: fddi: skfp: Include generic PCI definitions by Puranjay Mohan · 6 years ago
  4. f8da5da net: fddi: skfp: Rename local PCI defines to match generic PCI defines by Puranjay Mohan · 6 years ago
  5. 262e4c3 FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h by Paul Burton · 6 years ago
  6. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  7. f75b6f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  8. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  9. d97c6f6 fddi: fix typos in code comments by Weitao Hou · 6 years ago
  10. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. 1323f75 net: fddi: skfp: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  12. 3703a39 net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  13. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  14. 8f5365e FDDI: defza: Make the driver version string constant by Maciej W. Rozycki · 6 years ago
  15. 04453b6 FDDI: defza: Move SMT Tx data buffer declaration next to its skb by Maciej W. Rozycki · 6 years ago
  16. 5f5fae3 FDDI: defza: Add missing comment closing by Maciej W. Rozycki · 6 years ago
  17. 96ed82c FDDI: defza: Fix SPDX annotation by Maciej W. Rozycki · 6 years ago
  18. 9f9a742 FDDI: defza: Support capturing outgoing SMT traffic by Maciej W. Rozycki · 6 years ago
  19. 61414f5 FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapter by Maciej W. Rozycki · 6 years ago
  20. 7cc2d50 net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID' by YueHaibing · 6 years ago
  21. 6b8e327 net: fddi: skfp: Remove unused function by Nathan Chancellor · 6 years ago
  22. 6310a88 net: fddi: fix a possible null-ptr-deref by YueHaibing · 7 years ago
  23. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  24. 46d9cea net: defxx: constify eisa_device_id by Arvind Yadav · 7 years ago
  25. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  26. 5671e8c fddi: skfp: Use more common logging styles by Joe Perches · 8 years ago
  27. 5dbc653 skfp: hwmtm: Use proper logging macros, correct mismatches by Joe Perches · 8 years ago
  28. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  29. 551cde1 net: fddi: skfp: use %p format specifier for addresses rather than %x by Colin Ian King · 8 years ago
  30. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  31. 4a18367 net: skfb: remove obsolete -I cflag by Arnd Bergmann · 9 years ago
  32. 62f2aaa defxx: fix build warning by Sudip Mukherjee · 9 years ago
  33. f02e58f net/fddi: remove HWM_REVERSE() macro by yalin wang · 9 years ago
  34. 908e80d fddi: print an address with %p format specifier rather than %x by Colin Ian King · 10 years ago
  35. 6af01a7 net: fddi: skfp: smt.c: Remove unused function by Rickard Strandqvist · 10 years ago
  36. 4d0438e defxx: Clean up DEFEA resource management by Maciej W. Rozycki · 10 years ago
  37. 6a931423 defxx: Disable DEFEA's ESIC I/O decoding on shutdown by Maciej W. Rozycki · 10 years ago
  38. fef85fc defxx: Correct DEFEA's ESIC MMIO decoding by Maciej W. Rozycki · 10 years ago
  39. a65da0c defxx: Fix DEFPA enable error propagation by Maciej W. Rozycki · 10 years ago
  40. b98dfaf defxx: DEFEA's ESIC port I/O decoding cleanup by Maciej W. Rozycki · 10 years ago
  41. b1a6d3e defxx: DEFEA's Burst Holdoff register initialization fix by Maciej W. Rozycki · 10 years ago
  42. 8a189f1 defxx: Correct DEFEA's ESIC port I/O accesses by Maciej W. Rozycki · 10 years ago
  43. 4357450 drivers/net/fddi/skfp/h/skfbi.h: Remove useless PCI_BASE_2ND macros by Chen Gang · 10 years ago
  44. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  45. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  46. 51ba0ed defxx: Fix issues with debug printk calls by Maciej W. Rozycki · 10 years ago
  47. 8848761 defxx: Add missing DMA synchronisation calls by Maciej W. Rozycki · 10 years ago
  48. b37cccf defxx: Handle DMA mapping errors by Maciej W. Rozycki · 10 years ago
  49. a630be7 defxx: Use netdev_alloc_skb consistently by Maciej W. Rozycki · 10 years ago
  50. 6329fe5 defxx: Discard DMA maps on buffer deallocation by Maciej W. Rozycki · 10 years ago
  51. d68ab59 defxx: Correct the receive DMA map size by Maciej W. Rozycki · 10 years ago
  52. 1b03747 defxx: Fix !DYNAMIC_BUFFERS compilation warnings by Maciej W. Rozycki · 11 years ago
  53. f46d53d defxx: Remove an incorrectly inverted preprocessor conditional by Maciej W. Rozycki · 11 years ago
  54. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  55. 7c3c299 net: fddi: slight optimization of addr compare by dingtianhong · 11 years ago
  56. 89e47d3 fddi: cleanup unsigned to unsigned int/short by tanxiaojun · 11 years ago
  57. 49f74ed net: fddi: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  58. 5349d93 net/fddi: Replace local macro with PCI standard macro by Yijing Wang · 11 years ago
  59. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  60. d140ad9 fddi/skfp: Remove extern from function prototypes by Joe Perches · 11 years ago
  61. ede23fa8 drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  62. 30d05f9 net/fddi/skfp/skfddi: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  63. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  64. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  65. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  66. c354dfc fddi: remove __dev* attributes by Bill Pemberton · 12 years ago
  67. e1b2aa7 fddi: 64 bit bug in smt_add_para() by Dan Carpenter · 12 years ago
  68. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 13 years ago
  69. aab3ac2 skfp: Fix SysKonnect FDDI driver compile issues by Jeff Kirsher · 13 years ago
  70. 33f810b fddi: Move the FDDI drivers by Jeff Kirsher · 13 years ago