2019-11-19 |
Ilya Leoshkevich | s390/bpf: Use relative long branches |
commit | commitdiff | tree | snapshot |
2019-11-19 |
Colin Ian King | bpf: Fix memory leak on object 'data' |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Yonghong Song | selftests, bpf: Workaround an alu32 sub-register spilli... |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Jiri Benc | selftests, bpf: Fix test_tc_tunnel hanging |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Jiri Benc | selftests, bpf: xdping is not meant to be run standalone |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Daniel Borkmann | Merge branch 'bpf-array-mmap' |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Andrii Nakryiko | selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Andrii Nakryiko | libbpf: Make global data internal arrays mmap()-able... |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Andrii Nakryiko | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Andrii Nakryiko | bpf: Convert bpf_prog refcnt to atomic64_t |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Andrii Nakryiko | bpf: Switch bpf_map ref counter to atomic64_t so bpf_ma... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Daniel Borkmann | Merge branch 'bpf-trampoline' |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | selftests/bpf: Add a test for attaching BPF prog to... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | selftests/bpf: Extend test_pkt_access test |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | libbpf: Add support for attaching BPF programs to other... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Support attaching tracing BPF program to other... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Compare BTF types of functions arguments with... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Annotate context types |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Fix race in btf_resolve_helper_id() |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Reserve space for BPF trampoline in BPF programs |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | selftests/bpf: Add stress test for maximum number of... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | selftests/bpf: Add combined fentry/fexit test |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | selftests/bpf: Add fexit tests for BPF trampoline |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | selftests/bpf: Add test for BPF trampoline |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Add kernel test functions for fentry testing |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | selftest/bpf: Simple test for fentry/fexit |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | libbpf: Add support to attach to fentry/fexit tracing... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | libbpf: Introduce btf__find_by_name_kind() |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Introduce BPF trampoline |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Add bpf_arch_text_poke() helper |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Alexei Starovoitov | bpf: Refactor x86 JIT into helpers |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Peter Zijlstra | x86/alternatives: Teach text_poke_bp() to emulate instr... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Mao Wenan | bpf, doc: Change right arguments for JIT example code |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Andre Guedes | samples/bpf: Add missing option to xdpsock usage |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Andre Guedes | samples/bpf: Remove duplicate option from xdpsock |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Ilya Leoshkevich | s390/bpf: Make sure JIT passes do not increase code... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Ilya Leoshkevich | bpf: Support doubleword alignment in bpf_jit_binary_alloc |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Anders Roxell | bpf, testing: Add missing object file to TEST_FILES |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Yonghong Song | bpf, testing: Workaround a verifier failure for test_progs |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Alexei Starovoitov | Merge branch 'share-umem' |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Magnus Karlsson | xsk: Extend documentation for Rx|Tx-only sockets and... |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Magnus Karlsson | samples/bpf: Use Rx-only and Tx-only sockets in xdpsock |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Magnus Karlsson | libbpf: Allow for creating Rx or Tx only AF_XDP sockets |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Magnus Karlsson | samples/bpf: Add XDP_SHARED_UMEM support to xdpsock |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Magnus Karlsson | libbpf: Support XDP_SHARED_UMEM with external XDP program |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Alexei Starovoitov | Merge branch 'map-pinning' |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Toke Høiland... | libbpf: Add getter for program size |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Toke Høiland... | libbpf: Add bpf_get_link_xdp_info() function to get... |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Toke Høiland... | libbpf: Use pr_warn() when printing netlink errors |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Toke Høiland... | libbpf: Propagate EPERM to caller on program load |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Toke Høiland... | selftests/bpf: Add tests for automatic map unpinning... |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Toke Høiland... | libbpf: Unpin auto-pinned maps if loading fails |
commit | commitdiff | tree | snapshot |
2019-11-09 |
Daniel T. Lee | samples: bpf: update map definition to new syntax BTF... |
commit | commitdiff | tree | snapshot |
2019-11-09 |
Daniel T. Lee | samples: bpf: Update outdated error message |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Martin KaFai Lau | bpf: Add cb access in kfree_skb test |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Martin KaFai Lau | bpf: Add array support to btf_struct_access |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Daniel Borkmann | Merge branch 'bpf-libbpf-fixes' |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Andrii Nakryiko | libbpf: Improve handling of corrupted ELF during map... |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Andrii Nakryiko | libbpf: Make btf__resolve_size logic always check size... |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Andrii Nakryiko | libbpf: Fix another potential overflow issue in bpf_pro... |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Andrii Nakryiko | libbpf: Fix potential overflow issue |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Andrii Nakryiko | libbpf: Fix memory leak/double free issue |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Andrii Nakryiko | libbpf: Fix negative FD close() in xsk_setup_xdp_prog() |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Ilya Leoshkevich | s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and... |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Ilya Leoshkevich | s390/bpf: Wrap JIT macro parameter usages in parentheses |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Ilya Leoshkevich | s390/bpf: Use kvcalloc for addrs array |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Ilya Leoshkevich | tools, bpf_asm: Warn when jumps are out of range |
commit | commitdiff | tree | snapshot |
2019-11-07 |
Martin KaFai Lau | bpf: Account for insn->off when doing bpf_probe_read_kernel |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Andrii Nakryiko | libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage |
commit | commitdiff | tree | snapshot |
2019-11-06 |
Andrii Nakryiko | selftests/bps: Clean up removed ints relocations negati... |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Daniel Borkmann | Merge branch 'bpf-libbpf-bitfield-size-relo' |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Andrii Nakryiko | selftests/bpf: Add field size relocation tests |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Andrii Nakryiko | selftest/bpf: Add relocatable bitfield reading tests |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Andrii Nakryiko | libbpf: Add support for field size relocations |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Andrii Nakryiko | libbpf: Add support for relocatable bitfields |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Andrii Nakryiko | selftests/bpf: Remove too strict field offset relo... |
commit | commitdiff | tree | snapshot |
2019-11-04 |
David S. Miller | Merge tag 'mlx5-updates-2019-11-01' of git://git./linux... |
commit | commitdiff | tree | snapshot |
2019-11-04 |
YueHaibing | mISDN: remove unused variable 'faxmodulation_s' |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Vincent Cheng | ptp: Add a ptp clock driver for IDT ClockMatrix. |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Vincent Cheng | dt-bindings: ptp: Add device tree binding for IDT Clock... |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Francesco Ruggeri | net: icmp6: provide input address for traceroute6 |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tuong Lien | tipc: improve message bundling algorithm |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Francesco Ruggeri | net: icmp: use input address in traceroute |
commit | commitdiff | tree | snapshot |
2019-11-04 |
David S. Miller | Merge branch 'optimize-openvswitch-flow-looking-up' |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: simplify the ovs_dp_cmd_new |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: don't unlock mutex when changing... |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: fix possible memleak on destroy flow... |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: add likely in flow_lookup |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: simplify the flow_hash |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: optimize flow-mask looking up |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: optimize flow mask cache hash collision |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: shrink the mask array if necessary |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: convert mask list in mask array |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Tonghao Zhang | net: openvswitch: add flow-mask cache for performance |
commit | commitdiff | tree | snapshot |
2019-11-02 |
David S. Miller | Merge git://git./linux/kernel/git/bpf/bpf-next |
commit | commitdiff | tree | snapshot |
2019-11-02 |
David S. Miller | Merge git://git./linux/kernel/git/netdev/net |
commit | commitdiff | tree | snapshot |
2019-11-02 |
Alexei Starovoitov | Merge branch 'bpf_probe_read_user' |
commit | commitdiff | tree | snapshot |
2019-11-02 |
Daniel Borkmann | bpf, testing: Add selftest to read/write sockaddr from... |
commit | commitdiff | tree | snapshot |
2019-11-02 |
Daniel Borkmann | bpf, testing: Convert prog tests to probe_read_{user... |
commit | commitdiff | tree | snapshot |
2019-11-02 |
Daniel Borkmann | bpf, samples: Use bpf_probe_read_user where appropriate |
commit | commitdiff | tree | snapshot |
next |