index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
networking
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-15
samples/bpf: fix broken lightweight tunnel testing
Daniel T. Lee
2
-22
/
+25
2023-01-15
samples/bpf: refactor BPF functionality testing scripts
Daniel T. Lee
5
-15
/
+22
2023-01-15
samples/bpf: ensure ipv6 is enabled before running tests
Daniel T. Lee
3
-1
/
+8
2023-01-15
selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel
Ziyang Xuan
2
-8
/
+98
2023-01-15
bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
Ziyang Xuan
3
-1
/
+44
2023-01-13
selftests/bpf: Fix missing space error
Roberto Valenzuela
1
-1
/
+1
2023-01-13
libbpf: Replace '.' with '_' in legacy kprobe event name
Menglong Dong
1
-0
/
+7
2023-01-13
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
1
-1
/
+2
2023-01-12
selftests/xsk: automatically switch XDP programs
Magnus Karlsson
4
-68
/
+96
2023-01-12
selftests/xsk: automatically restore packet stream
Magnus Karlsson
1
-14
/
+1
2023-01-12
selftests/xsk: merge dual and single thread dispatchers
Magnus Karlsson
1
-66
/
+54
2023-01-12
selftests/xsk: add test when some packets are XDP_DROPed
Magnus Karlsson
3
-0
/
+43
2023-01-12
selftests/xsk: get rid of built-in XDP program
Magnus Karlsson
6
-106
/
+92
2023-01-12
selftests/xsk: remove unnecessary code in control path
Magnus Karlsson
3
-631
/
+3
2023-01-12
selftests/xsk: load and attach XDP program only once per mode
Magnus Karlsson
4
-87
/
+162
2023-01-12
selftests/xsk: remove namespaces
Magnus Karlsson
4
-74
/
+20
2023-01-12
selftests/xsk: replace asm acquire/release implementations
Magnus Karlsson
1
-76
/
+4
2023-01-12
selftests/xsk: add debug option for creating netdevs
Magnus Karlsson
1
-1
/
+10
2023-01-12
selftests/xsk: remove unused variable outstanding_tx
Magnus Karlsson
1
-2
/
+0
2023-01-12
selftests/xsk: print correct error codes when exiting
Magnus Karlsson
1
-9
/
+9
2023-01-12
selftests/xsk: submit correct number of frames in populate_fill_ring
Magnus Karlsson
1
-1
/
+1
2023-01-12
selftests/xsk: do not close unused file descriptors
Magnus Karlsson
1
-2
/
+11
2023-01-12
selftests/xsk: print correct payload for packet dump
Magnus Karlsson
1
-2
/
+2
2023-01-12
bpf_doc: Fix build error with older python versions
Michal Suchanek
1
-1
/
+1
2023-01-11
libbpf: Fix map creation flags sanitization
Ludovic L'Hours
1
-1
/
+1
2023-01-11
bpftool: fix output for skipping kernel config check
Chethan Suresh
1
-4
/
+4
2023-01-11
bpf: btf: limit logging of ignored BTF mismatches
Connor O'Brien
1
-11
/
+27
2023-01-11
bpf, x86: Simplify the parsing logic of structure parameters
Pu Lehui
1
-53
/
+48
2023-01-10
bpf: Replace 0-length arrays with flexible arrays
Kees Cook
1
-3
/
+3
2023-01-10
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
1
-1
/
+1
2023-01-10
bpf: Remove the unnecessary insn buffer comparison
Haiyue Wang
1
-6
/
+0
2023-01-06
libbpf: Poison strlcpy()
Rong Tao
1
-2
/
+2
2023-01-06
netdevsim: move devlink registration under the instance lock
Jakub Kicinski
1
-3
/
+8
2023-01-06
netdevsim: rename a label
Jakub Kicinski
1
-2
/
+2
2023-01-06
devlink: allow registering parameters after the instance
Jakub Kicinski
1
-11
/
+11
2023-01-06
devlink: don't require setting features before registration
Jakub Kicinski
1
-2
/
+0
2023-01-06
devlink: remove the registration guarantee of references
Jakub Kicinski
3
-38
/
+30
2023-01-06
devlink: always check if the devlink instance is registered
Jakub Kicinski
4
-12
/
+60
2023-01-06
devlink: protect devlink->dev by the instance lock
Jakub Kicinski
3
-8
/
+11
2023-01-06
devlink: update the code in netns move to latest helpers
Jakub Kicinski
1
-3
/
+4
2023-01-06
devlink: bump the instance index directly when iterating
Jakub Kicinski
2
-35
/
+13
2023-01-06
sysctl: expose all net/core sysctls inside netns
Mahesh Bandewar
1
-5
/
+0
2023-01-06
devlink: convert remaining dumps to the by-instance scheme
Jakub Kicinski
3
-394
/
+320
2023-01-06
devlink: add by-instance dump infra
Jakub Kicinski
3
-31
/
+68
2023-01-06
devlink: uniformly take the devlink instance lock in the dump loop
Jakub Kicinski
1
-7
/
+6
2023-01-06
devlink: restart dump based on devlink instance ids (function)
Jakub Kicinski
1
-20
/
+21
2023-01-06
devlink: restart dump based on devlink instance ids (nested)
Jakub Kicinski
2
-46
/
+49
2023-01-06
devlink: restart dump based on devlink instance ids (simple)
Jakub Kicinski
3
-29
/
+25
2023-01-06
devlink: health: combine loops in dump
Jakub Kicinski
1
-3
/
+0
2023-01-06
devlink: drop the filter argument from devlinks_xa_find_get
Jakub Kicinski
2
-17
/
+10
[next]