- 092fde0 samples/bpf: Fix possible hang in xdpsock with multiple threads by Magnus Karlsson · 4 years, 1 month ago
- 41003dd selftests/bpf: Make selftest compilation work on clang 11 by Jiri Olsa · 4 years, 1 month ago
- 7535a352 selftests/bpf: Xsk selftests - adding xdpxceiver to .gitignore by Weqaar Janjua · 4 years, 1 month ago
- a5b7b11 selftests/bpf: Drop tcp-{client,server}.py from Makefile by Veronika Kabatova · 4 years, 1 month ago
- 08c6a2f Merge branch 'bpf-xsk-selftests' by Daniel Borkmann · 4 years, 1 month ago
- 7d20441 selftests/bpf: Xsk selftests - Bi-directional Sockets - SKB, DRV by Weqaar Janjua · 4 years, 1 month ago
- 6674bf6 selftests/bpf: Xsk selftests - Socket Teardown - SKB, DRV by Weqaar Janjua · 4 years, 1 month ago
- 9103a85 selftests/bpf: Xsk selftests - DRV POLL, NOPOLL by Weqaar Janjua · 4 years, 1 month ago
- facb7cb selftests/bpf: Xsk selftests - SKB POLL, NOPOLL by Weqaar Janjua · 4 years, 1 month ago
- a890525 selftests/bpf: Xsk selftests framework by Weqaar Janjua · 4 years, 1 month ago
- b60da49 bpf: Only provide bpf_sock_from_file with CONFIG_NET by Florent Revest · 4 years, 1 month ago
- 8bdd8e2 bpf: Return -ENOTSUPP when attaching to non-kernel BTF by Andrii Nakryiko · 4 years, 1 month ago
- 3546b9b xsk: Validate socket state in xsk_recvmsg, prior touching socket members by Björn Töpel · 4 years, 1 month ago
- 2f4b031 bpf: Propagate __user annotations properly by Lukas Bulwahn · 4 years, 1 month ago
- e1868b9e bpf: Avoid overflows involving hash elem_size by Eric Dumazet · 4 years, 1 month ago
- 34da872 selftests/bpf: Test bpf_sk_storage_get in tcp iterators by Florent Revest · 4 years, 1 month ago
- bd9b327e selftests/bpf: Add an iterator selftest for bpf_sk_storage_get by Florent Revest · 4 years, 1 month ago
- 593f6d4 selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete by Florent Revest · 4 years, 1 month ago
- a50a85e bpf: Expose bpf_sk_storage_* to iterator programs by Florent Revest · 4 years, 1 month ago
- 4f19cab bpf: Add a bpf_sock_from_file helper by Florent Revest · 4 years, 1 month ago
- dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 1 month ago
- 5c667dc Merge branch 'Improve error handling of verifier tests' by Andrii Nakryiko · 4 years, 1 month ago
- 5f61b7c selftests/bpf: Avoid errno clobbering by Florian Lehner · 4 years, 1 month ago
- 7d17167 selftests/bpf: Print reason when a tester could not run a program by Florian Lehner · 4 years, 1 month ago
- 2fa3515 bpf: Remove trailing semicolon in macro definition by Tom Rix · 4 years, 1 month ago
- 846c3c9 Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by Jakub Kicinski · 4 years, 1 month ago
- fdd8b82 dpaa_eth: fix build errorr in dpaa_fq_init by Anders Roxell · 4 years, 1 month ago
- a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
- eceae70 selftests/bpf: Fix invalid use of strncat in test_sockmap by Andrii Nakryiko · 4 years, 1 month ago
- 3015b50 libbpf: Use memcpy instead of strncpy to please GCC by Andrii Nakryiko · 4 years, 1 month ago
- 8158c5f Merge branch 'Support BTF-powered BPF tracing programs for kernel modules' by Alexei Starovoitov · 4 years, 1 month ago
- 1e38abe selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel module by Andrii Nakryiko · 4 years, 1 month ago
- bc9ed69c selftests/bpf: Add tp_btf CO-RE reloc test for modules by Andrii Nakryiko · 4 years, 1 month ago
- 91abb4a libbpf: Support attachment of BPF tracing programs to kernel modules by Andrii Nakryiko · 4 years, 1 month ago
- 6aef10a libbpf: Factor out low-level BPF program loading helper by Andrii Nakryiko · 4 years, 1 month ago
- 290248a bpf: Allow to specify kernel module BTFs when attaching BPF programs by Andrii Nakryiko · 4 years, 1 month ago
- 22dc4a0 bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier by Andrii Nakryiko · 4 years, 1 month ago
- 6bcd39d selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF by Andrii Nakryiko · 4 years, 1 month ago
- 5ed3147 selftests/bpf: Add support for marking sub-tests as skipped by Andrii Nakryiko · 4 years, 1 month ago
- 9f7fa22 selftests/bpf: Add bpf_testmod kernel module for testing by Andrii Nakryiko · 4 years, 1 month ago
- 4f33a53 libbpf: Add kernel module BTF support for CO-RE relocations by Andrii Nakryiko · 4 years, 1 month ago
- 0f7515c libbpf: Refactor CO-RE relocs to not assume a single BTF object by Andrii Nakryiko · 4 years, 1 month ago
- a19f93c libbpf: Add internal helper to load BTF data by FD by Andrii Nakryiko · 4 years, 1 month ago
- 2fe8890 bpf: Keep module's btf_data_size intact after load by Andrii Nakryiko · 4 years, 1 month ago
- 12cc126 bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address() by Andrii Nakryiko · 4 years, 1 month ago
- cadd648 Merge branch 'Add support to set window_clamp from bpf setsockops' by Alexei Starovoitov · 4 years, 1 month ago
- 55144f3 selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP by Prankur gupta · 4 years, 1 month ago
- cb81110 bpf: Adds support for setting window clamp by Prankur gupta · 4 years, 1 month ago
- 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- bbe2ba0 Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
- a4390e9 Merge branch 'mptcp-reject-invalid-mp_join-requests-right-away' by Jakub Kicinski · 4 years, 1 month ago
- 3ecfbe3e mptcp: emit tcp reset when a join request fails by Florian Westphal · 4 years, 2 months ago
- 7ea851d tcp: merge 'init_req' and 'route_req' functions by Florian Westphal · 4 years, 2 months ago
- 41dd959 security: add const qualifier to struct sock in various places by Florian Westphal · 4 years, 2 months ago
- 2faa732 samples/bpf: Fix spelling mistake "recieving" -> "receiving" by Colin Ian King · 4 years, 1 month ago
- 58c185b bpf: Fix cold build of test_progs-no_alu32 by Brendan Jackman · 4 years, 1 month ago
- d6d418b libbpf: Cap retries in sys_bpf_prog_load by Stanislav Fomichev · 4 years, 1 month ago
- fee5be1 Merge tag 's390-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 1 month ago
- 9cf309c libbpf: Sanitise map names before pinning by Toke Høiland-Jørgensen · 4 years, 1 month ago
- c82a505 Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 1 month ago
- 80b2b5c libbpf: Fail early when loading programs with unspecified type by Andrei Matei · 4 years, 1 month ago
- a8b415c Merge branch 'Fixes for ima selftest' by Andrii Nakryiko · 4 years, 1 month ago
- ffebecd selftests/bpf: Indent ima_setup.sh with tabs. by KP Singh · 4 years, 1 month ago
- d932e043 selftests/bpf: Add config dependency on BLK_DEV_LOOP by KP Singh · 4 years, 1 month ago
- 1ee0767 selftests/bpf: Ensure securityfs mount before writing ima policy by KP Singh · 4 years, 1 month ago
- 3db9804 selftests/bpf: Update ima_setup.sh for busybox by KP Singh · 4 years, 1 month ago
- 6f076ce Merge branch 'mlx5-fixes-2020-12-01' by Jakub Kicinski · 4 years, 1 month ago
- d421e46 net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering by Yevgeny Kliteynik · 4 years, 1 month ago
- b336e6b net/mlx5e: kTLS, Enforce HW TX csum offload with kTLS by Tariq Toukan · 4 years, 1 month ago
- 8a78a44 net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled by Randy Dunlap · 4 years, 1 month ago
- 1d2bb5a net/mlx5: Fix wrong address reclaim when command interface is down by Eran Ben Elisha · 4 years, 1 month ago
- 9608fa6 net/sched: act_mpls: ensure LSE is pullable before reading it by Davide Caratti · 4 years, 1 month ago
- 43c1360 net: openvswitch: ensure LSE is pullable before reading it by Davide Caratti · 4 years, 1 month ago
- 13de4ed net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl by Davide Caratti · 4 years, 1 month ago
- 6392b5b Merge tag 'wireless-drivers-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by Jakub Kicinski · 4 years, 1 month ago
- 82a10dc net: mvpp2: Fix error return code in mvpp2_open() by Wang Hai · 4 years, 1 month ago
- 391119f chelsio/chtls: fix a double free in chtls_setkey() by Dan Carpenter · 4 years, 1 month ago
- 61b7594 Merge branch 'libbpf: add support for privileged/unprivileged control separation' by Alexei Starovoitov · 4 years, 1 month ago
- 3627d97 samples/bpf: Sample application for eBPF load and socket creation split by Mariusz Dudek · 4 years, 1 month ago
- e459f49 libbpf: Separate XDP program load with xsk socket creation by Mariusz Dudek · 4 years, 1 month ago
- 22e8ebe tools/resolve_btfids: Fix some error messages by Brendan Jackman · 4 years, 1 month ago
- a874c8c selftests/bpf: Copy file using read/write in local storage test by Stanislav Fomichev · 4 years, 1 month ago
- 0d1e026 Merge branch 'bpftool: improve split BTF support' by Alexei Starovoitov · 4 years, 1 month ago
- fa45283 tools/bpftool: Auto-detect split BTFs in common cases by Andrii Nakryiko · 4 years, 1 month ago
- 0cfdcd6 libbpf: Add base BTF accessor by Andrii Nakryiko · 4 years, 1 month ago
- 71ccb50 tools/bpftool: Emit name <anon> for anonymous BTFs by Andrii Nakryiko · 4 years, 1 month ago
- 72d1249 uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT by Eric Sandeen · 4 years, 1 month ago
- 062c9cd pwm: sl28cpld: fix getting driver data in pwm callbacks by Uwe Kleine-König · 4 years, 1 month ago
- 4f134b8 lib/syscall: fix syscall registers retrieval on 32-bit platforms by Willy Tarreau · 4 years, 2 months ago
- d4bff72 macvlan: Support for high multicast packet rate by Thomas Karlsson · 4 years, 1 month ago
- 74a8c81 rtw88: debug: Fix uninitialized memory in debugfs code by Dan Carpenter · 4 years, 1 month ago
- 97306be Merge branch 'switch to memcg-based memory accounting' by Alexei Starovoitov · 4 years, 1 month ago
- 5b0764b bpf: samples: Do not touch RLIMIT_MEMLOCK by Roman Gushchin · 4 years, 1 month ago
- 3ac1f01 bpf: Eliminate rlimit-based memory accounting for bpf progs by Roman Gushchin · 4 years, 1 month ago
- 80ee81e bpf: Eliminate rlimit-based memory accounting infra for bpf maps by Roman Gushchin · 4 years, 1 month ago
- ab31be3 bpf: Eliminate rlimit-based memory accounting for bpf local storage maps by Roman Gushchin · 4 years, 1 month ago
- 819a4f3 bpf: Eliminate rlimit-based memory accounting for xskmap maps by Roman Gushchin · 4 years, 1 month ago
- 37086810 bpf: Eliminate rlimit-based memory accounting for stackmap maps by Roman Gushchin · 4 years, 1 month ago
- 0d2c4f9 bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
- abbdd08 bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer by Roman Gushchin · 4 years, 1 month ago