index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-15
bpf: x86: Factor out a lookup table for some ALU opcodes
Brendan Jackman
1
-18
/
+15
2021-01-15
bpf: x86: Factor out emission of REX byte
Brendan Jackman
1
-16
/
+23
2021-01-15
bpf: x86: Factor out emission of ModR/M for *(reg + off)
Brendan Jackman
1
-18
/
+25
2021-01-14
tools/bpftool: Add -Wall when building BPF programs
Ian Rogers
1
-1
/
+1
2021-01-14
bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
Ian Rogers
1
-1
/
+1
2021-01-14
selftests/bpf: Install btf_dump test cases
Jean-Philippe Brucker
1
-1
/
+2
2021-01-14
selftests/bpf: Fix installation of urandom_read
Jean-Philippe Brucker
1
-1
/
+1
2021-01-14
selftests/bpf: Move generated test files to $(TEST_GEN_FILES)
Jean-Philippe Brucker
1
-4
/
+3
2021-01-14
selftests/bpf: Fix out-of-tree build
Jean-Philippe Brucker
1
-1
/
+1
2021-01-14
selftests/bpf: Enable cross-building
Jean-Philippe Brucker
1
-11
/
+35
2021-01-13
selftests/bpf: Test kernel module ksym externs
Andrii Nakryiko
3
-0
/
+60
2021-01-13
libbpf: Support kernel module ksym externs
Andrii Nakryiko
1
-18
/
+32
2021-01-13
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
6
-30
/
+194
2021-01-13
selftests/bpf: Sync RCU before unloading bpf_testmod
Andrii Nakryiko
3
-33
/
+12
2021-01-13
bpf: Declare __bpf_free_used_maps() unconditionally
Andrii Nakryiko
1
-2
/
+3
2021-01-13
bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args
Andrii Nakryiko
1
-1
/
+1
2021-01-13
bpf: Add bpf_patch_call_args prototype to include/linux/bpf.h
Andrii Nakryiko
1
-0
/
+3
2021-01-12
bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindex
Daniel Borkmann
2
-8
/
+76
2021-01-12
bpf: Allow to retrieve sol_socket opts from sock_addr progs
Daniel Borkmann
1
-2
/
+23
2021-01-12
bpf: Fix a verifier message for alloc size helper arg
Brendan Jackman
1
-1
/
+1
2021-01-12
bpf: Clarify return value of probe str helpers
Brendan Jackman
2
-10
/
+10
2021-01-08
libbpf: Clarify kernel type use with USER variants of CORE reading macros
Andrii Nakryiko
1
-6
/
+39
2021-01-08
selftests/bpf: Remove duplicate include in test_lsm
Menglong Dong
1
-1
/
+0
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
28
-152
/
+105
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
28
-72
/
+68
2021-01-08
bpf: Replace fput with sockfd_put in sock map
Zheng Yongjun
1
-1
/
+1
2021-01-08
bpf: Remove unnecessary <argp.h> include from preload/iterators
Leah Neukirchen
1
-1
/
+1
2021-01-08
selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variants
Andrii Nakryiko
2
-0
/
+114
2021-01-08
libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro family
Andrii Nakryiko
1
-0
/
+38
2021-01-08
libbpf: Add user-space variants of BPF_CORE_READ() family of macros
Andrii Nakryiko
1
-39
/
+59
2021-01-08
poll: fix performance regression due to out-of-line __put_user()
Linus Torvalds
1
-3
/
+11
2021-01-08
Revert "init/console: Use ttynull as a fallback when there is no console"
Petr Mladek
5
-30
/
+18
2021-01-08
net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE
Aleksander Jan Bajkowski
1
-3
/
+4
2021-01-08
s390/qeth: fix L2 header access in qeth_l3_osa_features_check()
Julian Wiedmann
1
-1
/
+1
2021-01-08
s390/qeth: fix locking for discipline setup / removal
Julian Wiedmann
3
-10
/
+7
2021-01-08
s390/qeth: fix deadlock during recovery
Julian Wiedmann
4
-18
/
+34
2021-01-08
selftests: fib_nexthops: Fix wrong mausezahn invocation
Ido Schimmel
1
-1
/
+1
2021-01-08
nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
Petr Machata
1
-1
/
+1
2021-01-08
nexthop: Unlink nexthop group entry in error path
Ido Schimmel
1
-1
/
+3
2021-01-08
nexthop: Fix off-by-one error in error path
Ido Schimmel
1
-1
/
+1
2021-01-08
octeontx2-af: fix memory leak of lmac and lmac->name
Colin Ian King
1
-3
/
+11
2021-01-08
chtls: Fix chtls resources release sequence
Ayush Sawal
1
-4
/
+4
2021-01-08
chtls: Added a check to avoid NULL pointer dereference
Ayush Sawal
1
-0
/
+5
2021-01-08
chtls: Replace skb_dequeue with skb_peek
Ayush Sawal
1
-1
/
+1
2021-01-08
chtls: Avoid unnecessary freeing of oreq pointer
Ayush Sawal
1
-3
/
+1
2021-01-08
chtls: Fix panic when route to peer not configured
Ayush Sawal
1
-2
/
+12
2021-01-08
chtls: Remove invalid set_tcb call
Ayush Sawal
1
-3
/
+0
2021-01-08
chtls: Fix hardware tid leak
Ayush Sawal
1
-36
/
+3
2021-01-08
skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}
Jonathan Lemon
5
-10
/
+10
2021-01-08
tap/tun: add skb_zcopy_init() helper for initialization.
Jonathan Lemon
4
-6
/
+10
[next]