1. 790e011 Merge branch 'Add-PHY-IDs-for-DP83825-6' by David S. Miller · 5 years ago
  2. 2ace13e net: phy: DP83822: Add support for additional DP83825 devices by Dan Murphy · 5 years ago
  3. 783da36 phy: dp83826: Add phy IDs for DP83826N and 826NC by Dan Murphy · 5 years ago
  4. 6d9f6e6 Merge branch 'net-sched-add-Flow-Queue-PIE-packet-scheduler' by David S. Miller · 5 years ago
  5. ec97ecf net: sched: add Flow Queue PIE packet scheduler by Mohit P. Tahiliani · 5 years ago
  6. 5205ea0 net: sched: pie: export symbols to be reused by FQ-PIE by Mohit P. Tahiliani · 5 years ago
  7. 00ea2fb net: sched: pie: fix alignment in struct instances by Mohit P. Tahiliani · 5 years ago
  8. 55f780c net: sched: pie: fix commenting by Mohit P. Tahiliani · 5 years ago
  9. b42a3d7 pie: improve comments and commenting style by Mohit P. Tahiliani · 5 years ago
  10. 2dfb195 pie: rearrange structure members and their initializations by Mohit P. Tahiliani · 5 years ago
  11. 1dbfc5e pie: use u8 instead of bool in pie_vars by Mohit P. Tahiliani · 5 years ago
  12. cf4eeee pie: rearrange macros in order of length by Mohit P. Tahiliani · 5 years ago
  13. 805a5a2 pie: use U64_MAX to denote (2^64 - 1) by Mohit P. Tahiliani · 5 years ago
  14. 84bf557 net: sched: pie: move common code to pie.h by Mohit P. Tahiliani · 5 years ago
  15. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  16. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  17. 85cc12f Merge branch 'bpf_cubic' by Alexei Starovoitov · 5 years ago
  18. 6de4a9c bpf: tcp: Add bpf_cubic example by Martin KaFai Lau · 5 years ago
  19. 0a49c1a bpf: Sync uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
  20. 5576b99 bpf: Add BPF_FUNC_jiffies64 by Martin KaFai Lau · 5 years ago
  21. 1b2fd38 Merge branch 'bpf-dynamic-relinking' by Daniel Borkmann · 5 years ago
  22. 7805fe8 selftests/bpf: Add tests for program extensions by Alexei Starovoitov · 5 years ago
  23. 2db6eab libbpf: Add support for program extensions by Alexei Starovoitov · 5 years ago
  24. be8704f bpf: Introduce dynamic program extensions by Alexei Starovoitov · 5 years ago
  25. c5d19a6 net: convert additional drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
  26. 2a67a6c bpf, btf: Always output invariant hit in pahole DWARF to BTF transform by Chris Down · 5 years ago
  27. 1222653 selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS by Daniel Díaz · 5 years ago
  28. f59bbfc bpf: Fix error path under memory pressure by Alexei Starovoitov · 5 years ago
  29. 05d57f1 bpf: Fix trampoline usage in preempt by Alexei Starovoitov · 5 years ago
  30. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  31. b87121d bpf: don't bother with getname/kern_path - use user_path_at by Al Viro · 5 years ago
  32. 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  33. d84b99f drivers: net: declance: fix comparing pointer to 0 by Chen Zhou · 5 years ago
  34. aeaec7b tcp/ipv4: remove AF_INET_FAMILY by Alex Shi · 5 years ago
  35. 339821f net/hsr: remove seq_nr_after_or_eq by Alex Shi · 5 years ago
  36. e09538e hdlx_x25: Fix backwards compat test. by David S. Miller · 5 years ago
  37. 0159984 Merge branch 'hns3-next' by David S. Miller · 5 years ago
  38. 60df7e9 net: hns3: cleanup some coding style issue by Huazhong Tan · 5 years ago
  39. 322cb97 net: hns3: remove redundant print on ENOMEM by Huazhong Tan · 5 years ago
  40. e310532 net: hns3: delete unnecessary blank line and space for cleanup by Guangbin Huang · 5 years ago
  41. 6f8e330 net: hns3: rewrite a log in hclge_put_vector() by Yonglong Liu · 5 years ago
  42. cdc3738 net: hns3: refine the input parameter 'size' for snprintf() by Guojia Liao · 5 years ago
  43. 9027d04 net: hns3: move duplicated macro definition into header by Guojia Liao · 5 years ago
  44. afb6afd net: hns3: set VF's default reset_type to HNAE3_NONE_RESET by Huazhong Tan · 5 years ago
  45. 08bb385 net: hns3: do not reuse pfmemalloc pages by Yunsheng Lin · 5 years ago
  46. 09783d44 net: hns3: limit the error logging in the hns3_clean_tx_ring() by Yunsheng Lin · 5 years ago
  47. 953c4a0 wan/hdlc_x25: fix skb handling by Martin Schiller · 5 years ago
  48. f362e5f wan/hdlc_x25: make lapb params configurable by Martin Schiller · 5 years ago
  49. 29237d2 net/smc: allow unprivileged users to read pnet table by Hans Wippel · 5 years ago
  50. 3ccc897 Merge branch 'phy-add-new-version-of-phy_do_ioctl-and-convert-suitable-drivers' by David S. Miller · 5 years ago
  51. f1294617 net: convert suitable network drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
  52. bbbf843 net: phy: add new version of phy_do_ioctl by Heiner Kallweit · 5 years ago
  53. 3231e5d net: phy: rename phy_do_ioctl to phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  54. bea5416 net: hns3: replace snprintf with scnprintf in hns3_update_strings by Chen Zhou · 5 years ago
  55. 49e211c net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read by Chen Zhou · 5 years ago
  56. 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
  57. d49d066 Merge branch 'libbpf-include-path' by Alexei Starovoitov · 5 years ago
  58. a2c9652 selftests: Refactor build to remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  59. b6580cd runsqslower: Support user-specified libbpf include and object paths by Toke Høiland-Jørgensen · 5 years ago
  60. a9ed34c tools/runqslower: Remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  61. 7cf245a samples/bpf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  62. 521fe8b perf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  63. 229c3b4 bpftool: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  64. 3e68914 selftests: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  65. 5b554ce tools/runqslower: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  66. bfe4279 selftests: Pass VMLINUX_BTF to runqslower Makefile by Toke Høiland-Jørgensen · 5 years ago
  67. a835d38 tools/bpf/runqslower: Fix override option for VMLINUX_BTF by Toke Høiland-Jørgensen · 5 years ago
  68. b2e5e93 samples/bpf: Don't try to remove user's homedir on clean by Toke Høiland-Jørgensen · 5 years ago
  69. f1c3656 selftests/bpf: Skip perf hw events test if the setup disabled it by Hangbin Liu · 5 years ago
  70. 396b83f selftests/bpf: Don't check for btf fd in test_btf by Stanislav Fomichev · 5 years ago
  71. 2e3a94a bpf: Fix memory leaks in generic update/delete batch ops by Brian Vazquez · 5 years ago
  72. 17e10a1 Merge branch 'mlxsw-SPAN-egress-mirroring-buffer-size' by David S. Miller · 5 years ago
  73. 3a3e627 spectrum: Add a delayed work to update SPAN buffsize according to speed by Jiri Pirko · 5 years ago
  74. ff9fdfe mlxsw: spectrum: Fix SPAN egress mirroring buffer size for Spectrum-2 by Jiri Pirko · 5 years ago
  75. 31c25b9 mlxsw: spectrum_span: Put buffsize update code into helper function by Jiri Pirko · 5 years ago
  76. ac9cc4e mlxsw: spectrum: Push code getting port speed into a helper by Jiri Pirko · 5 years ago
  77. 794eee2 Merge branch 'net-phy-add-generic-ndo_do_ioctl-handler-phy_do_ioctl' by David S. Miller · 5 years ago
  78. df00718 r8169: use generic ndo_do_ioctl handler phy_do_ioctl by Heiner Kallweit · 5 years ago
  79. 2ab1d92 net: phy: add generic ndo_do_ioctl handler phy_do_ioctl by Heiner Kallweit · 5 years ago
  80. 4262c38 net: dsa: mv88e6xxx: Add SERDES stats counters to all 6390 family members by Andrew Lunn · 5 years ago
  81. 04e2246 net: phylink: allow in-band AN for USXGMII by Alex Marginean · 5 years ago
  82. 3e41d04 net: phy: don't crash in phy_read/_write_mmd without a PHY driver by Alex Marginean · 5 years ago
  83. 6cbdcf2 net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modes by Vladimir Oltean · 5 years ago
  84. a47b9e1 net: stmmac: modified pcs mode support for RGMII by Dejin Zheng · 5 years ago
  85. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  86. 7008ee1 Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  87. 11a8272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  88. 5f43644 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  89. 4ee9e6e Merge branch 'mlxsw-Add-tunnel-devlink-trap-support' by David S. Miller · 5 years ago
  90. b3073df selftests: devlink_trap_tunnel_vxlan: Add test case for overlay_smac_is_mc by Amit Cohen · 5 years ago
  91. 3aed072 mlxsw: Add OVERLAY_SMAC_MC trap by Amit Cohen · 5 years ago
  92. c3cae49 devlink: Add overlay source MAC is multicast trap by Amit Cohen · 5 years ago
  93. 27942c7 selftests: devlink_trap_tunnel_ipip: Add test case for decap_error by Amit Cohen · 5 years ago
  94. ca264ef selftests: devlink_trap_tunnel_vxlan: Add test case for decap_error by Amit Cohen · 5 years ago
  95. a318bf6 mlxsw: Add tunnel devlink-trap support by Amit Cohen · 5 years ago
  96. 13c056e devlink: Add tunnel generic packet traps by Amit Cohen · 5 years ago
  97. f528dfc mlxsw: spectrum_trap: Reorder cases according to enum order by Amit Cohen · 5 years ago
  98. 4a44ee6 mlxsw: Add ECN configurations with IPinIP tunnels by Amit Cohen · 5 years ago
  99. 839607e mlxsw: reg: Add Tunneling IPinIP Decapsulation ECN Mapping Register by Amit Cohen · 5 years ago
  100. 2017490 mlxsw: reg: Add Tunneling IPinIP Encapsulation ECN Mapping Register by Amit Cohen · 5 years ago