1. eda7acd mptcp: Handle MPTCP TCP options by Peter Krystad · 5 years ago
  2. f870fa0 mptcp: Add MPTCP socket stubs by Mat Martineau · 5 years ago
  3. 23f4eac Merge branch 'net-bridge-add-per-vlan-state-option' by David S. Miller · 5 years ago
  4. a580c76 net: bridge: vlan: add per-vlan state by Nikolay Aleksandrov · 5 years ago
  5. a5d29ae net: bridge: vlan: add basic option setting support by Nikolay Aleksandrov · 5 years ago
  6. 7a53e71 net: bridge: vlan: add basic option dumping support by Nikolay Aleksandrov · 5 years ago
  7. ac0e932 net: bridge: check port state before br_allowed_egress by Nikolay Aleksandrov · 5 years ago
  8. 9bbc8be Merge tag 'mlx5-updates-2020-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 5 years ago
  9. 790e011 Merge branch 'Add-PHY-IDs-for-DP83825-6' by David S. Miller · 5 years ago
  10. 2ace13e net: phy: DP83822: Add support for additional DP83825 devices by Dan Murphy · 5 years ago
  11. 783da36 phy: dp83826: Add phy IDs for DP83826N and 826NC by Dan Murphy · 5 years ago
  12. 6d9f6e6 Merge branch 'net-sched-add-Flow-Queue-PIE-packet-scheduler' by David S. Miller · 5 years ago
  13. ec97ecf net: sched: add Flow Queue PIE packet scheduler by Mohit P. Tahiliani · 5 years ago
  14. 5205ea0 net: sched: pie: export symbols to be reused by FQ-PIE by Mohit P. Tahiliani · 5 years ago
  15. 00ea2fb net: sched: pie: fix alignment in struct instances by Mohit P. Tahiliani · 5 years ago
  16. 55f780c net: sched: pie: fix commenting by Mohit P. Tahiliani · 5 years ago
  17. b42a3d7 pie: improve comments and commenting style by Mohit P. Tahiliani · 5 years ago
  18. 2dfb195 pie: rearrange structure members and their initializations by Mohit P. Tahiliani · 5 years ago
  19. 1dbfc5e pie: use u8 instead of bool in pie_vars by Mohit P. Tahiliani · 5 years ago
  20. cf4eeee pie: rearrange macros in order of length by Mohit P. Tahiliani · 5 years ago
  21. 805a5a2 pie: use U64_MAX to denote (2^64 - 1) by Mohit P. Tahiliani · 5 years ago
  22. 84bf557 net: sched: pie: move common code to pie.h by Mohit P. Tahiliani · 5 years ago
  23. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  24. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  25. 7c45352 net/mlx5e: Enable all available stats for uplink reps by Vlad Buslov · 5 years ago
  26. 8520fa5 net/mlx5e: Create q counters on uplink representors by Vlad Buslov · 5 years ago
  27. 8a236b1 net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infra by Vlad Buslov · 5 years ago
  28. 2a303f1 net/mlx5e: IPoIB, use separate stats groups by Saeed Mahameed · 5 years ago
  29. f0ff8e8 net/mlx5e: Convert stats groups array to array of group pointers by Saeed Mahameed · 5 years ago
  30. 96b127965 net/mlx5e: Declare stats groups via macro by Saeed Mahameed · 5 years ago
  31. 3460c18 net/mlx5e: Profile specific stats groups by Saeed Mahameed · 5 years ago
  32. 29b598d net/mlx5e: Move uplink rep init/cleanup code into own functions by Roi Dayan · 5 years ago
  33. 4c7cea2 net/mlx5: DR, Allow connecting flow table to a lower/same level table by Yevgeny Kliteynik · 5 years ago
  34. c21a49b net/mlx5: DR, Modify header copy support by Hamdan Igbaria · 5 years ago
  35. a51dcc1 net/mlx5: DR, Modify set action limitation extension by Hamdan Igbaria · 5 years ago
  36. 6d65bc6 net/mlx5e: Add mlx5e_flower_parse_meta support by wenxu · 5 years ago
  37. e15cf98 net/mlx5: make the symbol 'ESW_POOLS' static by Chen Wandun · 5 years ago
  38. a171850 net/mlx5e: allow TSO on VXLAN over VLAN topologies by Davide Caratti · 5 years ago
  39. ca9c74a net/mlx5e: Fix printk format warning by Olof Johansson · 5 years ago
  40. 85cc12f Merge branch 'bpf_cubic' by Alexei Starovoitov · 5 years ago
  41. 6de4a9c bpf: tcp: Add bpf_cubic example by Martin KaFai Lau · 5 years ago
  42. 0a49c1a bpf: Sync uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
  43. 5576b99 bpf: Add BPF_FUNC_jiffies64 by Martin KaFai Lau · 5 years ago
  44. 1b2fd38 Merge branch 'bpf-dynamic-relinking' by Daniel Borkmann · 5 years ago
  45. 7805fe8 selftests/bpf: Add tests for program extensions by Alexei Starovoitov · 5 years ago
  46. 2db6eab libbpf: Add support for program extensions by Alexei Starovoitov · 5 years ago
  47. be8704f bpf: Introduce dynamic program extensions by Alexei Starovoitov · 5 years ago
  48. c5d19a6 net: convert additional drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
  49. 2a67a6c bpf, btf: Always output invariant hit in pahole DWARF to BTF transform by Chris Down · 5 years ago
  50. 1222653 selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS by Daniel Díaz · 5 years ago
  51. f59bbfc bpf: Fix error path under memory pressure by Alexei Starovoitov · 5 years ago
  52. 05d57f1 bpf: Fix trampoline usage in preempt by Alexei Starovoitov · 5 years ago
  53. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  54. b87121d bpf: don't bother with getname/kern_path - use user_path_at by Al Viro · 5 years ago
  55. 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  56. d84b99f drivers: net: declance: fix comparing pointer to 0 by Chen Zhou · 5 years ago
  57. aeaec7b tcp/ipv4: remove AF_INET_FAMILY by Alex Shi · 5 years ago
  58. 339821f net/hsr: remove seq_nr_after_or_eq by Alex Shi · 5 years ago
  59. e09538e hdlx_x25: Fix backwards compat test. by David S. Miller · 5 years ago
  60. 0159984 Merge branch 'hns3-next' by David S. Miller · 5 years ago
  61. 60df7e9 net: hns3: cleanup some coding style issue by Huazhong Tan · 5 years ago
  62. 322cb97 net: hns3: remove redundant print on ENOMEM by Huazhong Tan · 5 years ago
  63. e310532 net: hns3: delete unnecessary blank line and space for cleanup by Guangbin Huang · 5 years ago
  64. 6f8e330 net: hns3: rewrite a log in hclge_put_vector() by Yonglong Liu · 5 years ago
  65. cdc3738 net: hns3: refine the input parameter 'size' for snprintf() by Guojia Liao · 5 years ago
  66. 9027d04 net: hns3: move duplicated macro definition into header by Guojia Liao · 5 years ago
  67. afb6afd net: hns3: set VF's default reset_type to HNAE3_NONE_RESET by Huazhong Tan · 5 years ago
  68. 08bb385 net: hns3: do not reuse pfmemalloc pages by Yunsheng Lin · 5 years ago
  69. 09783d44 net: hns3: limit the error logging in the hns3_clean_tx_ring() by Yunsheng Lin · 5 years ago
  70. 953c4a0 wan/hdlc_x25: fix skb handling by Martin Schiller · 5 years ago
  71. f362e5f wan/hdlc_x25: make lapb params configurable by Martin Schiller · 5 years ago
  72. 29237d2 net/smc: allow unprivileged users to read pnet table by Hans Wippel · 5 years ago
  73. 3ccc897 Merge branch 'phy-add-new-version-of-phy_do_ioctl-and-convert-suitable-drivers' by David S. Miller · 5 years ago
  74. f1294617 net: convert suitable network drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
  75. bbbf843 net: phy: add new version of phy_do_ioctl by Heiner Kallweit · 5 years ago
  76. 3231e5d net: phy: rename phy_do_ioctl to phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  77. bea5416 net: hns3: replace snprintf with scnprintf in hns3_update_strings by Chen Zhou · 5 years ago
  78. 49e211c net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read by Chen Zhou · 5 years ago
  79. ad06307 Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma by David S. Miller · 5 years ago
  80. d49d066 Merge branch 'libbpf-include-path' by Alexei Starovoitov · 5 years ago
  81. a2c9652 selftests: Refactor build to remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  82. b6580cd runsqslower: Support user-specified libbpf include and object paths by Toke Høiland-Jørgensen · 5 years ago
  83. a9ed34c tools/runqslower: Remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  84. 7cf245a samples/bpf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  85. 521fe8b perf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  86. 229c3b4 bpftool: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  87. 3e68914 selftests: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  88. 5b554ce tools/runqslower: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  89. bfe4279 selftests: Pass VMLINUX_BTF to runqslower Makefile by Toke Høiland-Jørgensen · 5 years ago
  90. a835d38 tools/bpf/runqslower: Fix override option for VMLINUX_BTF by Toke Høiland-Jørgensen · 5 years ago
  91. b2e5e93 samples/bpf: Don't try to remove user's homedir on clean by Toke Høiland-Jørgensen · 5 years ago
  92. f1c3656 selftests/bpf: Skip perf hw events test if the setup disabled it by Hangbin Liu · 5 years ago
  93. 396b83f selftests/bpf: Don't check for btf fd in test_btf by Stanislav Fomichev · 5 years ago
  94. 2e3a94a bpf: Fix memory leaks in generic update/delete batch ops by Brian Vazquez · 5 years ago
  95. 17e10a1 Merge branch 'mlxsw-SPAN-egress-mirroring-buffer-size' by David S. Miller · 5 years ago
  96. 3a3e627 spectrum: Add a delayed work to update SPAN buffsize according to speed by Jiri Pirko · 5 years ago
  97. ff9fdfe mlxsw: spectrum: Fix SPAN egress mirroring buffer size for Spectrum-2 by Jiri Pirko · 5 years ago
  98. 31c25b9 mlxsw: spectrum_span: Put buffsize update code into helper function by Jiri Pirko · 5 years ago
  99. ac9cc4e mlxsw: spectrum: Push code getting port speed into a helper by Jiri Pirko · 5 years ago
  100. 794eee2 Merge branch 'net-phy-add-generic-ndo_do_ioctl-handler-phy_do_ioctl' by David S. Miller · 5 years ago