1. be1d5a8 mlxsw: spectrum_qdisc: Extract a common leaf unoffload function by Petr Machata · 5 years ago
  2. 3d0d592 mlxsw: spectrum_qdisc: Add mlxsw_sp_qdisc_get_class_stats() by Petr Machata · 5 years ago
  3. cf9af37 mlxsw: spectrum_qdisc: Extract a per-TC stat function by Petr Machata · 5 years ago
  4. ef6aadc net: sched: Make TBF Qdisc offloadable by Petr Machata · 5 years ago
  5. c207015 net: sched: sch_tbf: Don't overwrite backlog before dumping by Petr Machata · 5 years ago
  6. 2f64ab2 Merge branch 'hv_netvsc-Add-XDP-support' by David S. Miller · 5 years ago
  7. 12fa743 hv_netvsc: Update document for XDP support by Haiyang Zhang · 5 years ago
  8. 351e158 hv_netvsc: Add XDP support by Haiyang Zhang · 5 years ago
  9. 6ec8b6c devlink: Add health recover notifications on devlink flows by Moshe Shemesh · 5 years ago
  10. 53c6770 net: fddi: skfp: Use print_hex_dump() helper by Andy Shevchenko · 5 years ago
  11. 79ac522 net: atm: use %*ph to print small buffer by Andy Shevchenko · 5 years ago
  12. edc7e48 mptcp: Fix code formatting by Mat Martineau · 5 years ago
  13. e42f1ac mptcp: do not inherit inet proto ops by Florian Westphal · 5 years ago
  14. 08a45c5 Merge branch 'mptcp-part-two' by David S. Miller · 5 years ago
  15. 8ab183d mptcp: cope with later TCP fallback by Paolo Abeni · 5 years ago
  16. d22f498 mptcp: process MP_CAPABLE data option by Christoph Paasch · 5 years ago
  17. cc7972e mptcp: parse and emit MP_CAPABLE option according to v1 spec by Christoph Paasch · 5 years ago
  18. 65492c5 mptcp: move from sha1 (v0) to sha256 (v1) by Paolo Abeni · 5 years ago
  19. 048d19d mptcp: add basic kselftest for mptcp by Florian Westphal · 5 years ago
  20. 784325e mptcp: new sysctl to control the activation per NS by Matthieu Baerts · 5 years ago
  21. 5704075 mptcp: allow collapsing consecutive sendpages on the same substream by Paolo Abeni · 5 years ago
  22. 7a6a6cb mptcp: recvmsg() can drain data from multiple subflows by Paolo Abeni · 5 years ago
  23. 1891c4a mptcp: add subflow write space signalling and mptcp_poll by Florian Westphal · 5 years ago
  24. 648ef4b mptcp: Implement MPTCP receive path by Mat Martineau · 5 years ago
  25. 6d0060f mptcp: Write MPTCP DSS headers to outgoing data packets by Mat Martineau · 5 years ago
  26. 717e79c mptcp: Add setsockopt()/getsockopt() socket operations by Peter Krystad · 5 years ago
  27. 2149849 mptcp: Add shutdown() socket operation by Peter Krystad · 5 years ago
  28. 79c0949 mptcp: Add key generation and token tree by Peter Krystad · 5 years ago
  29. cf7da0d mptcp: Create SUBFLOW socket for incoming connections by Peter Krystad · 5 years ago
  30. cec37a6 mptcp: Handle MP_CAPABLE options for outgoing connections by Peter Krystad · 5 years ago
  31. 2303f99 mptcp: Associate MPTCP context with TCP socket by Peter Krystad · 5 years ago
  32. eda7acd mptcp: Handle MPTCP TCP options by Peter Krystad · 5 years ago
  33. f870fa0 mptcp: Add MPTCP socket stubs by Mat Martineau · 5 years ago
  34. 23f4eac Merge branch 'net-bridge-add-per-vlan-state-option' by David S. Miller · 5 years ago
  35. a580c76 net: bridge: vlan: add per-vlan state by Nikolay Aleksandrov · 5 years ago
  36. a5d29ae net: bridge: vlan: add basic option setting support by Nikolay Aleksandrov · 5 years ago
  37. 7a53e71 net: bridge: vlan: add basic option dumping support by Nikolay Aleksandrov · 5 years ago
  38. ac0e932 net: bridge: check port state before br_allowed_egress by Nikolay Aleksandrov · 5 years ago
  39. 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
  40. 790e011 Merge branch 'Add-PHY-IDs-for-DP83825-6' by David S. Miller · 5 years ago
  41. 2ace13e net: phy: DP83822: Add support for additional DP83825 devices by Dan Murphy · 5 years ago
  42. 783da36 phy: dp83826: Add phy IDs for DP83826N and 826NC by Dan Murphy · 5 years ago
  43. 6d9f6e6 Merge branch 'net-sched-add-Flow-Queue-PIE-packet-scheduler' by David S. Miller · 5 years ago
  44. ec97ecf net: sched: add Flow Queue PIE packet scheduler by Mohit P. Tahiliani · 5 years ago
  45. 5205ea0 net: sched: pie: export symbols to be reused by FQ-PIE by Mohit P. Tahiliani · 5 years ago
  46. 00ea2fb net: sched: pie: fix alignment in struct instances by Mohit P. Tahiliani · 5 years ago
  47. 55f780c net: sched: pie: fix commenting by Mohit P. Tahiliani · 5 years ago
  48. b42a3d7 pie: improve comments and commenting style by Mohit P. Tahiliani · 5 years ago
  49. 2dfb195 pie: rearrange structure members and their initializations by Mohit P. Tahiliani · 5 years ago
  50. 1dbfc5e pie: use u8 instead of bool in pie_vars by Mohit P. Tahiliani · 5 years ago
  51. cf4eeee pie: rearrange macros in order of length by Mohit P. Tahiliani · 5 years ago
  52. 805a5a2 pie: use U64_MAX to denote (2^64 - 1) by Mohit P. Tahiliani · 5 years ago
  53. 84bf557 net: sched: pie: move common code to pie.h by Mohit P. Tahiliani · 5 years ago
  54. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  55. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  56. 7c45352 net/mlx5e: Enable all available stats for uplink reps by Vlad Buslov · 5 years ago
  57. 8520fa5 net/mlx5e: Create q counters on uplink representors by Vlad Buslov · 5 years ago
  58. 8a236b1 net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infra by Vlad Buslov · 5 years ago
  59. 2a303f1 net/mlx5e: IPoIB, use separate stats groups by Saeed Mahameed · 5 years ago
  60. f0ff8e8 net/mlx5e: Convert stats groups array to array of group pointers by Saeed Mahameed · 5 years ago
  61. 96b127965 net/mlx5e: Declare stats groups via macro by Saeed Mahameed · 5 years ago
  62. 3460c18 net/mlx5e: Profile specific stats groups by Saeed Mahameed · 5 years ago
  63. 29b598d net/mlx5e: Move uplink rep init/cleanup code into own functions by Roi Dayan · 5 years ago
  64. 4c7cea2 net/mlx5: DR, Allow connecting flow table to a lower/same level table by Yevgeny Kliteynik · 5 years ago
  65. c21a49b net/mlx5: DR, Modify header copy support by Hamdan Igbaria · 5 years ago
  66. a51dcc1 net/mlx5: DR, Modify set action limitation extension by Hamdan Igbaria · 5 years ago
  67. 6d65bc6 net/mlx5e: Add mlx5e_flower_parse_meta support by wenxu · 5 years ago
  68. e15cf98 net/mlx5: make the symbol 'ESW_POOLS' static by Chen Wandun · 5 years ago
  69. a171850 net/mlx5e: allow TSO on VXLAN over VLAN topologies by Davide Caratti · 5 years ago
  70. ca9c74a net/mlx5e: Fix printk format warning by Olof Johansson · 5 years ago
  71. 85cc12f Merge branch 'bpf_cubic' by Alexei Starovoitov · 5 years ago
  72. 6de4a9c bpf: tcp: Add bpf_cubic example by Martin KaFai Lau · 5 years ago
  73. 0a49c1a bpf: Sync uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
  74. 5576b99 bpf: Add BPF_FUNC_jiffies64 by Martin KaFai Lau · 5 years ago
  75. 1b2fd38 Merge branch 'bpf-dynamic-relinking' by Daniel Borkmann · 5 years ago
  76. 7805fe8 selftests/bpf: Add tests for program extensions by Alexei Starovoitov · 5 years ago
  77. 2db6eab libbpf: Add support for program extensions by Alexei Starovoitov · 5 years ago
  78. be8704f bpf: Introduce dynamic program extensions by Alexei Starovoitov · 5 years ago
  79. c5d19a6 net: convert additional drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
  80. 2a67a6c bpf, btf: Always output invariant hit in pahole DWARF to BTF transform by Chris Down · 5 years ago
  81. 1222653 selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS by Daniel Díaz · 5 years ago
  82. f59bbfc bpf: Fix error path under memory pressure by Alexei Starovoitov · 5 years ago
  83. 05d57f1 bpf: Fix trampoline usage in preempt by Alexei Starovoitov · 5 years ago
  84. 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
  85. b87121d bpf: don't bother with getname/kern_path - use user_path_at by Al Viro · 5 years ago
  86. 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  87. d84b99f drivers: net: declance: fix comparing pointer to 0 by Chen Zhou · 5 years ago
  88. aeaec7b tcp/ipv4: remove AF_INET_FAMILY by Alex Shi · 5 years ago
  89. 339821f net/hsr: remove seq_nr_after_or_eq by Alex Shi · 5 years ago
  90. e09538e hdlx_x25: Fix backwards compat test. by David S. Miller · 5 years ago
  91. 0159984 Merge branch 'hns3-next' by David S. Miller · 5 years ago
  92. 60df7e9 net: hns3: cleanup some coding style issue by Huazhong Tan · 5 years ago
  93. 322cb97 net: hns3: remove redundant print on ENOMEM by Huazhong Tan · 5 years ago
  94. e310532 net: hns3: delete unnecessary blank line and space for cleanup by Guangbin Huang · 5 years ago
  95. 6f8e330 net: hns3: rewrite a log in hclge_put_vector() by Yonglong Liu · 5 years ago
  96. cdc3738 net: hns3: refine the input parameter 'size' for snprintf() by Guojia Liao · 5 years ago
  97. 9027d04 net: hns3: move duplicated macro definition into header by Guojia Liao · 5 years ago
  98. afb6afd net: hns3: set VF's default reset_type to HNAE3_NONE_RESET by Huazhong Tan · 5 years ago
  99. 08bb385 net: hns3: do not reuse pfmemalloc pages by Yunsheng Lin · 5 years ago
  100. 09783d44 net: hns3: limit the error logging in the hns3_clean_tx_ring() by Yunsheng Lin · 5 years ago