index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-25
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
21
-256
/
+201
2021-11-25
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
1
-0
/
+5
2021-11-25
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
4
-51
/
+25
2021-11-25
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
7
-153
/
+126
2021-11-25
selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test
Andrii Nakryiko
2
-0
/
+138
2021-11-25
libbpf: Load global data maps lazily on legacy kernels
Andrii Nakryiko
1
-4
/
+30
2021-11-23
selftests/bpf: Fix trivial typo
Drew Fustini
1
-1
/
+1
2021-11-19
libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
Florent Revest
4
-5
/
+7
2021-11-19
selftests/bpf: Add btf_dedup case with duplicated structs within CU
Jiri Olsa
1
-0
/
+113
2021-11-19
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
1
-4
/
+41
2021-11-19
libbpf: Add runtime APIs to query libbpf version
Andrii Nakryiko
3
-0
/
+26
2021-11-18
selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changes
Ilya Leoshkevich
1
-15
/
+31
2021-11-17
selftests/bpf: Fix xdpxceiver failures for no hugepages
Tirthendu Sarkar
1
-1
/
+5
2021-11-17
bpf, docs: Fix ordering of bpf documentation
Dave Tucker
9
-86
/
+80
2021-11-17
bpf, docs: Rename bpf_lsm.rst to prog_lsm.rst
Dave Tucker
2
-1
/
+1
2021-11-17
bpf, docs: Change underline in btf to match style guide
Dave Tucker
1
-22
/
+22
2021-11-17
selftests/bpf: Mark variable as static
Yucong Sun
1
-2
/
+2
2021-11-17
selftests/bpf: Variable naming fix
Yucong Sun
1
-8
/
+8
2021-11-17
selftests/bpf: Move summary line after the error logs
Yucong Sun
1
-4
/
+4
2021-11-16
selftests/bpf: Add uprobe triggering overhead benchmarks
Andrii Nakryiko
4
-1
/
+166
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
17
-36
/
+35
2021-11-16
selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.py
Quentin Monnet
1
-9
/
+17
2021-11-16
bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py
Quentin Monnet
14
-25
/
+102
2021-11-16
bpftool: Add SPDX tags to RST documentation files
Quentin Monnet
14
-1
/
+27
2021-11-16
selftests/bpf: Add a dedup selftest with equivalent structure types
Yonghong Song
1
-0
/
+26
2021-11-16
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
1
-0
/
+2
2021-11-16
bpftool: Add current libbpf_strict mode to version output
Stanislav Fomichev
1
-1
/
+11
2021-11-15
Revert "Merge branch 'mctp-i2c-driver'"
Jakub Kicinski
12
-1209
/
+25
2021-11-15
net: mvpp2: use phylink_generic_validate()
Russell King (Oracle)
1
-49
/
+9
2021-11-15
net: mvneta: use phylink_generic_validate()
Russell King (Oracle)
1
-30
/
+4
2021-11-15
net: phylink: add generic validate implementation
Russell King (Oracle)
2
-0
/
+283
2021-11-15
net/wan/fsl_ucc_hdlc: fix sparse warnings
Christophe Leroy
1
-30
/
+32
2021-11-15
net: fddi: use swap() to make code cleaner
Yihao Han
1
-10
/
+4
2021-11-15
hinic: use ARRAY_SIZE instead of ARRAY_LEN
Guo Zhengkui
1
-17
/
+15
2021-11-15
net: usb: ax88179_178a: add TSO feature
Jacky Chou
1
-6
/
+11
2021-11-15
mctp i2c: MCTP I2C binding driver
Matt Johnston
3
-0
/
+995
2021-11-15
dt-bindings: net: New binding mctp-i2c-controller
Matt Johnston
2
-0
/
+96
2021-11-15
i2c: npcm7xx: Allow 255 byte block SMBus transfers
Matt Johnston
1
-1
/
+2
2021-11-15
i2c: aspeed: Allow 255 byte block transfers
Matt Johnston
1
-2
/
+3
2021-11-15
i2c: dev: Handle 255 byte blocks for i2c ioctl
Matt Johnston
3
-14
/
+83
2021-11-15
i2c: core: Allow 255 byte transfers for SMBus 3.x
Matt Johnston
3
-8
/
+30
2021-11-15
net: bridge: Slightly optimize 'find_portno()'
Christophe JAILLET
1
-4
/
+4
2021-11-15
net: sched: sch_netem: Refactor code in 4-state loss generator
Harshit Mogalapalli
1
-9
/
+9
2021-11-15
net: dsa: vsc73xxx: Make vsc73xx_remove() return void
Uwe Kleine-König
2
-4
/
+2
2021-11-15
net: stmmac: enhance XDP ZC driver level switching performance
Ong Boon Leong
3
-6
/
+139
2021-11-15
bpftool: Use libbpf_get_error() to check error
Hengqi Chen
5
-23
/
+27
2021-11-15
bpftool: Fix mixed indentation in documentation
Quentin Monnet
2
-38
/
+38
2021-11-15
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
4
-3
/
+6
2021-11-15
bpftool: Fix indent in option lists in the documentation
Quentin Monnet
7
-14
/
+14
2021-11-15
bpftool: Remove inclusion of utilities.mak from Makefiles
Quentin Monnet
2
-2
/
+0
[next]