Age | Commit message (Expand) | Author | Files | Lines |
2022-12-06 | riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC | Pu Lehui | 1 | -1/+28 |
2022-12-05 | Merge branch 'xfrm: interface: Add unstable helpers for XFRM metadata' | Martin KaFai Lau | 13 | -2/+574 |
2022-12-05 | selftests/bpf: add xfrm_info tests | Eyal Birger | 5 | -0/+403 |
2022-12-05 | tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h | Eyal Birger | 1 | -0/+1 |
2022-12-05 | xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ... | Eyal Birger | 7 | -2/+168 |
2022-12-05 | xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c | Eyal Birger | 2 | -0/+2 |
2022-12-04 | selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym | James Hilliard | 1 | -3/+3 |
2022-12-04 | bpf, sockmap: fix race in sock_map_free() | Eric Dumazet | 1 | -0/+2 |
2022-12-04 | bpf: Add dummy type reference to nf_conn___init to fix type deduplication | Toke Høiland-Jørgensen | 1 | -0/+14 |
2022-12-04 | bpf: Add sleepable prog tests for cgrp local storage | Yonghong Song | 2 | -0/+174 |
2022-12-04 | bpf: Enable sleeptable support for cgrp local storage | Yonghong Song | 1 | -1/+2 |
2022-12-04 | bpf, docs: BPF Iterator Document | Sreevani Sreejith | 2 | -0/+486 |
2022-12-04 | bpf: Do not mark certain LSM hook arguments as trusted | Yonghong Song | 5 | -0/+36 |
2022-12-04 | Merge branch 'bpf: Handle MEM_RCU type properly' | Alexei Starovoitov | 6 | -24/+102 |
2022-12-04 | docs/bpf: Add KF_RCU documentation | Yonghong Song | 1 | -0/+9 |
2022-12-04 | selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semantics | Yonghong Song | 1 | -10/+45 |
2022-12-04 | bpf: Handle MEM_RCU type properly | Yonghong Song | 4 | -14/+48 |
2022-12-02 | libbpf: Improve usability of libbpf Makefile | Xin Liu | 1 | -0/+17 |
2022-12-02 | selftests/bpf: Add GCC compatible builtins to bpf_legacy.h | James Hilliard | 1 | -6/+13 |
2022-12-02 | bpf, docs: Correct the example of BPF_XOR | Zheng Yejian | 1 | -2/+2 |
2022-12-01 | selftests/bpf: Validate multiple ref release_on_unlock logic | Dave Marchevsky | 1 | -1/+16 |
2022-12-01 | bpf: Fix release_on_unlock release logic for multiple refs | Dave Marchevsky | 1 | -1/+1 |
2022-11-30 | bpf: Fix a compilation failure with clang lto build | Yonghong Song | 5 | -9/+6 |
2022-12-01 | selftests/bpf: Add ingress tests for txmsg with apply_bytes | Pengcheng Yang | 1 | -0/+18 |
2022-12-01 | bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect | Pengcheng Yang | 1 | -1/+4 |
2022-12-01 | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes | Pengcheng Yang | 5 | -12/+19 |
2022-12-01 | bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data | Pengcheng Yang | 1 | -1/+2 |
2022-11-30 | bpf: Tighten ptr_to_btf_id checks. | Alexei Starovoitov | 5 | -13/+19 |
2022-12-01 | selftests/bpf: Add bench test to arm64 and s390x denylist | Daniel Borkmann | 2 | -0/+2 |
2022-11-30 | selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ mode | Andrii Nakryiko | 1 | -3/+10 |
2022-11-30 | libbpf: Avoid enum forward-declarations in public API in C++ mode | Andrii Nakryiko | 1 | -0/+7 |
2022-11-30 | selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls... | Martin KaFai Lau | 1 | -15/+10 |
2022-11-30 | selftests/bpf: Remove serial from tests using {open,close}_netns | Martin KaFai Lau | 5 | -5/+5 |
2022-11-30 | selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netns | Martin KaFai Lau | 1 | -46/+5 |
2022-11-30 | selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callers | Martin KaFai Lau | 1 | -56/+27 |
2022-11-30 | selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 test | Martin KaFai Lau | 1 | -20/+12 |
2022-11-30 | selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime test | Martin KaFai Lau | 1 | -49/+100 |
2022-11-30 | selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi... | Martin KaFai Lau | 1 | -28/+18 |
2022-11-29 | selftests/net: add csum offload test | Willem de Bruijn | 3 | -0/+988 |
2022-11-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski | 8 | -49/+114 |
2022-11-29 | Merge branch 'net-pcs-altera-tse-simplify-and-clean-up-the-driver' | Jakub Kicinski | 1 | -18/+3 |
2022-11-29 | net: pcs: altera-tse: remove unnecessary register definitions | Maxime Chevallier | 1 | -9/+0 |
2022-11-29 | net: pcs: altera-tse: don't set the speed for 1000BaseX | Maxime Chevallier | 1 | -1/+0 |
2022-11-29 | net: pcs: altera-tse: use read_poll_timeout to wait for reset | Maxime Chevallier | 1 | -8/+3 |
2022-11-29 | Merge branch 'mptcp-msg_fastopen-and-tfo-listener-side-support' | Jakub Kicinski | 9 | -115/+358 |
2022-11-29 | selftests: mptcp: mptfo Initiator/Listener | Dmytro Shytyi | 2 | -42/+150 |
2022-11-29 | mptcp: add support for TCP_FASTOPEN_KEY sockopt | Matthieu Baerts | 1 | -3/+3 |
2022-11-29 | mptcp: add TCP_FASTOPEN sock option | Dmytro Shytyi | 1 | -1/+4 |
2022-11-29 | mptcp: add subflow_v(4,6)_send_synack() | Dmytro Shytyi | 4 | -1/+92 |
2022-11-29 | mptcp: implement delayed seq generation for passive fastopen | Dmytro Shytyi | 6 | -15/+54 |