1. d3a5693 xsk: Support allocations of large umems by Magnus Karlsson · 5 years ago
  2. 0a29275 bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map by Li RongQing · 5 years ago
  3. 3b41304 bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
  4. 6dd42aa Merge branch 'runqslower' by Alexei Starovoitov · 5 years ago
  5. 3a0d309 selftests/bpf: Build runqslower from selftests by Andrii Nakryiko · 5 years ago
  6. 9c01546 tools/bpf: Add runqslower tool to tools/bpf by Andrii Nakryiko · 5 years ago
  7. 1cf5b23 bpftool: Apply preserve_access_index attribute to all types in BTF dump by Andrii Nakryiko · 5 years ago
  8. 2cc51d3 selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftool by Andrii Nakryiko · 5 years ago
  9. 292e1d7 libbpf: Clean up bpf_helper_defs.h generation output by Andrii Nakryiko · 5 years ago
  10. 533420a tools: Sync uapi/linux/if_link.h by Andrii Nakryiko · 5 years ago
  11. ac06587 selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macros by Andrii Nakryiko · 5 years ago
  12. 1d1a3bc libbpf: Poison kernel-only integer types by Andrii Nakryiko · 5 years ago
  13. 7a2d070 Merge branch 'bpf-global-funcs' by Daniel Borkmann · 5 years ago
  14. 360301a selftests/bpf: Add unit tests for global functions by Alexei Starovoitov · 5 years ago
  15. e528d1c selftests/bpf: Modify a test to check global functions by Alexei Starovoitov · 5 years ago
  16. 6db2d81 selftests/bpf: Add a test for a large global function by Alexei Starovoitov · 5 years ago
  17. 7608e4d selftests/bpf: Add fexit-to-skb test for global funcs by Alexei Starovoitov · 5 years ago
  18. 51c39bb bpf: Introduce function-by-function verification by Alexei Starovoitov · 5 years ago
  19. 2d3eb67 libbpf: Sanitize global functions by Alexei Starovoitov · 5 years ago
  20. f41aa38 Merge branch 'selftest-makefile-cleanup' by Alexei Starovoitov · 5 years ago
  21. 965b9fe selftests/bpf: Further clean up Makefile output by Andrii Nakryiko · 5 years ago
  22. 6910d7d selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir by Andrii Nakryiko · 5 years ago
  23. 2031af2 libbpf,selftests/bpf: Fix clean targets by Andrii Nakryiko · 5 years ago
  24. 492ab02 libbpf: Make bpf_map order and indices stable by Andrii Nakryiko · 5 years ago
  25. f5bfcd9 bpf: Document BPF_F_QUERY_EFFECTIVE flag by Andrey Ignatov · 5 years ago
  26. 417759f Merge branch 'tcp-bpf-cc' by Alexei Starovoitov · 5 years ago
  27. 0990386 bpf: Add bpf_dctcp example by Martin KaFai Lau · 5 years ago
  28. 590a008 bpf: libbpf: Add STRUCT_OPS support by Martin KaFai Lau · 5 years ago
  29. 17328d6 bpf: Synch uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
  30. 206057f bpf: Add BPF_FUNC_tcp_send_ack helper by Martin KaFai Lau · 5 years ago
  31. 0baf26b bpf: tcp: Support tcp_congestion_ops in bpf by Martin KaFai Lau · 5 years ago
  32. 85d33df bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
  33. 27ae7997 bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
  34. 976aba0 bpf: Support bitfield read access in btf_struct_access by Martin KaFai Lau · 5 years ago
  35. 218b3f6 bpf: Add enum support to btf_ctx_access() by Martin KaFai Lau · 5 years ago
  36. 275517f bpf: Avoid storing modifier to info->btf_id by Martin KaFai Lau · 5 years ago
  37. 65726b5 bpf: Save PTR_TO_BTF_ID register state when spilling to stack by Martin KaFai Lau · 5 years ago
  38. e430022 selftests/bpf: Restore original comm in test_overhead by Stanislav Fomichev · 5 years ago
  39. 2faef64 bpftool: Add misc section and probe for large INSN limit by Michal Rostecki · 5 years ago
  40. 5ff0512 libbpf: Add probe for large INSN limit by Michal Rostecki · 5 years ago
  41. 1ece2fb ptp: clockmatrix: Rework clockmatrix version information. by Vincent Cheng · 5 years ago
  42. 4addbcb enetc: Fix inconsistent IS_ERR and PTR_ERR by YueHaibing · 5 years ago
  43. 0d6e5bf enetc: Fix an off by one in enetc_setup_tc_txtime() by Dan Carpenter · 5 years ago
  44. cbefe2c Merge branch 'Documentation-stmmac-documentation-improvements' by David S. Miller · 5 years ago
  45. b053b28 Documentation: networking: Add stmmac to device drivers list by Jose Abreu · 5 years ago
  46. 2ffebff Documentation: networking: Convert stmmac documentation to RST format by Jose Abreu · 5 years ago
  47. 1501125 MAINTAINERS: Add stmmac Ethernet driver documentation entry by Jose Abreu · 5 years ago
  48. c68d724 drivers: net: cisco_hdlc: use __func__ in debug message by Chen Zhou · 5 years ago
  49. 10332dc Merge branch 'net-ch9200-code-cleanup' by David S. Miller · 5 years ago
  50. 195234b net: ch9200: remove unnecessary return by Chen Zhou · 5 years ago
  51. e64dec8 net: ch9200: use __func__ in debug message by Chen Zhou · 5 years ago
  52. 58cf542 Merge branch 'ionic-driver-updates' by David S. Miller · 5 years ago
  53. 6be1a5c ionic: clear compiler warning on hb use before set by Shannon Nelson · 5 years ago
  54. c37d6e3 ionic: restrict received packets to mtu size by Shannon Nelson · 5 years ago
  55. 24cfa8c ionic: add Rx dropped packet counter by Shannon Nelson · 5 years ago
  56. 3daca28 ionic: drop use of subdevice tags by Shannon Nelson · 5 years ago
  57. 5528e0d Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 5 years ago
  58. 1b93518 Merge branch 'Unique-mv88e6xxx-IRQ-names' by David S. Miller · 5 years ago
  59. 8ddf0b5 net: dsa: mv88e6xxx: Unique ATU and VTU IRQ names by Andrew Lunn · 5 years ago
  60. 06acd11 net: dsa: mv88e6xxx: Unique g2 IRQ name by Andrew Lunn · 5 years ago
  61. 8b4db28 net: dsa: mv88e6xxx: Unique watchdog IRQ name by Andrew Lunn · 5 years ago
  62. e6f2f6b net: dsa: mv88e6xxx: Unique SERDES interrupt names by Andrew Lunn · 5 years ago
  63. 3095383 net: dsa: mv88e6xxx: Unique IRQ name by Andrew Lunn · 5 years ago
  64. a299df3 igc: Use Start of Packet signal from PHY for timestamping by Vinicius Costa Gomes · 5 years ago
  65. 60dbede igc: Add support for ethtool GET_TS_INFO command by Vinicius Costa Gomes · 5 years ago
  66. 2c344ae igc: Add support for TX timestamping by Vinicius Costa Gomes · 5 years ago
  67. 81b0552 igc: Add support for RX timestamping by Vinicius Costa Gomes · 5 years ago
  68. 50d3103 Merge branch 'ethtool-allow-nesting-of-begin-and-complete-callbacks' by David S. Miller · 5 years ago
  69. 4ac0ac8 epic100: allow nesting of ethtool_ops begin() and complete() by Michal Kubecek · 5 years ago
  70. 71f711a via-velocity: allow nesting of ethtool_ops begin() and complete() by Michal Kubecek · 5 years ago
  71. a69faa0 wil6210: get rid of begin() and complete() ethtool_ops by Michal Kubecek · 5 years ago
  72. 17aa23e fcnal-test: Fix vrf argument in local tcp tests by David Ahern · 5 years ago
  73. b289ba5 gtp: simplify error handling code in 'gtp_encap_enable()' by Christophe JAILLET · 5 years ago
  74. f233789 Merge branch 'mlxsw-Disable-checks-in-hardware-pipeline' by David S. Miller · 5 years ago
  75. ef11ffa selftests: forwarding: router: Add test case for destination IP link-local by Amit Cohen · 5 years ago
  76. ca360db mlxsw: spectrum: Disable DIP_LINK_LOCAL check in hardware pipeline by Amit Cohen · 5 years ago
  77. 6e734f8 selftests: forwarding: router: Add test case for source IP equals destination IP by Amit Cohen · 5 years ago
  78. e317b0f mlxsw: spectrum: Disable SIP_DIP check in hardware pipeline by Amit Cohen · 5 years ago
  79. 59b3a4f selftests: forwarding: router: Add test case for multicast destination MAC mismatch by Amit Cohen · 5 years ago
  80. 359ec56 mlxsw: spectrum: Disable MC_DMAC check in hardware pipeline by Amit Cohen · 5 years ago
  81. 383dbf7 selftests: forwarding: router: Add test case for source IP in class E by Amit Cohen · 5 years ago
  82. 62b0fb0 mlxsw: spectrum: Disable SIP_CLASS_E check in hardware pipeline by Amit Cohen · 5 years ago
  83. 5f29580 igc: Add basic skeleton for PTP by Vinicius Costa Gomes · 5 years ago
  84. 02b0442 Merge branch 'hns3-next' by David S. Miller · 5 years ago
  85. 7f39feb net: hns3: modify an unsuitable reset level for hardware error by Huazhong Tan · 5 years ago
  86. 7061867 net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_to_vf() by Huazhong Tan · 5 years ago
  87. 2af8cb6 net: hns3: add protection when get SFP speed as 0 by Guojia Liao · 5 years ago
  88. f97c4d823 net: hns3: modify the IRQ name of misc vectors by Yonglong Liu · 5 years ago
  89. 7ab2b53 net: hns3: modify an unsuitable log in hclge_map_ring_to_vector() by Yonglong Liu · 5 years ago
  90. 5bffde6 net: hns3: modify the IRQ name of TQP vector by Yonglong Liu · 5 years ago
  91. 08a1006 net: hns3: re-organize vector handle by Yonglong Liu · 5 years ago
  92. 698a895 net: hns3: add trace event support for HNS3 driver by Yunsheng Lin · 5 years ago
  93. df2c2ba Merge branch 'Convert-Felix-DSA-switch-to-PHYLINK' by David S. Miller · 5 years ago
  94. bdeced7 net: dsa: felix: Add PCS operations for PHYLINK by Vladimir Oltean · 5 years ago
  95. 964ee5c82 net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/mscc by Vladimir Oltean · 5 years ago
  96. ee50d07 net: mscc: ocelot: make phy_mode a member of the common struct ocelot_port by Vladimir Oltean · 5 years ago
  97. d79d303 enetc: Set MDIO_CFG_HOLD to the recommended value of 2 by Vladimir Oltean · 5 years ago
  98. 6517798 enetc: Make MDIO accessors more generic and export to include/linux/fsl by Claudiu Manoil · 5 years ago
  99. 787cac3 net: dsa: Pass pcs_poll flag from driver to PHYLINK by Vladimir Oltean · 5 years ago
  100. 1511ed0 net: phylink: add support for polling MAC PCS by Vladimir Oltean · 5 years ago