index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
bpf: selftests: Add dctcp fallback test
Martin KaFai Lau
3
-23
/
+134
2021-08-25
bpf: selftests: Add connect_to_fd_opts to network_helpers
Martin KaFai Lau
2
-2
/
+27
2021-08-25
bpf: selftests: Add sk_state to bpf_tcp_helpers.h
Martin KaFai Lau
3
-3
/
+4
2021-08-25
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
3
-4
/
+65
2021-08-25
selftests: xsk: Preface options with opt
Magnus Karlsson
2
-5
/
+5
2021-08-25
selftests: xsk: Make enums lower case
Magnus Karlsson
2
-13
/
+7
2021-08-25
selftests: xsk: Generate packets from specification
Magnus Karlsson
2
-121
/
+166
2021-08-25
selftests: xsk: Generate packet directly in umem
Magnus Karlsson
2
-43
/
+32
2021-08-25
selftests: xsk: Simplify cleanup of ifobjects
Magnus Karlsson
2
-33
/
+40
2021-08-25
selftests: xsk: Decrease sending speed
Magnus Karlsson
2
-1
/
+2
2021-08-25
selftests: xsk: Validate tx stats on tx thread
Magnus Karlsson
1
-14
/
+41
2021-08-25
selftests: xsk: Simplify packet validation in xsk tests
Magnus Karlsson
2
-131
/
+65
2021-08-25
selftests: xsk: Rename worker_* functions that are not thread entry points
Magnus Karlsson
1
-6
/
+6
2021-08-25
selftests: xsk: Disassociate umem size with packets sent
Magnus Karlsson
2
-11
/
+9
2021-08-25
selftests: xsk: Remove end-of-test packet
Magnus Karlsson
2
-32
/
+12
2021-08-25
selftests: xsk: Simplify the retry code
Magnus Karlsson
2
-14
/
+11
2021-08-25
selftests: xsk: Return correct error codes
Magnus Karlsson
1
-5
/
+5
2021-08-25
selftests: xsk: Remove unused variables
Magnus Karlsson
2
-11
/
+0
2021-08-25
selftests: xsk: Remove the num_tx_packets option
Magnus Karlsson
3
-27
/
+13
2021-08-25
selftests: xsk: Remove color mode
Magnus Karlsson
2
-28
/
+9
2021-08-25
bpf: selftests: Add bpf_task_pt_regs() selftest
Daniel Xu
2
-0
/
+76
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
4
-0
/
+36
2021-08-25
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2
-1
/
+4
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
5
-15
/
+12
2021-08-25
bpf: Add BTF_ID_LIST_GLOBAL_SINGLE macro
Daniel Xu
1
-0
/
+3
2021-08-24
samples: bpf: Convert xdp_redirect_map_multi to XDP samples helper
Kumar Kartikeya Dwivedi
4
-220
/
+153
2021-08-24
samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-31
/
+26
2021-08-24
samples: bpf: Convert xdp_redirect_map to XDP samples helper
Kumar Kartikeya Dwivedi
2
-229
/
+161
2021-08-24
samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-70
/
+25
2021-08-24
samples: bpf: Convert xdp_redirect_cpu to XDP samples helper
Kumar Kartikeya Dwivedi
2
-767
/
+343
2021-08-24
samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-293
/
+105
2021-08-24
samples: bpf: Convert xdp_redirect to XDP samples helper
Kumar Kartikeya Dwivedi
2
-159
/
+116
2021-08-24
samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-92
/
+52
2021-08-24
samples: bpf: Convert xdp_monitor to XDP samples helper
Kumar Kartikeya Dwivedi
3
-735
/
+83
2021-08-24
samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-258
/
+49
2021-08-24
samples: bpf: Add vmlinux.h generation support
Kumar Kartikeya Dwivedi
1
-0
/
+25
2021-08-24
samples: bpf: Add devmap_xmit tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-3
/
+331
2021-08-24
samples: bpf: Add BPF support for devmap_xmit tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+71
2021-08-24
samples: bpf: Add cpumap tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-1
/
+224
2021-08-24
samples: bpf: Add BPF support for cpumap tracepoints
Kumar Kartikeya Dwivedi
1
-1
/
+57
2021-08-24
samples: bpf: Add xdp_exception tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+116
2021-08-24
samples: bpf: Add BPF support for xdp_exception tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+27
2021-08-24
samples: bpf: Add redirect tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+215
2021-08-24
samples: bpf: Add BPF support for redirect tracepoint
Kumar Kartikeya Dwivedi
2
-0
/
+253
2021-08-24
samples: bpf: Add basic infrastructure for XDP samples
Kumar Kartikeya Dwivedi
3
-0
/
+915
2021-08-24
tools: include: Add ethtool_drvinfo definition to UAPI header
Kumar Kartikeya Dwivedi
1
-0
/
+53
2021-08-24
samples: bpf: Fix a couple of warnings
Kumar Kartikeya Dwivedi
2
-4
/
+9
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
2021-08-24
selftests/bpf: Test for get_netns_cookie
Xu Liu
2
-24
/
+88
2021-08-24
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG
Xu Liu
1
-0
/
+14
[next]