index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
bpf
/
xdpsock_user.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-21
samples/bpf: xdpsock: Add option to specify number of packets to send
Jay Jayatheerthan
1
-14
/
+59
2019-12-21
samples/bpf: xdpsock: Add option to specify batch size
Jay Jayatheerthan
1
-23
/
+29
2019-12-21
samples/bpf: xdpsock: Use common code to handle signal and main exit
Jay Jayatheerthan
1
-2
/
+7
2019-12-21
samples/bpf: xdpsock: Add duration option to specify how long to run
Jay Jayatheerthan
1
-2
/
+35
2019-12-21
selftests/bpf: Preserve errno in test_progs CHECK macros
Andrey Ignatov
1
-0
/
+4
2019-12-21
xsk: Use struct_size() helper
Magnus Karlsson
1
-8
/
+7
2019-12-21
xsk: Add function naming comments and reorder functions
Magnus Karlsson
2
-136
/
+167
2019-12-21
xsk: Remove unnecessary READ_ONCE of data
Magnus Karlsson
1
-2
/
+2
2019-12-21
xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr
Magnus Karlsson
6
-14
/
+14
2019-12-21
xsk: Change names of validation functions
Magnus Karlsson
3
-32
/
+35
2019-12-21
xsk: Simplify the consumer ring access functions
Magnus Karlsson
2
-68
/
+58
2019-12-21
xsk: Simplify xskq_nb_avail and xskq_nb_free
Magnus Karlsson
1
-11
/
+13
2019-12-21
xsk: Eliminate the RX batch size
Magnus Karlsson
1
-4
/
+2
2019-12-21
xsk: Standardize naming of producer ring access functions
Magnus Karlsson
2
-41
/
+37
2019-12-21
xsk: Consolidate to one single cached producer pointer
Magnus Karlsson
1
-26
/
+21
2019-12-21
xsk: Simplify detection of empty and full rings
Magnus Karlsson
1
-2
/
+5
2019-12-21
xsk: Eliminate the lazy update threshold
Magnus Karlsson
1
-2
/
+1
2019-12-20
selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multi
Andrey Ignatov
1
-3
/
+50
2019-12-20
selftests/bpf: Convert test_cgroup_attach to prog_tests
Andrey Ignatov
6
-574
/
+498
2019-12-20
libbpf: Introduce bpf_prog_attach_xattr
Andrey Ignatov
3
-1
/
+28
2019-12-20
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
6
-9
/
+54
2019-12-20
bpf: Remove unused new_flags in hierarchy_allows_attach()
Andrey Ignatov
1
-3
/
+2
2019-12-20
bpf: Simplify __cgroup_bpf_attach
Andrey Ignatov
1
-39
/
+23
2019-12-20
xdp: Simplify __bpf_tx_xdp_map()
Björn Töpel
1
-26
/
+7
2019-12-20
xdp: Remove map_to_flush and map swap detection
Björn Töpel
2
-25
/
+3
2019-12-20
xdp: Make cpumap flush_list common for all map instances
Björn Töpel
3
-21
/
+21
2019-12-20
xdp: Make devmap flush_list common for all map instances
Björn Töpel
3
-25
/
+16
2019-12-20
xsk: Make xskmap flush_list common for all map instances
Björn Töpel
4
-35
/
+20
2019-12-20
xdp: Fix graze->grace type-o in cpumap comments
Björn Töpel
1
-3
/
+3
2019-12-20
xdp: Simplify cpumap cleanup
Björn Töpel
1
-29
/
+5
2019-12-20
xdp: Simplify devmap cleanup
Björn Töpel
1
-38
/
+5
2019-12-19
bpf: Remove unnecessary assertion on fp_old
Aditya Pakki
1
-2
/
+0
2019-12-19
libbpf: Fix another __u64 printf warning
Andrii Nakryiko
1
-2
/
+2
2019-12-19
libbpf: Fix printing of ulimit value
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-19
selftests/bpf: Fix test_attach_probe
Alexei Starovoitov
1
-3
/
+4
2019-12-19
libbpf: Add missing newline in opts validation macro
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-19
riscv, perf: Add arch specific perf_arch_bpf_user_pt_regs
Björn Töpel
1
-0
/
+4
2019-12-19
riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs
Björn Töpel
2
-0
/
+11
2019-12-19
riscv, bpf: Optimize calls
Björn Töpel
1
-37
/
+64
2019-12-19
riscv, bpf: Provide RISC-V specific JIT image alloc/free
Björn Töpel
2
-0
/
+17
2019-12-19
riscv, bpf: Optimize BPF tail calls
Björn Töpel
1
-6
/
+7
2019-12-19
riscv, bpf: Add support for far jumps and exits
Björn Töpel
1
-20
/
+17
2019-12-19
riscv, bpf: Add support for far branching when emitting tail call
Björn Töpel
1
-19
/
+3
2019-12-19
riscv, bpf: Add support for far branching
Björn Töpel
1
-164
/
+188
2019-12-19
riscv, bpf: Fix broken BPF tail calls
Björn Töpel
1
-2
/
+11
2019-12-19
libbpf: BTF is required when externs are present
Andrii Nakryiko
1
-1
/
+2
2019-12-19
libbpf: Allow to augment system Kconfig through extra optional config
Andrii Nakryiko
3
-112
/
+132
2019-12-19
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
6
-48
/
+60
2019-12-19
libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource
Andrii Nakryiko
3
-10
/
+32
2019-12-19
bpf: Allow to change skb mark in test_run
Nikita V. Shirokov
3
-1
/
+15
[next]