1. 048d19d mptcp: add basic kselftest for mptcp by Florian Westphal · 5 years ago
  2. 784325e mptcp: new sysctl to control the activation per NS by Matthieu Baerts · 5 years ago
  3. 5704075 mptcp: allow collapsing consecutive sendpages on the same substream by Paolo Abeni · 5 years ago
  4. 7a6a6cb mptcp: recvmsg() can drain data from multiple subflows by Paolo Abeni · 5 years ago
  5. 1891c4a mptcp: add subflow write space signalling and mptcp_poll by Florian Westphal · 5 years ago
  6. 648ef4b mptcp: Implement MPTCP receive path by Mat Martineau · 5 years ago
  7. 6d0060f mptcp: Write MPTCP DSS headers to outgoing data packets by Mat Martineau · 5 years ago
  8. 717e79c mptcp: Add setsockopt()/getsockopt() socket operations by Peter Krystad · 5 years ago
  9. 2149849 mptcp: Add shutdown() socket operation by Peter Krystad · 5 years ago
  10. 79c0949 mptcp: Add key generation and token tree by Peter Krystad · 5 years ago
  11. cf7da0d mptcp: Create SUBFLOW socket for incoming connections by Peter Krystad · 5 years ago
  12. cec37a6 mptcp: Handle MP_CAPABLE options for outgoing connections by Peter Krystad · 5 years ago
  13. 2303f99 mptcp: Associate MPTCP context with TCP socket by Peter Krystad · 5 years ago
  14. eda7acd mptcp: Handle MPTCP TCP options by Peter Krystad · 5 years ago
  15. f870fa0 mptcp: Add MPTCP socket stubs by Mat Martineau · 5 years ago
  16. 23f4eac Merge branch 'net-bridge-add-per-vlan-state-option' by David S. Miller · 5 years ago
  17. a580c76 net: bridge: vlan: add per-vlan state by Nikolay Aleksandrov · 5 years ago
  18. a5d29ae net: bridge: vlan: add basic option setting support by Nikolay Aleksandrov · 5 years ago
  19. 7a53e71 net: bridge: vlan: add basic option dumping support by Nikolay Aleksandrov · 5 years ago
  20. ac0e932 net: bridge: check port state before br_allowed_egress by Nikolay Aleksandrov · 5 years ago
  21. 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
  22. 790e011 Merge branch 'Add-PHY-IDs-for-DP83825-6' by David S. Miller · 5 years ago
  23. 2ace13e net: phy: DP83822: Add support for additional DP83825 devices by Dan Murphy · 5 years ago
  24. 783da36 phy: dp83826: Add phy IDs for DP83826N and 826NC by Dan Murphy · 5 years ago
  25. 6d9f6e6 Merge branch 'net-sched-add-Flow-Queue-PIE-packet-scheduler' by David S. Miller · 5 years ago
  26. ec97ecf net: sched: add Flow Queue PIE packet scheduler by Mohit P. Tahiliani · 5 years ago
  27. 5205ea0 net: sched: pie: export symbols to be reused by FQ-PIE by Mohit P. Tahiliani · 5 years ago
  28. 00ea2fb net: sched: pie: fix alignment in struct instances by Mohit P. Tahiliani · 5 years ago
  29. 55f780c net: sched: pie: fix commenting by Mohit P. Tahiliani · 5 years ago
  30. b42a3d7 pie: improve comments and commenting style by Mohit P. Tahiliani · 5 years ago
  31. 2dfb195 pie: rearrange structure members and their initializations by Mohit P. Tahiliani · 5 years ago
  32. 1dbfc5e pie: use u8 instead of bool in pie_vars by Mohit P. Tahiliani · 5 years ago
  33. cf4eeee pie: rearrange macros in order of length by Mohit P. Tahiliani · 5 years ago
  34. 805a5a2 pie: use U64_MAX to denote (2^64 - 1) by Mohit P. Tahiliani · 5 years ago
  35. 84bf557 net: sched: pie: move common code to pie.h by Mohit P. Tahiliani · 5 years ago
  36. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  37. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  38. 7c45352 net/mlx5e: Enable all available stats for uplink reps by Vlad Buslov · 5 years ago
  39. 8520fa5 net/mlx5e: Create q counters on uplink representors by Vlad Buslov · 5 years ago
  40. 8a236b1 net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infra by Vlad Buslov · 5 years ago
  41. 2a303f1 net/mlx5e: IPoIB, use separate stats groups by Saeed Mahameed · 5 years ago
  42. f0ff8e8 net/mlx5e: Convert stats groups array to array of group pointers by Saeed Mahameed · 5 years ago
  43. 96b127965 net/mlx5e: Declare stats groups via macro by Saeed Mahameed · 5 years ago
  44. 3460c18 net/mlx5e: Profile specific stats groups by Saeed Mahameed · 5 years ago
  45. 29b598d net/mlx5e: Move uplink rep init/cleanup code into own functions by Roi Dayan · 5 years ago
  46. 4c7cea2 net/mlx5: DR, Allow connecting flow table to a lower/same level table by Yevgeny Kliteynik · 5 years ago
  47. c21a49b net/mlx5: DR, Modify header copy support by Hamdan Igbaria · 5 years ago
  48. a51dcc1 net/mlx5: DR, Modify set action limitation extension by Hamdan Igbaria · 5 years ago
  49. 6d65bc6 net/mlx5e: Add mlx5e_flower_parse_meta support by wenxu · 5 years ago
  50. e15cf98 net/mlx5: make the symbol 'ESW_POOLS' static by Chen Wandun · 5 years ago
  51. a171850 net/mlx5e: allow TSO on VXLAN over VLAN topologies by Davide Caratti · 5 years ago
  52. ca9c74a net/mlx5e: Fix printk format warning by Olof Johansson · 5 years ago
  53. 85cc12f Merge branch 'bpf_cubic' by Alexei Starovoitov · 5 years ago
  54. 6de4a9c bpf: tcp: Add bpf_cubic example by Martin KaFai Lau · 5 years ago
  55. 0a49c1a bpf: Sync uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
  56. 5576b99 bpf: Add BPF_FUNC_jiffies64 by Martin KaFai Lau · 5 years ago
  57. 1b2fd38 Merge branch 'bpf-dynamic-relinking' by Daniel Borkmann · 5 years ago
  58. 7805fe8 selftests/bpf: Add tests for program extensions by Alexei Starovoitov · 5 years ago
  59. 2db6eab libbpf: Add support for program extensions by Alexei Starovoitov · 5 years ago
  60. be8704f bpf: Introduce dynamic program extensions by Alexei Starovoitov · 5 years ago
  61. c5d19a6 net: convert additional drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
  62. 2a67a6c bpf, btf: Always output invariant hit in pahole DWARF to BTF transform by Chris Down · 5 years ago
  63. 1222653 selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS by Daniel Díaz · 5 years ago
  64. f59bbfc bpf: Fix error path under memory pressure by Alexei Starovoitov · 5 years ago
  65. 05d57f1 bpf: Fix trampoline usage in preempt by Alexei Starovoitov · 5 years ago
  66. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  67. b87121d bpf: don't bother with getname/kern_path - use user_path_at by Al Viro · 5 years ago
  68. 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  69. d84b99f drivers: net: declance: fix comparing pointer to 0 by Chen Zhou · 5 years ago
  70. aeaec7b tcp/ipv4: remove AF_INET_FAMILY by Alex Shi · 5 years ago
  71. 339821f net/hsr: remove seq_nr_after_or_eq by Alex Shi · 5 years ago
  72. e09538e hdlx_x25: Fix backwards compat test. by David S. Miller · 5 years ago
  73. 0159984 Merge branch 'hns3-next' by David S. Miller · 5 years ago
  74. 60df7e9 net: hns3: cleanup some coding style issue by Huazhong Tan · 5 years ago
  75. 322cb97 net: hns3: remove redundant print on ENOMEM by Huazhong Tan · 5 years ago
  76. e310532 net: hns3: delete unnecessary blank line and space for cleanup by Guangbin Huang · 5 years ago
  77. 6f8e330 net: hns3: rewrite a log in hclge_put_vector() by Yonglong Liu · 5 years ago
  78. cdc3738 net: hns3: refine the input parameter 'size' for snprintf() by Guojia Liao · 5 years ago
  79. 9027d04 net: hns3: move duplicated macro definition into header by Guojia Liao · 5 years ago
  80. afb6afd net: hns3: set VF's default reset_type to HNAE3_NONE_RESET by Huazhong Tan · 5 years ago
  81. 08bb385 net: hns3: do not reuse pfmemalloc pages by Yunsheng Lin · 5 years ago
  82. 09783d44 net: hns3: limit the error logging in the hns3_clean_tx_ring() by Yunsheng Lin · 5 years ago
  83. 953c4a0 wan/hdlc_x25: fix skb handling by Martin Schiller · 5 years ago
  84. f362e5f wan/hdlc_x25: make lapb params configurable by Martin Schiller · 5 years ago
  85. 29237d2 net/smc: allow unprivileged users to read pnet table by Hans Wippel · 5 years ago
  86. 3ccc897 Merge branch 'phy-add-new-version-of-phy_do_ioctl-and-convert-suitable-drivers' by David S. Miller · 5 years ago
  87. f1294617 net: convert suitable network drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
  88. bbbf843 net: phy: add new version of phy_do_ioctl by Heiner Kallweit · 5 years ago
  89. 3231e5d net: phy: rename phy_do_ioctl to phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  90. bea5416 net: hns3: replace snprintf with scnprintf in hns3_update_strings by Chen Zhou · 5 years ago
  91. 49e211c net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read by Chen Zhou · 5 years ago
  92. 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
  93. d49d066 Merge branch 'libbpf-include-path' by Alexei Starovoitov · 5 years ago
  94. a2c9652 selftests: Refactor build to remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  95. b6580cd runsqslower: Support user-specified libbpf include and object paths by Toke Høiland-Jørgensen · 5 years ago
  96. a9ed34c tools/runqslower: Remove tools/lib/bpf from include path by Toke Høiland-Jørgensen · 5 years ago
  97. 7cf245a samples/bpf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  98. 521fe8b perf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  99. 229c3b4 bpftool: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  100. 3e68914 selftests: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago