Age | Commit message (Expand) | Author | Files | Lines |
2022-01-07 | bpf: selftests: Add bind retry for post_bind{4, 6} | Menglong Dong | 1 | -20/+130 |
2022-01-07 | bpf: selftests: Use C99 initializers in test_sock.c | Menglong Dong | 1 | -128/+92 |
2022-01-07 | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 9 | -0/+11 |
2022-01-07 | bpf/selftests: Test bpf_d_path on rdonly_mem. | Hao Luo | 2 | -1/+49 |
2022-01-07 | libbpf: Add documentation for bpf_map batch operations | Grant Seltzer | 2 | -6/+117 |
2022-01-07 | selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3 | Andrii Nakryiko | 1 | -2/+2 |
2022-01-06 | xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames | Toke Høiland-Jørgensen | 2 | -11/+58 |
2022-01-06 | xdp: Move conversion to xdp_frame out of map functions | Toke Høiland-Jørgensen | 4 | -45/+39 |
2022-01-06 | page_pool: Store the XDP mem id | Toke Høiland-Jørgensen | 3 | -4/+11 |
2022-01-06 | page_pool: Add callback to init pages when they are allocated | Toke Høiland-Jørgensen | 2 | -0/+4 |
2022-01-06 | xdp: Allow registering memory model without rxq reference | Toke Høiland-Jørgensen | 2 | -30/+65 |
2022-01-06 | Merge branch 'samples/bpf: xdpsock app enhancements' | Alexei Starovoitov | 1 | -22/+341 |
2022-01-06 | samples/bpf: xdpsock: Add timestamp for Tx-only operation | Ong Boon Leong | 1 | -9/+68 |
2022-01-06 | samples/bpf: xdpsock: Add time-out for cleaning Tx | Ong Boon Leong | 1 | -2/+9 |
2022-01-06 | samples/bpf: xdpsock: Add sched policy and priority support | Ong Boon Leong | 1 | -2/+59 |
2022-01-06 | samples/bpf: xdpsock: Add cyclic TX operation capability | Ong Boon Leong | 1 | -5/+80 |
2022-01-06 | samples/bpf: xdpsock: Add clockid selection support | Ong Boon Leong | 1 | -2/+38 |
2022-01-06 | samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operation | Ong Boon Leong | 1 | -5/+30 |
2022-01-06 | samples/bpf: xdpsock: Add VLAN support for Tx-only operation | Ong Boon Leong | 1 | -15/+75 |
2022-01-06 | libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API | Christy Lee | 1 | -1/+2 |
2022-01-06 | libbpf 1.0: Deprecate bpf_map__is_offload_neutral() | Christy Lee | 2 | -1/+2 |
2022-01-06 | libbpf: Support repeated legacy kprobes on same function | Qiang Wang | 1 | -1/+4 |
2022-01-06 | libbpf: Use probe_name for legacy kprobe | Qiang Wang | 1 | -1/+1 |
2022-01-06 | libbpf: Deprecate bpf_perf_event_read_simple() API | Christy Lee | 2 | -8/+15 |
2022-01-06 | bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt(). | Kuniyuki Iwashima | 1 | -0/+6 |
2022-01-06 | bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). | Kuniyuki Iwashima | 1 | -0/+2 |
2022-01-06 | bpf: Fix verifier support for validation of async callbacks | Kris Van Hees | 1 | -0/+1 |
2022-01-06 | bpf, docs: Fully document the JMP mode modifiers | Christoph Hellwig | 1 | -6/+6 |
2022-01-06 | bpf, docs: Fully document the JMP opcodes | Christoph Hellwig | 1 | -17/+17 |
2022-01-06 | bpf, docs: Fully document the ALU opcodes | Christoph Hellwig | 1 | -15/+15 |
2022-01-06 | bpf, docs: Document the opcode classes | Christoph Hellwig | 1 | -12/+12 |
2022-01-06 | bpf, docs: Add subsections for ALU and JMP instructions | Christoph Hellwig | 1 | -20/+32 |
2022-01-06 | bpf, docs: Add a setion to explain the basic instruction encoding | Christoph Hellwig | 1 | -1/+15 |
2022-01-05 | bpf, selftests: Add verifier test for mem_or_null register with offset. | Daniel Borkmann | 1 | -0/+28 |
2022-01-05 | bpf: Don't promote bogus looking registers after null check. | Daniel Borkmann | 1 | -6/+6 |
2022-01-05 | bpf, sockmap: Fix double bpf_prog_put on error case in map_link | John Fastabend | 1 | -8/+13 |
2022-01-05 | bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() | John Fastabend | 1 | -0/+27 |
2022-01-05 | bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC | Hou Tao | 1 | -1/+4 |
2022-01-05 | bpf/selftests: Fix namespace mount setup in tc_redirect | Jiri Olsa | 1 | -0/+7 |
2022-01-05 | bpftool: Probe for instruction set extensions | Paul Chaignon | 1 | -0/+44 |
2022-01-05 | bpftool: Probe for bounded loop support | Paul Chaignon | 1 | -0/+22 |
2022-01-05 | bpftool: Refactor misc. feature probe | Paul Chaignon | 1 | -16/+29 |
2022-01-05 | Merge branch 'lan966x-extend-switchdev-and-mdb-support' | David S. Miller | 8 | -9/+584 |
2022-01-05 | net: lan966x: Extend switchdev with mdb support | Horatiu Vultur | 6 | -2/+536 |
2022-01-05 | net: lan966x: Add PGID_GP_START and PGID_GP_END | Horatiu Vultur | 1 | -2/+6 |
2022-01-05 | net: lan966x: Add function lan966x_mac_ip_learn() | Horatiu Vultur | 3 | -5/+42 |
2022-01-05 | Merge branch 'mtk_eth_soc-refactoring-and-clause45' | David S. Miller | 3 | -30/+102 |
2022-01-05 | net: ethernet: mtk_eth_soc: implement Clause 45 MDIO access | Daniel Golle | 2 | -13/+60 |
2022-01-05 | net: mdio: add helpers to extract clause 45 regad and devad fields | Russell King (Oracle) | 1 | -0/+12 |
2022-01-05 | net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops | Daniel Golle | 2 | -28/+41 |