1. 54ddbdb net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE by Florian Fainelli · 4 years, 1 month ago
  2. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 5 months ago
  3. 6328a12 net: systemport: Manage Wake-on-LAN clock by Florian Fainelli · 4 years, 5 months ago
  4. 31bc72d net: systemport: fetch and use clock resources by Florian Fainelli · 4 years, 5 months ago
  5. 7ef1fc5 net: systemport: Fix memleak in bcm_sysport_probe by Dinghao Liu · 4 years, 5 months ago
  6. e3cbdaf net: systemport: fix double shift of a vlan_tci by VLAN_PRIO_SHIFT by Colin Ian King · 4 years, 6 months ago
  7. 6e9fdb6 net: systemport: Add support for VLAN transmit acceleration by Florian Fainelli · 4 years, 7 months ago
  8. 3554e54 net: systemport: suppress warnings on failed Rx SKB allocations by Doug Berger · 4 years, 9 months ago
  9. bdbe05b net: systemport: Omit superfluous error message in bcm_sysport_probe() by Tang Bin · 4 years, 9 months ago
  10. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  11. c036859 net: systemport: fix index check to avoid an array out of bounds access by Colin Ian King · 4 years, 10 months ago
  12. f4a76615f net: systemport: reject unsupported coalescing params by Jakub Kicinski · 4 years, 11 months ago
  13. e3c0a63 net/broadcom: Clean broadcom code from driver versions by Leon Romanovsky · 4 years, 11 months ago
  14. 263a425 net: systemport: Avoid RBUF stuck in Wake-on-LAN mode by Florian Fainelli · 5 years ago
  15. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  16. 5a9ef19 net: systemport: Fixed queue mapping in internal ring map by Florian Fainelli · 5 years ago
  17. d63b542 net: systemport: Set correct DMA mask by Florian Fainelli · 5 years ago
  18. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  19. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  20. 25a5849 net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe() by Dan Carpenter · 5 years ago
  21. 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 5 years ago
  22. 913919e net: systemport: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  23. f06d0ca linux/dim: Fix overflow in dim calculation by Yamin Friedman · 5 years ago
  24. d7ee287 Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  25. 8960b38 linux/dim: Rename externally used net_dim members by Tal Gilboa · 6 years ago
  26. e5b6ab0 linux/dim: Rename net_dim_sample() to net_dim_update_sample() by Tal Gilboa · 6 years ago
  27. c002bd5 linux/dim: Rename externally exposed macros by Tal Gilboa · 6 years ago
  28. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  29. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  30. 7e6e185 net: systemport: Remove need for DMA descriptor by Florian Fainelli · 6 years ago
  31. 62be757 net: systemport: Remove print of base address by Florian Fainelli · 6 years ago
  32. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  33. a40061e net: systemport: Fix reception of BPDUs by Florian Fainelli · 6 years ago
  34. 8dfb8d2 net: systemport: Fix WoL with password after deep sleep by Florian Fainelli · 6 years ago
  35. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  36. da106a1 net: systemport: Unmap queues upon DSA unregister event by Florian Fainelli · 6 years ago
  37. 25c4407 net: systemport: Simplify queue mapping logic by Florian Fainelli · 6 years ago
  38. 80f8dea net: systemport: Restore Broadcom tag match filters upon resume by Florian Fainelli · 6 years ago
  39. 7cb6a2a net: systemport: Protect stop from timeout by Florian Fainelli · 6 years ago
  40. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. 45ec318 net: systemport: Fix wake-up interrupt race during resume by Florian Fainelli · 6 years ago
  42. a5d78ce net: systemport: Add software counters to track reallocations by Florian Fainelli · 6 years ago
  43. aa6ca0e net: systemport: Be drop monitor friendly while re-allocating headroom by Florian Fainelli · 6 years ago
  44. b506177 net: systemport: Turn on offloads by default by Florian Fainelli · 6 years ago
  45. 297357d net: systemport: Utilize bcm_sysport_set_features() during resume/open by Florian Fainelli · 6 years ago
  46. 10b476c net: systemport: Refactor bcm_sysport_set_features() by Florian Fainelli · 6 years ago
  47. cf87615 net: systemport: fix unused function warning by Arnd Bergmann · 6 years ago
  48. bb9051a2 net: systemport: Add support for WAKE_FILTER by Florian Fainelli · 6 years ago
  49. 54226116 net: systemport: Create helper to set MPD by Florian Fainelli · 6 years ago
  50. 9e85e22 net: systemport: Do not re-configure upon WoL interrupt by Florian Fainelli · 6 years ago
  51. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  52. 9e3bff9 net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite by Florian Fainelli · 7 years ago
  53. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 7 years ago
  54. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  55. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. 14b7dc1 net: systemport: fix spelling mistake: "asymetric" -> "asymmetric" by Colin Ian King · 7 years ago
  57. 1f3ccc3c net: systemport: Correclty disambiguate driver instances by Florian Fainelli · 7 years ago
  58. 026a807 net/dim: Rename *_get_profile() functions to *_get_rx_moderation() by Tal Gilboa · 7 years ago
  59. c0eb055 net: systemport: Fix sparse warnings in bcm_sysport_insert_tsb() by Florian Fainelli · 7 years ago
  60. a8cdfbdf net: systemport: Fix coalescing settings handling by Florian Fainelli · 7 years ago
  61. fd41f2b net: systemport: Remove adaptive TX coalescing by Florian Fainelli · 7 years ago
  62. b6e0e87 net: systemport: Implement adaptive interrupt coalescing by Florian Fainelli · 7 years ago
  63. 484d802 net: systemport: Rewrite __bcm_sysport_tx_reclaim() by Florian Fainelli · 7 years ago
  64. 398aff6 net: systemport: Remove short packet padding by Florian Fainelli · 7 years ago
  65. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. 93824c8 net: systemport: Correct IPG length settings by Florian Fainelli · 7 years ago
  67. 3ded76a net: systemport: Only inspect valid switch port & queues by Florian Fainelli · 7 years ago
  68. c0c2145 net: systemport: Check DSA notifier master against ourself by Florian Fainelli · 7 years ago
  69. e83b171 net: systemport: Guard against unmapped TX ring by Florian Fainelli · 7 years ago
  70. 723934f net: systemport: Turn on ACB at the SYSTEMPORT level by Florian Fainelli · 7 years ago
  71. d156576 net: systemport: Establish lower/upper queue mapping by Florian Fainelli · 7 years ago
  72. 8ecb1a2 net: systemport: Fix 64-bit statistics dependency by Florian Fainelli · 7 years ago
  73. 7095c97 net: systemport: Fix 64-bit stats deadlock by Florian Fainelli · 7 years ago
  74. 487234c net: systemport: Correctly set TSB endian for host by Florian Fainelli · 7 years ago
  75. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. 389a06b net: systemport: Set correct RSB endian bits based on host by Florian Fainelli · 7 years ago
  77. f1dd199 net: systemport: Use correct I/O accessors by Florian Fainelli · 7 years ago
  78. c2062ee net: systemport: Free DMA coherent descriptors on errors by Florian Fainelli · 7 years ago
  79. c45182e net: systemport: Be drop monitor friendly by Florian Fainelli · 7 years ago
  80. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  81. 50ddfba net: systemport: Fix software statistics for SYSTEMPORT Lite by Florian Fainelli · 7 years ago
  82. 10377ba net: systemport: Support 64bit statistics by kiki good · 7 years ago
  83. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  84. d31353c net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT Lite by Florian Fainelli · 8 years ago
  85. c6e970a net: break include loop netdevice.h, dsa.h, devlink.h by Andrew Lunn · 8 years ago
  86. e9d7af7 net: systemport: Simplify circular pointer arithmetic by Florian Fainelli · 8 years ago
  87. 6baa785 net: systemport: Clear status to reduce spurious interrupts by Florian Fainelli · 8 years ago
  88. 30defeb net: systemport: Track per TX ring statistics by Florian Fainelli · 8 years ago
  89. 44a4524 net: systemport: Add support for SYSTEMPORT Lite by Florian Fainelli · 8 years ago
  90. 7b78be4 net: systemport: Dynamically allocate number of TX rings by Florian Fainelli · 8 years ago
  91. 148d3d0 net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim by Florian Fainelli · 8 years ago
  92. 38e5a85 net: systemport: Pad packet before inserting TSB by Florian Fainelli · 8 years ago
  93. bb7da33 net: systemport: Utilize skb_put_padto() by Florian Fainelli · 8 years ago
  94. 39f8b0d net: ethernet: bcmsysport: fix fixed-link phydev leaks by Johan Hovold · 8 years ago
  95. c1ab0e9 net: systemport: constify ethtool_ops structures by Julia Lawall · 8 years ago
  96. 9a0a5c4 net: systemport: Fix ordering in intrl2_*_mask_clear macro by Florian Fainelli · 8 years ago
  97. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. 016eb55 net: bcmsysport: Device stats are unsigned long by Florian Fainelli · 9 years ago
  99. 697666e net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  100. 715a022 net: ethernet: bcmsysport: use phydev from struct net_device by Philippe Reynes · 9 years ago