1. 14bc175 net: sched: Allow extending set of supported RED flags by Petr Machata · 4 years, 10 months ago
  2. 10ef49b selftests: qdiscs: Add TDC test for RED by Petr Machata · 4 years, 10 months ago
  3. 085793f sfc: support configuring vf spoofchk on EF10 VFs by Edward Cree · 4 years, 10 months ago
  4. fa83820 Merge branch 'net-phy-XLGMII-define-and-usage-in-PHYLINK' by David S. Miller · 4 years, 10 months ago
  5. 1671c42 net: phylink: Add XLGMII support by Jose Abreu · 4 years, 10 months ago
  6. 58b05e5 net: phy: Add XLGMII interface define by Jose Abreu · 4 years, 10 months ago
  7. f1dc746 net: ena: ethtool: clean up minor indentation issue by Colin Ian King · 4 years, 10 months ago
  8. ec8582d net: dsa: sja1105: move MAC configuration to .phylink_mac_link_up by Vladimir Oltean · 4 years, 10 months ago
  9. 724d021 cxgb4: update T5/T6 adapter register ranges by Shahjada Abul Husain · 4 years, 10 months ago
  10. 94229d4 Merge tag 'mlx5-updates-2020-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 10 months ago
  11. 44ef976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  12. bc1a028 net/mlx5: DR, Remove unneeded functions deceleration by Alex Vesker · 4 years, 10 months ago
  13. de346f4 net/mlx5: DR, Add support for flow table id destination action by Alex Vesker · 4 years, 11 months ago
  14. 0e6fa49 net/mlx5: Avoid deriving mlx5_core_dev second time by Parav Pandit · 5 years ago
  15. d6c8022 net/mlx5: E-switch, Annotate esw state_lock mutex destroy by Parav Pandit · 5 years ago
  16. 2bb72e7 net/mlx5: E-switch, Annotate termtbl_mutex mutex destroy by Parav Pandit · 5 years ago
  17. 5c2aa8a net/mlx5: Accept flow rules without match by Mark Bloch · 5 years ago
  18. 4110fc5 net/mlx5: E-Switch, Refactor unload all reps per rep type by Bodong Wang · 5 years ago
  19. 23bb50c net/mlx5: E-Switch, Update VF vports config when num of VFs changed by Bodong Wang · 5 years ago
  20. c2d7712 net/mlx5: E-Switch, Introduce per vport configuration for eswitch modes by Bodong Wang · 5 years ago
  21. d7c92cb net/mlx5: E-switch, Make vport setup/cleanup sequence symmetric by Bodong Wang · 5 years ago
  22. 878a733 net/mlx5: E-Switch, Prepare for vport enable/disable refactor by Bodong Wang · 5 years ago
  23. a9814d7 net/mlx5: E-Switch, Remove redundant warning when QoS enable failed by Bodong Wang · 5 years ago
  24. 14c844c net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy mode by Bodong Wang · 5 years ago
  25. 86f9453 net/mlx5: E-Switch, Remove redundant check of eswitch manager cap by Bodong Wang · 5 years ago
  26. 832165d Merge branch 'bpf-core-fixes' by Daniel Borkmann · 4 years, 10 months ago
  27. acbd062 selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls by Andrii Nakryiko · 4 years, 10 months ago
  28. b8ebce8 libbpf: Provide CO-RE variants of PT_REGS macros by Andrii Nakryiko · 4 years, 10 months ago
  29. d121e1d libbpf: Ignore incompatible types with matching name during CO-RE relocation by Andrii Nakryiko · 4 years, 10 months ago
  30. 3e2671f selftests/bpf: Ensure consistent test failure output by Andrii Nakryiko · 4 years, 10 months ago
  31. 30b4cb3 selftests/bpf: Fix spurious failures in accept due to EAGAIN by Jakub Sitnicki · 4 years, 10 months ago
  32. bcd66b1 tools/bpf: Move linux/types.h for selftests and bpftool by Tobias Klauser · 4 years, 10 months ago
  33. dcce11d bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit() by Jules Irenge · 4 years, 10 months ago
  34. 5996a58 bpf_helpers_doc.py: Fix warning when compiling bpftool by Carlos Neira · 4 years, 10 months ago
  35. 4e1fd25 selftests/bpf: Fix usleep() implementation by Andrii Nakryiko · 4 years, 10 months ago
  36. 1afbcd9 Merge branch 'generalize-bpf-ksym' by Alexei Starovoitov · 4 years, 10 months ago
  37. 7ac88eb bpf: Remove bpf_image tree by Jiri Olsa · 4 years, 10 months ago
  38. 517b75e bpf: Add dispatchers to kallsyms by Jiri Olsa · 4 years, 10 months ago
  39. a108f7d bpf: Add trampolines to kallsyms by Jiri Olsa · 4 years, 10 months ago
  40. dba122f bpf: Add bpf_ksym_add/del functions by Jiri Olsa · 4 years, 10 months ago
  41. cbd76f8 bpf: Add prog flag to struct bpf_ksym object by Jiri Olsa · 4 years, 10 months ago
  42. 9886866 bpf: Abstract away entire bpf_link clean up procedure by Andrii Nakryiko · 4 years, 10 months ago
  43. eda0c92 bpf: Add bpf_ksym_find function by Jiri Olsa · 4 years, 10 months ago
  44. 4cd729f selftests/bpf: Make tcp_rtt test more robust to failures by Andrii Nakryiko · 4 years, 10 months ago
  45. ca4424c bpf: Move ksym_tnode to bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  46. 2b5cf9f selftests/bpf: Guarantee that useep() calls nanosleep() syscall by Andrii Nakryiko · 4 years, 10 months ago
  47. ecb60d1 bpf: Move lnode list node to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  48. 6ae32b2 tools: bpftool: Restore message on failure to guess program type by Quentin Monnet · 4 years, 10 months ago
  49. bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  50. 535911c bpf: Add struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  51. 6a64037 bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER by Björn Töpel · 4 years, 10 months ago
  52. b56cd05 x86/mm: Rename is_kernel_text to __is_kernel_text by Jiri Olsa · 4 years, 10 months ago
  53. 48f5d5cb Merge tag 'ieee802154-for-davem-2020-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next by David S. Miller · 4 years, 10 months ago
  54. 5ec82c4 ethtool: fix spelling mistake "exceeeds" -> "exceeds" by Colin Ian King · 4 years, 10 months ago
  55. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  56. 0d81a3f Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 10 months ago
  57. d831ee8 bpf: Add bpf_xdp_output() helper by Eelco Chaudron · 4 years, 10 months ago
  58. 4823b72 Merge branch 'bpf_get_ns_current_pid_tgid' by Alexei Starovoitov · 4 years, 10 months ago
  59. 1c1052e tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current_pid_tgid. by Carlos Neira · 4 years, 10 months ago
  60. 16b78f0 Merge tag 'topic/mst-bw-check-fixes-for-airlied-2020-03-12-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 10 months ago
  61. b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 4 years, 10 months ago
  62. 1e2328e fs/nsfs.c: Added ns_match by Carlos Neira · 4 years, 10 months ago
  63. f31d83f Merge tag 'drm-intel-fixes-2020-03-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 10 months ago
  64. 132c1af tools: bpftool: Fix minor bash completion mistakes by Quentin Monnet · 4 years, 10 months ago
  65. 75a1e79 tools: bpftool: Allow all prog/map handles for pinning objects by Quentin Monnet · 4 years, 10 months ago
  66. d944326 Merge tag 'amd-drm-fixes-5.6-2020-03-11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 10 months ago
  67. 1b51f69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  68. b35f14f libbpf: Split BTF presence checks into libbpf- and kernel-specific parts by Andrii Nakryiko · 4 years, 10 months ago
  69. 8d830f5 bpftool: Add _bpftool and profiler.skel.h to .gitignore by Song Liu · 4 years, 10 months ago
  70. 39be909 bpftool: Skeleton should depend on libbpf by Song Liu · 4 years, 10 months ago
  71. 14e5728 bpftool: Only build bpftool-prog-profile if supported by clang by Song Liu · 4 years, 10 months ago
  72. 047d4cd drm/dp_mst: Rewrite and fix bandwidth limit checks by Lyude Paul · 4 years, 10 months ago
  73. 87212b5 drm/dp_mst: Reprobe path resources in CSN handler by Lyude Paul · 4 years, 10 months ago
  74. fcf4638 drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checks by Lyude Paul · 4 years, 10 months ago
  75. b2feb1d drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundant by Lyude Paul · 4 years, 10 months ago
  76. a8eceea inet: Use fallthrough; by Joe Perches · 4 years, 10 months ago
  77. 8a76547 octeontx2-pf: unlock on error path in otx2_config_pause_frm() by Dan Carpenter · 4 years, 10 months ago
  78. 807f030 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
  79. c036859 net: systemport: fix index check to avoid an array out of bounds access by Colin Ian King · 4 years, 10 months ago
  80. 0f70eed Merge branch 'ipa-fixes' by David S. Miller · 4 years, 10 months ago
  81. 4639b38 Revert "arm64: dts: sdm845: add IPA information" by Alex Elder · 4 years, 10 months ago
  82. e31a501 bitfield.h: add FIELD_MAX() and field_max() by Alex Elder · 4 years, 10 months ago
  83. 9d0e0cd tc-testing: add ETS scheduler to tdc build configuration by Davide Caratti · 4 years, 10 months ago
  84. 611d779 net: phy: fix MDIO bus PM PHY resuming by Heiner Kallweit · 4 years, 10 months ago
  85. 82a9822 Merge branch 'ethtool-netlink-interface-part-3' by David S. Miller · 4 years, 10 months ago
  86. 546379b ethtool: add CHANNELS_NTF notification by Michal Kubecek · 4 years, 10 months ago
  87. e19c591 ethtool: set device channel counts with CHANNELS_SET request by Michal Kubecek · 4 years, 10 months ago
  88. 0c84979 ethtool: provide channel counts with CHANNELS_GET request by Michal Kubecek · 4 years, 10 months ago
  89. bc9d1c9 ethtool: add RINGS_NTF notification by Michal Kubecek · 4 years, 10 months ago
  90. 2fc2929 ethtool: set device ring sizes with RINGS_SET request by Michal Kubecek · 4 years, 10 months ago
  91. e4a1717 ethtool: provide ring sizes with RINGS_GET request by Michal Kubecek · 4 years, 10 months ago
  92. 111dcba ethtool: add PRIVFLAGS_NTF notification by Michal Kubecek · 4 years, 10 months ago
  93. f265d79 ethtool: set device private flags with PRIVFLAGS_SET request by Michal Kubecek · 4 years, 10 months ago
  94. e16c338 ethtool: provide private flags with PRIVFLAGS_GET request by Michal Kubecek · 4 years, 10 months ago
  95. 9c6451e ethtool: add FEATURES_NTF notification by Michal Kubecek · 4 years, 10 months ago
  96. 0980bfc ethtool: set netdev features with FEATURES_SET request by Michal Kubecek · 4 years, 10 months ago
  97. 88db6d1 ethtool: add ethnl_parse_bitset() helper by Michal Kubecek · 4 years, 10 months ago
  98. 0524399 ethtool: provide netdev features with FEATURES_GET request by Michal Kubecek · 4 years, 10 months ago
  99. f70bb06 ethtool: update mapping of features to legacy ioctl requests by Michal Kubecek · 4 years, 10 months ago
  100. 9813054 ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get() by Michal Kubecek · 4 years, 10 months ago