1. b820ce0 net/mlx5: Simplify matching group searches by Eli Cohen · 4 years, 10 months ago
  2. d528d49 net/mlx5: E-Switch, Use correct type for chain, prio and level values by Roi Dayan · 4 years, 10 months ago
  3. c850871 net/mlx5: E-Switch, free flow_group_in after creating the restore table by Roi Dayan · 4 years, 10 months ago
  4. 7983a67 net/mlx5: E-Switch, Enable chains only if regs loopback is enabled by Paul Blakey · 4 years, 10 months ago
  5. 60acc105 net/mlx5: E-Switch, Enable restore table only if reg_c1 is supported by Paul Blakey · 4 years, 10 months ago
  6. 046826c net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cb by wenxu · 4 years, 10 months ago
  7. 49397b8 net/mlx5e: Fix actions_match_supported() return by Dan Carpenter · 4 years, 10 months ago
  8. 29f3490 net: use indirect call wrappers for skb_copy_datagram_iter() by Eric Dumazet · 4 years, 9 months ago
  9. fab90c8 cxgb4: remove set but not used variable 'tab' by YueHaibing · 4 years, 9 months ago
  10. cd556e4 devlink: expand the devlink-info documentation by Jakub Kicinski · 4 years, 9 months ago
  11. 2283a02 net: phy: mscc: consolidate a common RGMII delay implementation by Vladimir Oltean · 4 years, 9 months ago
  12. 148aa2a Merge branch 'axienet-Update-error-handling-and-add-64-bit-DMA-support' by David S. Miller · 4 years, 9 months ago
  13. 5fff015 net: axienet: Allow DMA to beyond 4GB by Andre Przywara · 4 years, 9 months ago
  14. f735c40 net: axienet: Autodetect 64-bit DMA capability by Andre Przywara · 4 years, 9 months ago
  15. 4e958f3 net: axienet: Upgrade descriptors to hold 64-bit addresses by Andre Przywara · 4 years, 9 months ago
  16. 6a00d0d net: axienet: Wrap DMA pointer writes to prepare for 64 bit by Andre Przywara · 4 years, 9 months ago
  17. 2a9b65e net: axienet: Add mii-tool support by Andre Przywara · 4 years, 9 months ago
  18. c30cb8f net: axienet: Drop MDIO interrupt registers from ethtools dump by Andre Przywara · 4 years, 9 months ago
  19. d6349e3 net: axienet: Mark eth_irq as optional by Andre Przywara · 4 years, 9 months ago
  20. 71791dc net: axienet: Check for DMA mapping errors by Andre Przywara · 4 years, 9 months ago
  21. ab365c3 net: axienet: Factor out TX descriptor chain cleanup by Andre Przywara · 4 years, 9 months ago
  22. e7fea0b net: axienet: Improve DMA error handling by Andre Przywara · 4 years, 9 months ago
  23. f26667a3 net: axienet: Fix DMA descriptor cleanup path by Andre Przywara · 4 years, 9 months ago
  24. ee44d0b net: axienet: Propagate failure of DMA descriptor setup by Andre Przywara · 4 years, 9 months ago
  25. 24201a64 net: axienet: Convert DMA error handler to a work queue by Andre Przywara · 4 years, 9 months ago
  26. e8b6c54 net: xilinx: temac: Relax Kconfig dependencies by Andre Przywara · 4 years, 9 months ago
  27. 9d648fb ethtool: fix incorrect tx-checksumming settings reporting by Vladyslav Tarasiuk · 4 years, 9 months ago
  28. c9c1fd6 net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify code by Dejin Zheng · 4 years, 9 months ago
  29. 5ef8c66 Merge tag 'wireless-drivers-next-2020-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 4 years, 9 months ago
  30. 9970de8 Merge branch 'PTP_CLK-pin-configuration-for-SJA1105-DSA-driver' by David S. Miller · 4 years, 9 months ago
  31. 747e5eb net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUT by Vladimir Oltean · 4 years, 9 months ago
  32. 0a7e984 net: dsa: sja1105: make the AVB table dynamically reconfigurable by Vladimir Oltean · 4 years, 9 months ago
  33. 4bfa161 net: dsa: sja1105: make future_base_time a common helper by Vladimir Oltean · 4 years, 9 months ago
  34. 79d5511 net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB table by Vladimir Oltean · 4 years, 9 months ago
  35. b0f8305 net: typhoon: Add required whitespace after keywords by Logan Magee · 4 years, 9 months ago
  36. 629cb91 Merge branch 'introduce-read_poll_timeout' by David S. Miller · 4 years, 9 months ago
  37. 704f691 net: phy: tja11xx: use phy_read_poll_timeout() to simplify the code by Dejin Zheng · 4 years, 10 months ago
  38. 7ae7ad2 net: phy: smsc: use phy_read_poll_timeout() to simplify the code by Dejin Zheng · 4 years, 10 months ago
  39. 745a237 net: phy: use phy_read_poll_timeout() to simplify the code by Dejin Zheng · 4 years, 10 months ago
  40. fcbd30d net: phy: introduce phy_read_poll_timeout macro by Dejin Zheng · 4 years, 10 months ago
  41. 8964a21 net: phy: marvell10g: use phy_read_mmd_poll_timeout() to simplify the code by Dejin Zheng · 4 years, 10 months ago
  42. 9c6464d net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the code by Dejin Zheng · 4 years, 10 months ago
  43. 331c737 net: phy: bcm84881: use phy_read_mmd_poll_timeout() to simplify the code by Dejin Zheng · 4 years, 10 months ago
  44. bd971ff net: phy: introduce phy_read_mmd_poll_timeout macro by Dejin Zheng · 4 years, 10 months ago
  45. eaa6b01 iopoll: redefined readx_poll_timeout macro to simplify the code by Dejin Zheng · 4 years, 10 months ago
  46. 5f5323a iopoll: introduce read_poll_timeout macro by Dejin Zheng · 4 years, 10 months ago
  47. af13b3c Remove DST_HOST by David Laight · 4 years, 10 months ago
  48. 723d5e5 net: thunderx: remove set but not used variable 'tail' by Zheng zengkai · 4 years, 10 months ago
  49. 5201536 net: dsa: Implement flow dissection for tag_brcm.c by Florian Fainelli · 4 years, 10 months ago
  50. 4076c69 Merge branch 'devlink-Preparations-for-trap-policers-support' by David S. Miller · 4 years, 9 months ago
  51. 107f167 devlink: Only pass packet trap group identifier in trap structure by Ido Schimmel · 4 years, 10 months ago
  52. a09b37f devlink: Stop reference counting packet trap groups by Ido Schimmel · 4 years, 10 months ago
  53. b29545d netdevsim: Explicitly register packet trap groups by Ido Schimmel · 4 years, 10 months ago
  54. 8cd999e mlxsw: spectrum_trap: Explicitly register packet trap groups by Ido Schimmel · 4 years, 10 months ago
  55. 95ad955 devlink: Add API to register packet trap groups by Ido Schimmel · 4 years, 10 months ago
  56. c64797d Merge branch 'r8169-improvements-for-scheduled-task-handling' by David S. Miller · 4 years, 9 months ago
  57. 6b02e40 r8169: improve RTL8168b FIFO overflow workaround by Heiner Kallweit · 4 years, 10 months ago
  58. 3f6ca6c r8169: improve rtl_schedule_task by Heiner Kallweit · 4 years, 10 months ago
  59. e18958c r8169: simplify rtl_task by Heiner Kallweit · 4 years, 10 months ago
  60. aba5320 r8169: add new helper rtl8168g_enable_gphy_10m by Heiner Kallweit · 4 years, 10 months ago
  61. adbea1a Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 9 months ago
  62. 08e8b91 Merge branch 'octeontx2-vf-Add-network-driver-for-virtual-function' by David S. Miller · 4 years, 9 months ago
  63. 4c3212f5 octeontx2-pf: Remove wrapper APIs for mutex lock and unlock by Sunil Goutham · 4 years, 10 months ago
  64. fc992e3 octeontx2-af: Remove driver version and fix authorship by Sunil Goutham · 4 years, 10 months ago
  65. b1bc845 octeontx2-pf: Cleanup all receive buffers in SG descriptor by Geetha sowjanya · 4 years, 10 months ago
  66. ad513ed octeontx2-vf: Link event notification support by Tomasz Duszynski · 4 years, 10 months ago
  67. 05c22b5 octeontx2-vf: Ethtool support by Tomasz Duszynski · 4 years, 10 months ago
  68. 3184fb5 octeontx2-vf: Virtual function driver support by Tomasz Duszynski · 4 years, 10 months ago
  69. 547d20f octeontx2-pf: Handle VF function level reset by Geetha sowjanya · 4 years, 10 months ago
  70. d424b6c octeontx2-pf: Enable SRIOV and added VF mbox handling by Sunil Goutham · 4 years, 10 months ago
  71. 4e8386f Merge branch 'phy_check_downshift' by David S. Miller · 4 years, 9 months ago
  72. 1ec32eb net: phy: aquantia: remove downshift warning now that phylib takes care by Heiner Kallweit · 4 years, 10 months ago
  73. efbd721 net: phy: marvell: remove downshift warning now that phylib takes care by Heiner Kallweit · 4 years, 10 months ago
  74. 5eee3bb net: phy: add and use phy_check_downshift by Heiner Kallweit · 4 years, 10 months ago
  75. f4d3e61 Merge branch 'net-phy-xpcs-Improvements-for-next' by David S. Miller · 4 years, 9 months ago
  76. 1874b83 net: phy: xpcs: Restart AutoNeg if outcome was invalid by Jose Abreu · 4 years, 10 months ago
  77. e1eab7d net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finish by Jose Abreu · 4 years, 10 months ago
  78. aaf99e8 net: phy: xpcs: Reset XPCS upon probe by Jose Abreu · 4 years, 10 months ago
  79. f84752d net: phy: xpcs: Return error when 10GKR link errors are found by Jose Abreu · 4 years, 10 months ago
  80. c31f0ea mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_register by Nathan Chancellor · 4 years, 10 months ago
  81. 0dfb2d8 net: sched: rename more stats_types by Jakub Kicinski · 4 years, 10 months ago
  82. c3c123d net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback by Davide Caratti · 4 years, 10 months ago
  83. b69bbab Merge branch 'MSCC-PHY-RGMII-delays-and-VSC8502-support' by David S. Miller · 4 years, 9 months ago
  84. d316986 net: phy: mscc: add support for VSC8502 by Vladimir Oltean · 4 years, 10 months ago
  85. 7b005a1 net: phy: mscc: configure both RX and TX internal delays for RGMII by Vladimir Oltean · 4 years, 10 months ago
  86. da206d6 net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_set by Vladimir Oltean · 4 years, 10 months ago
  87. 4035e812 net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delay by Vladimir Oltean · 4 years, 10 months ago
  88. 69ccaf2 enetc: Remove unused variable 'enetc_drv_name' by YueHaibing · 4 years, 10 months ago
  89. 6919a82 Crypto/chtls: add/delete TLS header in driver by Rohit Maheshwari · 4 years, 10 months ago
  90. 1454c9f net: Make skb_segment not to compute checksum if network controller supports checksumming by Yadu Kishore · 4 years, 10 months ago
  91. 8d4ccd7 rtl8xxxu: Fix sparse warning: cast from restricted __le16 by Chris Chiu · 4 years, 10 months ago
  92. b899150 mt76: mt7615: add missing declaration in mt7615.h by Lorenzo Bianconi · 4 years, 10 months ago
  93. d14f0a5 mt76: mt7615: fix endianness in unified command by Lorenzo Bianconi · 4 years, 10 months ago
  94. 54178cc mt76: mt7615: fix mt7663e firmware struct endianness by Lorenzo Bianconi · 4 years, 10 months ago
  95. 11a6488 rtw88: 8822c: config RF table path B before path A by Yan-Hsuan Chuang · 4 years, 10 months ago
  96. aaab5d0 rtw88: kick off TX packets once for higher efficiency by Yan-Hsuan Chuang · 4 years, 10 months ago
  97. a5697a6 rtw88: pci: define a mask for TX/RX BD indexes by Yan-Hsuan Chuang · 4 years, 10 months ago
  98. 895c096 rtw88: associate reserved pages with each vif by Yan-Hsuan Chuang · 4 years, 10 months ago
  99. da14a04 rtw88: extract alloc rsvd_page and h2c skb routines by Yan-Hsuan Chuang · 4 years, 10 months ago
  100. 57fb39e rtw88: don't hold all IRQs disabled for PS operations by Brian Norris · 4 years, 10 months ago