| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-01-07 | 36 | -368/+1214 |
|\ |
|
| * | Merge branch 'net: bpf: handle return value of post_bind{4,6} and add selftes... | Alexei Starovoitov | 2022-01-07 | 10 | -148/+233 |
| |\ |
|
| | * | bpf: selftests: Add bind retry for post_bind{4, 6} | Menglong Dong | 2022-01-07 | 1 | -20/+130 |
| | * | bpf: selftests: Use C99 initializers in test_sock.c | Menglong Dong | 2022-01-07 | 1 | -128/+92 |
| | * | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 2022-01-07 | 9 | -0/+11 |
| |/ |
|
| * | bpf/selftests: Test bpf_d_path on rdonly_mem. | Hao Luo | 2022-01-07 | 2 | -1/+49 |
| * | libbpf: Add documentation for bpf_map batch operations | Grant Seltzer | 2022-01-07 | 2 | -6/+117 |
| * | selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3 | Andrii Nakryiko | 2022-01-06 | 1 | -2/+2 |
| * | xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames | Toke Høiland-Jørgensen | 2022-01-06 | 2 | -11/+58 |
| * | xdp: Move conversion to xdp_frame out of map functions | Toke Høiland-Jørgensen | 2022-01-06 | 4 | -45/+39 |
| * | page_pool: Store the XDP mem id | Toke Høiland-Jørgensen | 2022-01-06 | 3 | -4/+11 |
| * | page_pool: Add callback to init pages when they are allocated | Toke Høiland-Jørgensen | 2022-01-06 | 2 | -0/+4 |
| * | xdp: Allow registering memory model without rxq reference | Toke Høiland-Jørgensen | 2022-01-06 | 2 | -30/+65 |
| * | Merge branch 'samples/bpf: xdpsock app enhancements' | Alexei Starovoitov | 2022-01-06 | 1 | -22/+341 |
| |\ |
|
| | * | samples/bpf: xdpsock: Add timestamp for Tx-only operation | Ong Boon Leong | 2022-01-06 | 1 | -9/+68 |
| | * | samples/bpf: xdpsock: Add time-out for cleaning Tx | Ong Boon Leong | 2022-01-06 | 1 | -2/+9 |
| | * | samples/bpf: xdpsock: Add sched policy and priority support | Ong Boon Leong | 2022-01-06 | 1 | -2/+59 |
| | * | samples/bpf: xdpsock: Add cyclic TX operation capability | Ong Boon Leong | 2022-01-06 | 1 | -5/+80 |
| | * | samples/bpf: xdpsock: Add clockid selection support | Ong Boon Leong | 2022-01-06 | 1 | -2/+38 |
| | * | samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operation | Ong Boon Leong | 2022-01-06 | 1 | -5/+30 |
| | * | samples/bpf: xdpsock: Add VLAN support for Tx-only operation | Ong Boon Leong | 2022-01-06 | 1 | -15/+75 |
| |/ |
|
| * | libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API | Christy Lee | 2022-01-06 | 1 | -1/+2 |
| * | libbpf 1.0: Deprecate bpf_map__is_offload_neutral() | Christy Lee | 2022-01-06 | 2 | -1/+2 |
| * | libbpf: Support repeated legacy kprobes on same function | Qiang Wang | 2022-01-06 | 1 | -1/+4 |
| * | libbpf: Use probe_name for legacy kprobe | Qiang Wang | 2022-01-06 | 1 | -1/+1 |
| * | libbpf: Deprecate bpf_perf_event_read_simple() API | Christy Lee | 2022-01-06 | 2 | -8/+15 |
| * | bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt(). | Kuniyuki Iwashima | 2022-01-05 | 1 | -0/+6 |
| * | bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). | Kuniyuki Iwashima | 2022-01-05 | 1 | -0/+2 |
| * | bpf: Fix verifier support for validation of async callbacks | Kris Van Hees | 2022-01-05 | 1 | -0/+1 |
| * | bpf, docs: Fully document the JMP mode modifiers | Christoph Hellwig | 2022-01-05 | 1 | -6/+6 |
| * | bpf, docs: Fully document the JMP opcodes | Christoph Hellwig | 2022-01-05 | 1 | -17/+17 |
| * | bpf, docs: Fully document the ALU opcodes | Christoph Hellwig | 2022-01-05 | 1 | -15/+15 |
| * | bpf, docs: Document the opcode classes | Christoph Hellwig | 2022-01-05 | 1 | -12/+12 |
| * | bpf, docs: Add subsections for ALU and JMP instructions | Christoph Hellwig | 2022-01-05 | 1 | -20/+32 |
| * | bpf, docs: Add a setion to explain the basic instruction encoding | Christoph Hellwig | 2022-01-05 | 1 | -1/+15 |
| * | bpf, selftests: Add verifier test for mem_or_null register with offset. | Daniel Borkmann | 2022-01-05 | 1 | -0/+28 |
| * | bpf: Don't promote bogus looking registers after null check. | Daniel Borkmann | 2022-01-05 | 1 | -6/+6 |
| * | bpf, sockmap: Fix double bpf_prog_put on error case in map_link | John Fastabend | 2022-01-05 | 1 | -8/+13 |
| * | bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() | John Fastabend | 2022-01-05 | 1 | -0/+27 |
| * | bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC | Hou Tao | 2022-01-05 | 1 | -1/+4 |
| * | bpf/selftests: Fix namespace mount setup in tc_redirect | Jiri Olsa | 2022-01-05 | 1 | -0/+7 |
| * | bpftool: Probe for instruction set extensions | Paul Chaignon | 2022-01-05 | 1 | -0/+44 |
| * | bpftool: Probe for bounded loop support | Paul Chaignon | 2022-01-05 | 1 | -0/+22 |
| * | bpftool: Refactor misc. feature probe | Paul Chaignon | 2022-01-05 | 1 | -16/+29 |
* | | veth: Do not record rx queue hint in veth_xmit | Daniel Borkmann | 2022-01-06 | 1 | -1/+0 |
* | | ethernet: ibmveth: use default_groups in kobj_type | Greg Kroah-Hartman | 2022-01-06 | 1 | -1/+2 |
* | | sfc: Use swap() instead of open coding it | Jiapeng Chong | 2022-01-06 | 1 | -10/+4 |
* | | ethtool: use phydev variable | Tom Rix | 2022-01-06 | 1 | -4/+4 |
* | | net: macb: use .mac_select_pcs() interface | Russell King (Oracle) | 2022-01-06 | 2 | -15/+14 |
* | | gro: add ability to control gro max packet size | Coco Li | 2022-01-06 | 6 | -1/+41 |