index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
libbpf: Add support for bpf_link-based netns attachment
Jakub Sitnicki
3
-5
/
+21
2020-06-02
bpf, cgroup: Return ENOLINK for auto-detached links on update
Jakub Sitnicki
1
-1
/
+1
2020-06-02
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
7
-2
/
+267
2020-06-02
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
4
-121
/
+144
2020-06-02
net: Introduce netns_bpf for BPF programs attached to netns
Jakub Sitnicki
6
-66
/
+149
2020-06-02
flow_dissector: Pull locking up from prog attach callback
Jakub Sitnicki
1
-20
/
+20
2020-06-02
libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
Andrii Nakryiko
1
-0
/
+3
2020-06-02
bpf: Use tracing helpers for lsm programs
Jiri Olsa
3
-2
/
+5
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
16
-21
/
+21
2020-06-02
xdp: Introduce xdp_convert_frame_to_buff utility routine
Lorenzo Bianconi
2
-5
/
+11
2020-06-01
selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt
Ferenc Fejes
1
-0
/
+33
2020-06-01
bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt
Ferenc Fejes
1
-1
/
+27
2020-06-01
net: Make locking in sock_bindtoindex optional
Ferenc Fejes
4
-7
/
+9
2020-06-01
bpf: Change kvfree to kfree in generic_map_lookup_batch()
Denis Efremov
1
-1
/
+1
2020-06-01
tools/bpf: sync bpf.h
Alexei Starovoitov
1
-0
/
+1
2020-06-01
bpf, selftests: Add test for ktls with skb bpf ingress policy
John Fastabend
2
-22
/
+187
2020-06-01
bpf: Fix running sk_skb program types with ktls
John Fastabend
4
-5
/
+75
2020-06-01
selftest: Add tests for XDP programs in devmap entries
David Ahern
3
-0
/
+163
2020-06-01
bpf: Refactor sockmap redirect code so its easy to reuse
John Fastabend
2
-21
/
+35
2020-06-01
libbpf: Add SEC name for xdp programs attached to device map
David Ahern
1
-0
/
+2
2020-06-01
xdp: Add xdp_txq_info to xdp_buff
David Ahern
5
-0
/
+29
2020-06-01
bpf: Add support to attach bpf program to a devmap entry
David Ahern
5
-4
/
+109
2020-06-01
bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helper
Yonghong Song
1
-3
/
+3
2020-06-01
devmap: Formalize map value as a named struct
David Ahern
11
-303
/
+4
2020-06-01
bpf: Add rx_queue_mapping to bpf_sock
Amritha Nambiar
2
-0
/
+19
2020-06-01
selftests/bpf: Add tests for write-only stacks/queues
Anton Protopopov
1
-1
/
+39