1. b4b8a3b selftests/bpf: Convert test_flow_dissector to use BPF skeleton by Jakub Sitnicki · 4 years, 7 months ago
  2. b8215dc selftests/bpf, flow_dissector: Close TAP device FD after the test by Jakub Sitnicki · 4 years, 7 months ago
  3. 1f043f8 selftests/bpf: Add tests for attaching bpf_link to netns by Jakub Sitnicki · 4 years, 7 months ago
  4. e948947 bpftool: Support link show for netns-attached links by Jakub Sitnicki · 4 years, 7 months ago
  5. be6e198 bpftool: Extract helpers for showing link attach type by Jakub Sitnicki · 4 years, 7 months ago
  6. d60d81a libbpf: Add support for bpf_link-based netns attachment by Jakub Sitnicki · 4 years, 7 months ago
  7. 0c047ec bpf, cgroup: Return ENOLINK for auto-detached links on update by Jakub Sitnicki · 4 years, 7 months ago
  8. 7f045a4 bpf: Add link-based BPF program attachment to network namespace by Jakub Sitnicki · 4 years, 7 months ago
  9. b27f7bb flow_dissector: Move out netns_bpf prog callbacks by Jakub Sitnicki · 4 years, 7 months ago
  10. a3fd7ce net: Introduce netns_bpf for BPF programs attached to netns by Jakub Sitnicki · 4 years, 7 months ago
  11. 171526f flow_dissector: Pull locking up from prog attach callback by Jakub Sitnicki · 4 years, 7 months ago
  12. febeb6d libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c by Andrii Nakryiko · 4 years, 7 months ago
  13. 958a3f2 bpf: Use tracing helpers for lsm programs by Jiri Olsa · 4 years, 7 months ago
  14. 1b698fa xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame by Lorenzo Bianconi · 4 years, 8 months ago
  15. fc37987 xdp: Introduce xdp_convert_frame_to_buff utility routine by Lorenzo Bianconi · 4 years, 8 months ago
  16. c48a24f Merge branch 'bpf_setsockopt-SO_BINDTODEVICE' by Alexei Starovoitov · 4 years, 7 months ago
  17. 9c441fe selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt by Ferenc Fejes · 4 years, 7 months ago
  18. 70c5899 bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt by Ferenc Fejes · 4 years, 7 months ago
  19. 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 7 months ago
  20. bb2359f bpf: Change kvfree to kfree in generic_map_lookup_batch() by Denis Efremov · 4 years, 7 months ago
  21. 7b80581 Merge branch 'fix-ktls-with-sk_skb_verdict' by Alexei Starovoitov · 4 years, 7 months ago
  22. df8fe57 tools/bpf: sync bpf.h by Alexei Starovoitov · 4 years, 7 months ago
  23. 463bac5 bpf, selftests: Add test for ktls with skb bpf ingress policy by John Fastabend · 4 years, 7 months ago
  24. 906312c Merge branch 'xdp_devmap' by Alexei Starovoitov · 4 years, 7 months ago
  25. e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 7 months ago
  26. d39aec7 selftest: Add tests for XDP programs in devmap entries by David Ahern · 4 years, 7 months ago
  27. ca2f5f2 bpf: Refactor sockmap redirect code so its easy to reuse by John Fastabend · 4 years, 7 months ago
  28. 2778797 libbpf: Add SEC name for xdp programs attached to device map by David Ahern · 4 years, 7 months ago
  29. 64b5902 xdp: Add xdp_txq_info to xdp_buff by David Ahern · 4 years, 7 months ago
  30. fbee97f bpf: Add support to attach bpf program to a devmap entry by David Ahern · 4 years, 7 months ago
  31. b36e62e bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helper by Yonghong Song · 4 years, 8 months ago
  32. 7f1c042 devmap: Formalize map value as a named struct by David Ahern · 4 years, 7 months ago
  33. c3c16f2 bpf: Add rx_queue_mapping to bpf_sock by Amritha Nambiar · 4 years, 8 months ago
  34. e255d32 Merge branch 'bpf-ring-buffer' by Daniel Borkmann · 4 years, 8 months ago
  35. 43dd115 selftests/bpf: Add tests for write-only stacks/queues by Anton Protopopov · 4 years, 8 months ago
  36. 97abb2b docs/bpf: Add BPF ring buffer design notes by Andrii Nakryiko · 4 years, 8 months ago
  37. c97099b bpf: Add BPF ringbuf and perf buffer benchmarks by Andrii Nakryiko · 4 years, 8 months ago
  38. cb1c9dd selftests/bpf: Add BPF ringbuf selftests by Andrii Nakryiko · 4 years, 8 months ago
  39. bf99c93 libbpf: Add BPF ring buffer support by Andrii Nakryiko · 4 years, 8 months ago
  40. 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 8 months ago
  41. 1ea0f91 bpf: Fix map permissions check by Anton Protopopov · 4 years, 8 months ago
  42. efbc3b8 selftests/bpf: Cleanup comments in test_maps by Anton Protopopov · 4 years, 8 months ago
  43. 36ef9a2 selftests/bpf: Cleanup some file descriptors in test_maps by Anton Protopopov · 4 years, 8 months ago
  44. 204fb04 selftests/bpf: Fix a typo in test_maps by Anton Protopopov · 4 years, 8 months ago
  45. 601b05c libbpf: Fix perf_buffer__free() API for sparse allocs by Eelco Chaudron · 4 years, 8 months ago
  46. ee103e9 bpf, selftests: Test probe_* helpers from SCHED_CLS by John Fastabend · 4 years, 8 months ago
  47. 1d9c037 bpf, selftests: Add sk_msg helpers load and attach test by John Fastabend · 4 years, 8 months ago
  48. 13d70f5 bpf, sk_msg: Add get socket storage helpers by John Fastabend · 4 years, 8 months ago
  49. f470378 bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task* by John Fastabend · 4 years, 8 months ago
  50. abe3cac bpf, sk_msg: Add some generic helpers that may be useful from sk_msg by John Fastabend · 4 years, 8 months ago
  51. 5598329 libbpf: Use .so dynamic symbols for abi check by Yauheni Kaliuta · 4 years, 8 months ago
  52. 0142ddd bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run by Chris Packham · 4 years, 8 months ago
  53. 9358135 libbpf: Install headers as part of make install by Nikolay Borisov · 4 years, 8 months ago
  54. 272d51a libbpf: Add API to consume the perf ring buffer content by Eelco Chaudron · 4 years, 8 months ago
  55. 2b983b4 MAINTAINERS: Adjust entry in XDP SOCKETS to actual file name by Lukas Bulwahn · 4 years, 8 months ago
  56. fe53739 bpf: Fix returned error sign when link doesn't support updates by Jakub Sitnicki · 4 years, 8 months ago
  57. dc3ca5c tools, bpftool: Print correct error message when failing to load BTF by Tobias Klauser · 4 years, 8 months ago
  58. 73a4f04 tools, bpftool: Make capability check account for new BPF caps by Quentin Monnet · 4 years, 8 months ago
  59. 9004035 tools, bpftool: Clean subcommand help messages by Quentin Monnet · 4 years, 8 months ago
  60. eae9d3c net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c by Vladimir Oltean · 4 years, 7 months ago
  61. 2a2e01e Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 7 months ago
  62. 03eaeda vxlan: fix dereference of nexthop group in nexthop update path by Roopa Prabhu · 4 years, 7 months ago
  63. 547ce4c switch cmsghdr_from_user_compat_to_kern() to copy_from_user() by Al Viro · 4 years, 7 months ago
  64. a477605 Merge branch 'dpaa2-eth-add-PFC-support' by David S. Miller · 4 years, 7 months ago
  65. 07beb16 dpaa2-eth: Keep congestion group taildrop enabled when PFC on by Ioana Ciornei · 4 years, 7 months ago
  66. f395b69 dpaa2-eth: Add PFC support through DCB ops by Ioana Ciornei · 4 years, 7 months ago
  67. 3f8b826 dpaa2-eth: Update FQ taildrop threshold and buffer pool count by Ioana Radulescu · 4 years, 7 months ago
  68. 2c8d1c8 dpaa2-eth: Add congestion group taildrop by Ioana Radulescu · 4 years, 7 months ago
  69. ad054f2 dpaa2-eth: Add helper functions by Ioana Radulescu · 4 years, 7 months ago
  70. 6aa90fe dpaa2-eth: Distribute ingress frames based on VLAN prio by Ioana Radulescu · 4 years, 7 months ago
  71. 685e39e dpaa2-eth: Add support for Rx traffic classes by Ioana Radulescu · 4 years, 7 months ago
  72. 3190ca3 net: phy: broadcom: don't export RDB/legacy access methods by Michael Walle · 4 years, 7 months ago
  73. 96aa1b2 tun: correct header offsets in napi frags mode by Willem de Bruijn · 4 years, 7 months ago
  74. 4e4f4ce6a cls_flower: remove mpls_opts_policy by Guillaume Nault · 4 years, 7 months ago
  75. 2a67ab9 Merge branch 'bridge-mrp-Add-support-for-MRA-role' by David S. Miller · 4 years, 7 months ago
  76. c6676e7 bridge: mrp: Add support for role MRA by Horatiu Vultur · 4 years, 7 months ago
  77. 4b3a61b bridge: mrp: Set the priority of MRP instance by Horatiu Vultur · 4 years, 7 months ago
  78. 7e89ed8 bridge: mrp: Update MRP frame type by Horatiu Vultur · 4 years, 7 months ago
  79. 3e1c684 net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() by Jia-Ju Bai · 4 years, 7 months ago
  80. 0af413b flow_dissector: work around stack frame size warning by Arnd Bergmann · 4 years, 7 months ago
  81. 6f197fb lan743x: Added fixed link and RGMII support by Roelof Berg · 4 years, 7 months ago
  82. ff0f638 Merge branch 'devlink-Add-support-for-control-packet-traps' by David S. Miller · 4 years, 7 months ago
  83. 9959b38 selftests: mlxsw: Add test for control packets by Ido Schimmel · 4 years, 7 months ago
  84. 88e2774 mlxsw: spectrum_trap: Register ACL control traps by Ido Schimmel · 4 years, 7 months ago
  85. 8110668 mlxsw: spectrum_trap: Register layer 3 control traps by Ido Schimmel · 4 years, 7 months ago
  86. 39c1035 mlxsw: spectrum_trap: Register layer 2 control traps by Ido Schimmel · 4 years, 7 months ago
  87. 45b1c87 mlxsw: spectrum_trap: Factor out common Rx listener function by Ido Schimmel · 4 years, 7 months ago
  88. 1897936 netdevsim: Register control traps by Ido Schimmel · 4 years, 7 months ago
  89. 5eb18a2 devlink: Add ACL control packet traps by Ido Schimmel · 4 years, 7 months ago
  90. d77cfd1 devlink: Add layer 3 control packet traps by Ido Schimmel · 4 years, 7 months ago
  91. 515eac6 devlink: Add layer 2 control packet traps by Ido Schimmel · 4 years, 7 months ago
  92. 30a4e9a devlink: Add 'control' trap type by Ido Schimmel · 4 years, 7 months ago
  93. 9eefeab devlink: Add 'mirror' trap action by Ido Schimmel · 4 years, 7 months ago
  94. 85176f1 netdevsim: Move layer 3 exceptions to exceptions trap group by Ido Schimmel · 4 years, 7 months ago
  95. 1e292f5 mlxsw: spectrum_trap: Move layer 3 exceptions to exceptions trap group by Ido Schimmel · 4 years, 7 months ago
  96. 678eb19 devlink: Create dedicated trap group for layer 3 exceptions by Ido Schimmel · 4 years, 7 months ago
  97. af0a248 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 7 months ago
  98. a74d19b net: fec: disable correct clk in the err path of fec_enet_clk_enable by Liu Xiang · 4 years, 8 months ago
  99. 0c34bb5 net: octeon: mgmt: Repair filling of RX ring by Alexander Sverdlin · 4 years, 8 months ago
  100. 2aec17f Merge branch 'fix-indirect-flow_block-infrastructure' by David S. Miller · 4 years, 7 months ago