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