1. 5bb7357 Merge branch 'cls_flower-Use-extack-in-fl_set_key' by David S. Miller · 4 years, 9 months ago
  2. e304e21 cls_flower: Add extack support for flags key by Guillaume Nault · 4 years, 9 months ago
  3. bd7d4c1 cls_flower: Add extack support for src and dst port range options by Guillaume Nault · 4 years, 9 months ago
  4. 442f730 cls_flower: Add extack support for mpls options by Guillaume Nault · 4 years, 9 months ago
  5. e4a58ef net: sched: refine extack messages in tcf_change_indev by Guillaume Nault · 4 years, 9 months ago
  6. 6a86473 Merge branch 'net-phy-marvell-usb-to-mdio-controller' by David S. Miller · 4 years, 9 months ago
  7. 04e37d9 net: phy: add marvell usb to mdio controller by Tobias Waldekranz · 4 years, 9 months ago
  8. 61e0150 dt-bindings: net: add marvell usb to mdio bindings by Tobias Waldekranz · 4 years, 9 months ago
  9. 1698350 net: phy: probe PHY drivers synchronously by Heiner Kallweit · 4 years, 9 months ago
  10. f8f5984 Merge branch 'implement-DEVLINK_CMD_REGION_NEW' by David S. Miller · 4 years, 9 months ago
  11. dce730f ice: add a devlink region for dumping NVM contents by Jacob Keller · 4 years, 9 months ago
  12. 3fe0fd5 netdevsim: support taking immediate snapshot via devlink by Jacob Keller · 4 years, 9 months ago
  13. b9a17abf devlink: implement DEVLINK_CMD_REGION_NEW by Jacob Keller · 4 years, 9 months ago
  14. 1210243 devlink: track snapshot id usage count using an xarray by Jacob Keller · 4 years, 9 months ago
  15. 7ef19d3 devlink: report error once U32_MAX snapshot ids have been used by Jacob Keller · 4 years, 9 months ago
  16. 7000108 devlink: extract snapshot id allocation to helper function by Jacob Keller · 4 years, 9 months ago
  17. 47a39f6 devlink: use -ENOSPC to indicate no more room for snapshots by Jacob Keller · 4 years, 9 months ago
  18. cf80fae devlink: add function to take snapshot while locked by Jacob Keller · 4 years, 9 months ago
  19. 6d82f67 devlink: trivial: fix tab in function documentation by Jacob Keller · 4 years, 9 months ago
  20. a0a09f6 devlink: convert snapshot destructor callback to region op by Jacob Keller · 4 years, 9 months ago
  21. e893768 devlink: prepare to support region operations by Jacob Keller · 4 years, 9 months ago
  22. 6739ce8 Merge branch 'veth-stats' by David S. Miller · 4 years, 9 months ago
  23. 5fe6e56 veth: rely on peer veth_rq for ndo_xdp_xmit accounting by Lorenzo Bianconi · 4 years, 9 months ago
  24. bd32aa1 veth: rely on veth_rq in veth_xdp_flush_bq signature by Lorenzo Bianconi · 4 years, 9 months ago
  25. afaa4d0 sfc: falcon: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 9 months ago
  26. 07eaf53 igb: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 9 months ago
  27. adde556 Merge branch 'Implement-stats_update-callback-for-pedit-and-skbedit' by David S. Miller · 4 years, 9 months ago
  28. 2a0b130 selftests: skbedit_priority: Test counters at the skbedit rule by Petr Machata · 4 years, 9 months ago
  29. d4d9d9c sched: act_pedit: Implement stats_update callback by Petr Machata · 4 years, 9 months ago
  30. 837cb17 sched: act_skbedit: Implement stats_update callback by Petr Machata · 4 years, 9 months ago
  31. 92b7e62 Merge branch 'mlxsw-Offload-TC-action-pedit-munge-dsfield' by David S. Miller · 4 years, 9 months ago
  32. 9a9dffc selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after pedit by Petr Machata · 4 years, 9 months ago
  33. 226657b selftests: forwarding: Add a forwarding test for pedit munge dsfield by Petr Machata · 4 years, 9 months ago
  34. 9b4b16b mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLE by Petr Machata · 4 years, 9 months ago
  35. 50e4ee4 mlxsw: core: Add DSCP, ECN, dscp_rw to QOS_ACTION by Petr Machata · 4 years, 9 months ago
  36. 571ca1f mlxsw: core: Rename mlxsw_afa_qos_cmd to mlxsw_afa_qos_switch_prio_cmd by Petr Machata · 4 years, 9 months ago
  37. 1f40be6 net: flow_offload.h: Fix a comment at flow_action_entry.mangle by Petr Machata · 4 years, 9 months ago
  38. 1434021 Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 9 months ago
  39. 9d6a36c atl2: remove unused variable 'atl2_driver_string' by YueHaibing · 4 years, 9 months ago
  40. 8b1e5b0a tipc: Add a missing case of TIPC_DIRECT_MSG type by Hoang Le · 4 years, 9 months ago
  41. 8e0aa4b net/mlx5: E-switch, Protect eswitch mode changes by Parav Pandit · 5 years ago
  42. ebf77bb net/mlx5: E-switch, Extend eswitch enable to handle num_vfs change by Parav Pandit · 5 years ago
  43. ae24432 net/mlx5: Split eswitch mode check to different helper function by Parav Pandit · 5 years ago
  44. 98fed6e devlink: Rely on driver eswitch thread safety instead of devlink by Parav Pandit · 4 years, 10 months ago
  45. f999b70 net/mlx5: Simplify mlx5_unload_one() and its callers by Parav Pandit · 4 years, 10 months ago
  46. ecd01db net/mlx5: Simplify mlx5_register_device to return void by Parav Pandit · 4 years, 10 months ago
  47. dc638d1 net/mlx5: Avoid group version scan when not necessary by Eli Cohen · 4 years, 10 months ago
  48. 0aad2a0 net/mlx5: Avoid incrementing FTE version by Eli Cohen · 4 years, 10 months ago
  49. 454401a net/mlx5: Fix group version management by Eli Cohen · 4 years, 10 months ago
  50. b820ce0 net/mlx5: Simplify matching group searches by Eli Cohen · 4 years, 10 months ago
  51. d528d49 net/mlx5: E-Switch, Use correct type for chain, prio and level values by Roi Dayan · 4 years, 9 months ago
  52. c850871 net/mlx5: E-Switch, free flow_group_in after creating the restore table by Roi Dayan · 4 years, 10 months ago
  53. 7983a67 net/mlx5: E-Switch, Enable chains only if regs loopback is enabled by Paul Blakey · 4 years, 10 months ago
  54. 60acc105 net/mlx5: E-Switch, Enable restore table only if reg_c1 is supported by Paul Blakey · 4 years, 10 months ago
  55. 046826c net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cb by wenxu · 4 years, 10 months ago
  56. 49397b8 net/mlx5e: Fix actions_match_supported() return by Dan Carpenter · 4 years, 9 months ago
  57. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  58. 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  59. 1dfb642 Merge tag 'gpio-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 9 months ago
  60. 2910594 Merge tag 'wireless-drivers-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 4 years, 9 months ago
  61. 2c64605 net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build by Pablo Neira Ayuso · 4 years, 9 months ago
  62. 1f074e6 cxgb4: Add support to catch bits set in INT_CAUSE5 by Rahul Kundu · 4 years, 9 months ago
  63. 6e22c60 Merge branch 'octeontx2-pf-Miscellaneous-fixes' by David S. Miller · 4 years, 9 months ago
  64. e99b7c8 octeontx2-pf: Fix ndo_set_rx_mode by Sunil Goutham · 4 years, 9 months ago
  65. e88b288 octeontx2-pf: Fix rx buffer page refcount by Sunil Goutham · 4 years, 9 months ago
  66. 1455ea1 Merge branch 's390-next' by David S. Miller · 4 years, 9 months ago
  67. bb59c8a s390/qeth: modernize two list helpers by Julian Wiedmann · 4 years, 9 months ago
  68. c91a1fb s390/qeth: keep track of fixed prio-queue configuration by Julian Wiedmann · 4 years, 9 months ago
  69. bdb0cc1 s390/qeth: fine-tune MAC Address-related errnos by Julian Wiedmann · 4 years, 9 months ago
  70. ee1e52d s390/qeth: add TX IRQ coalescing support for IQD devices by Julian Wiedmann · 4 years, 9 months ago
  71. 1ab2f8c s390/qeth: collect more TX statistics by Julian Wiedmann · 4 years, 9 months ago
  72. 9de1511 s390/qeth: clean up the mac_bits by Julian Wiedmann · 4 years, 9 months ago
  73. 8ec1e24 s390/qeth: simplify L3 dev_id logic by Julian Wiedmann · 4 years, 9 months ago
  74. 0a6e634 s390/qdio: extend polling support to multiple queues by Julian Wiedmann · 4 years, 9 months ago
  75. b439044 s390/qeth: remove redundant if-clause in RX poll code by Julian Wiedmann · 4 years, 9 months ago
  76. 781b9a1 s390/qeth: split out RX poll code by Julian Wiedmann · 4 years, 9 months ago
  77. ed13615 s390/qeth: simplify RX buffer tracking by Julian Wiedmann · 4 years, 9 months ago
  78. 428c491 net: ena: Add PCI shutdown handler to allow safe kexec by Guilherme G. Piccoli · 4 years, 9 months ago
  79. c085dbf selftests/net/forwarding: define libs as TEST_PROGS_EXTENDED by Hangbin Liu · 4 years, 9 months ago
  80. 919a23e selftests/net: add missing tests to Makefile by Hangbin Liu · 4 years, 9 months ago
  81. 29f3490 net: use indirect call wrappers for skb_copy_datagram_iter() by Eric Dumazet · 4 years, 9 months ago
  82. fab90c8 cxgb4: remove set but not used variable 'tab' by YueHaibing · 4 years, 9 months ago
  83. e2cf67f Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 9 months ago
  84. ccf4ad7 zonfs: Fix handling of read-only zones by Damien Le Moal · 4 years, 9 months ago
  85. 6f000f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 9 months ago
  86. 7e566df Merge tag 'mlx5-fixes-2020-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 9 months ago
  87. f13bc68 r8169: re-enable MSI on RTL8168c by Heiner Kallweit · 4 years, 9 months ago
  88. cd556e4 devlink: expand the devlink-info documentation by Jakub Kicinski · 4 years, 9 months ago
  89. c312c78 net: phy: mdio-bcm-unimac: Fix clock handling by Andre Przywara · 4 years, 9 months ago
  90. 2283a02 net: phy: mscc: consolidate a common RGMII delay implementation by Vladimir Oltean · 4 years, 9 months ago
  91. 148aa2a Merge branch 'axienet-Update-error-handling-and-add-64-bit-DMA-support' by David S. Miller · 4 years, 9 months ago
  92. 5fff015 net: axienet: Allow DMA to beyond 4GB by Andre Przywara · 4 years, 9 months ago
  93. f735c40 net: axienet: Autodetect 64-bit DMA capability by Andre Przywara · 4 years, 9 months ago
  94. 4e958f3 net: axienet: Upgrade descriptors to hold 64-bit addresses by Andre Przywara · 4 years, 9 months ago
  95. 6a00d0d net: axienet: Wrap DMA pointer writes to prepare for 64 bit by Andre Przywara · 4 years, 9 months ago
  96. 2a9b65e net: axienet: Add mii-tool support by Andre Przywara · 4 years, 9 months ago
  97. c30cb8f net: axienet: Drop MDIO interrupt registers from ethtools dump by Andre Przywara · 4 years, 9 months ago
  98. d6349e3 net: axienet: Mark eth_irq as optional by Andre Przywara · 4 years, 9 months ago
  99. 71791dc net: axienet: Check for DMA mapping errors by Andre Przywara · 4 years, 9 months ago
  100. ab365c3 net: axienet: Factor out TX descriptor chain cleanup by Andre Przywara · 4 years, 9 months ago