| Commit message (Expand) | Author | Files | Lines |
2020-05-19 | bpf: Fix too large copy from user in bpf_test_init | Jesper Dangaard Brouer | 1 | -3/+5 |
2020-05-19 | samples, bpf: Refactor kprobe, tail call kern progs map definition | Daniel T. Lee | 8 | -91/+93 |
2020-05-19 | samples, bpf: Add tracex7 test file to .gitignore | Daniel T. Lee | 1 | -0/+1 |
2020-05-19 | samples, bpf: Refactor tail call user progs with libbpf | Daniel T. Lee | 3 | -31/+103 |
2020-05-19 | samples, bpf: Refactor kprobe tracing user progs with libbpf | Daniel T. Lee | 9 | -64/+252 |
2020-05-19 | samples, bpf: Refactor pointer error check with libbpf | Daniel T. Lee | 3 | -15/+6 |
2020-05-16 | bpf: Selftests, add ktls tests to test_sockmap | John Fastabend | 1 | -26/+44 |
2020-05-16 | bpf: Selftests, add blacklist to test_sockmap | John Fastabend | 1 | -2/+31 |
2020-05-16 | bpf: Selftests, add whitelist option to test_sockmap | John Fastabend | 1 | -1/+30 |
2020-05-16 | bpf: Selftests, provide verbose option for selftests execution | John Fastabend | 1 | -108/+71 |
2020-05-16 | bpf: Selftests, break down test_sockmap into subtests | John Fastabend | 1 | -375/+348 |
2020-05-16 | bpf: Selftests, improve test_sockmap total bytes counter | John Fastabend | 1 | -3/+8 |
2020-05-16 | bpf: Selftests, print error in test_sockmap error cases | John Fastabend | 1 | -8/+17 |
2020-05-16 | bpf: Selftests, sockmap test prog run without setting cgroup | John Fastabend | 1 | -6/+22 |
2020-05-16 | bpf: Selftests, remove prints from sockmap tests | John Fastabend | 2 | -174/+9 |
2020-05-16 | bpf: Selftests, move sockmap bpf prog header into progs | John Fastabend | 1 | -0/+0 |
2020-05-16 | selftests/bpf: Move test_align under test_progs | Stanislav Fomichev | 1 | -61/+7 |
2020-05-16 | selftests/bpf: Fix test_align verifier log patterns | Stanislav Fomichev | 1 | -20/+21 |
2020-05-16 | libbpf, hashmap: Fix signedness warnings | Ian Rogers | 1 | -3/+2 |
2020-05-16 | libbpf, hashmap: Remove unused #include | Ian Rogers | 1 | -1/+0 |
2020-05-16 | bpf: Fix check_return_code to only allow [0,1] in trace_iter progs | Daniel Borkmann | 1 | -1/+2 |
2020-05-15 | mptcp: cope better with MP_JOIN failure | Paolo Abeni | 1 | -6/+9 |
2020-05-15 | inet_connection_sock: factor out destroy helper. | Paolo Abeni | 2 | -5/+9 |
2020-05-15 | mptcp: add new sock flag to deal with join subflows | Paolo Abeni | 5 | -15/+17 |
2020-05-15 | net: phy: tja11xx: execute cable test on link up | Oleksij Rempel | 1 | -5/+43 |
2020-05-15 | net: phy: broadcom: add support for BCM54811 PHY | Kevin Lo | 2 | -5/+53 |
2020-05-15 | cxgb4: add EOTID tracking and software context dump | Rahul Lakkireddy | 5 | -28/+133 |
2020-05-15 | cxgb4: tune burst buffer size for TC-MQPRIO offload | Rahul Lakkireddy | 5 | -19/+31 |
2020-05-15 | cxgb4: improve credits recovery in TC-MQPRIO Tx path | Rahul Lakkireddy | 1 | -14/+26 |
2020-05-15 | net: dsa: mt7530: fix VLAN setup | DENG Qingfang | 1 | -12/+1 |
2020-05-15 | selftests: mptcp: pm: rm the right tmp file | Matthieu Baerts | 1 | -1/+1 |
2020-05-15 | dpaa2-eth: properly handle buffer size restrictions | Ioana Ciornei | 2 | -12/+18 |
2020-05-15 | selftests: implement flower classifier terse dump tests | Vlad Buslov | 1 | -0/+38 |
2020-05-15 | net: sched: cls_flower: implement terse dump support | Vlad Buslov | 1 | -0/+43 |
2020-05-15 | net: sched: implement terse dump support in act | Vlad Buslov | 4 | -9/+52 |
2020-05-15 | net: sched: introduce terse dump flag | Vlad Buslov | 3 | -8/+41 |
2020-05-15 | net: core: recursively find netdev by device node | Tobias Waldekranz | 1 | -5/+5 |
2020-05-15 | selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests | Alexei Starovoitov | 3 | -21/+49 |
2020-05-15 | bpf: Implement CAP_BPF | Alexei Starovoitov | 19 | -60/+134 |
2020-05-15 | bpf, capability: Introduce CAP_BPF | Alexei Starovoitov | 3 | -3/+40 |
2020-05-15 | bpf, bpftool: Allow probing for CONFIG_HZ from kernel config | Daniel Borkmann | 1 | -53/+67 |
2020-05-15 | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier | Daniel Borkmann | 3 | -32/+88 |
2020-05-15 | bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range | Daniel Borkmann | 1 | -1/+3 |
2020-05-15 | bpf: Restrict bpf_probe_read{, str}() only to archs where they work | Daniel Borkmann | 5 | -2/+10 |
2020-05-15 | selftests/bpf: Xdp_adjust_tail add grow tail tests | Jesper Dangaard Brouer | 2 | -5/+144 |
2020-05-15 | selftests/bpf: Adjust BPF selftest for xdp_adjust_tail | Jesper Dangaard Brouer | 2 | -8/+13 |
2020-05-15 | bpf: Add xdp.frame_sz in bpf_prog_test_run_xdp(). | Jesper Dangaard Brouer | 1 | -4/+12 |
2020-05-15 | xdp: Clear grow memory in bpf_xdp_adjust_tail() | Jesper Dangaard Brouer | 1 | -0/+4 |
2020-05-15 | xdp: Allow bpf_xdp_adjust_tail() to grow packet size | Jesper Dangaard Brouer | 2 | -4/+11 |
2020-05-15 | mlx5: Rx queue setup time determine frame_sz for XDP | Jesper Dangaard Brouer | 4 | -0/+10 |