Sign in
android-kvm
/
linux
/
d50ecc46d18fa19ccf06e0c4d2ee8a050c665e3d
d50ecc4
samples/bpf: Attach XDP programs in driver mode by default
by Toke Høiland-Jørgensen
· 5 years ago
4502789
samples/bpf: Set -fno-stack-protector when building BPF programs
by Toke Høiland-Jørgensen
· 5 years ago
5615ed4
samples/bpf: Add missing -lz to TPROGS_LDLIBS
by Toke Høiland-Jørgensen
· 5 years ago
5984dc6
samples/bpf: Reintroduce missed build targets
by Prashant Bhole
· 5 years ago
159ecc00
bpftool: Fix compilation warning on shadowed variable
by Paul Chaignon
· 5 years ago
a79ac2d
libbpf: Fix build by renaming variables
by Prashant Bhole
· 5 years ago
0849e10
Merge branch 'support-flex-arrays'
by Alexei Starovoitov
· 5 years ago
5f2eece
selftests/bpf: Add flexible array relocation tests
by Andrii Nakryiko
· 5 years ago
1b484b3
libbpf: Support flexible arrays in CO-RE
by Andrii Nakryiko
· 5 years ago
01c6f7a
Merge branch 'extern-var-support'
by Alexei Starovoitov
· 5 years ago
330a73a
selftests/bpf: Add tests for libbpf-provided externs
by Andrii Nakryiko
· 5 years ago
2ad97d4
bpftool: Generate externs datasec in BPF skeleton
by Andrii Nakryiko
· 5 years ago
166750b
libbpf: Support libbpf-provided extern variables
by Andrii Nakryiko
· 5 years ago
ac9d138
libbpf: Extract internal map names into constants
by Andrii Nakryiko
· 5 years ago
f7c0bbf
Merge branch 'bpf-obj-skel'
by Alexei Starovoitov
· 5 years ago
d9c00c3
bpftool: Add `gen skeleton` BASH completions
by Andrii Nakryiko
· 5 years ago
197448e
selftests/bpf: Add test validating data section to struct convertion layout
by Andrii Nakryiko
· 5 years ago
dde53c1
selftests/bpf: Convert few more selftest to skeletons
by Andrii Nakryiko
· 5 years ago
f3c926a
selftests/bpf: Add BPF skeletons selftests and convert attach_probe.c
by Andrii Nakryiko
· 5 years ago
985ead4
bpftool: Add skeleton codegen command
by Andrii Nakryiko
· 5 years ago
d66562f
libbpf: Add BPF object skeleton support
by Andrii Nakryiko
· 5 years ago
3f51935
libbpf: Reduce log level of supported section names dump
by Andrii Nakryiko
· 5 years ago
13acb50
libbpf: Postpone BTF ID finding for TRACING programs to load phase
by Andrii Nakryiko
· 5 years ago
eba9c5f
libbpf: Refactor global data map initialization
by Andrii Nakryiko
· 5 years ago
01af3bf
libbpf: Expose BPF program's function name
by Andrii Nakryiko
· 5 years ago
9f81654
libbpf: Expose BTF-to-C type declaration emitting API
by Andrii Nakryiko
· 5 years ago
3d208f4
libbpf: Expose btf__align_of() API
by Andrii Nakryiko
· 5 years ago
544402d
libbpf: Extract common user-facing helpers
by Andrii Nakryiko
· 5 years ago
917f6b7
libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
by Andrii Nakryiko
· 5 years ago
612d05b
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
by Andrii Nakryiko
· 5 years ago
d7a18ea
libbpf: Add generic bpf_program__attach()
by Andrii Nakryiko
· 5 years ago
0d13bfc
libbpf: Don't require root for bpf_object__open()
by Andrii Nakryiko
· 5 years ago
aa91593
libbpf: Fix readelf output parsing for Fedora
by Thadeu Lima de Souza Cascardo
· 5 years ago
a06ae6a
Merge branch 'bpftool-match-by-name'
by Alexei Starovoitov
· 5 years ago
99f9863
bpftool: Match maps by name
by Paul Chaignon
· 5 years ago
a7d22ca
bpftool: Match programs by name
by Paul Chaignon
· 5 years ago
ec20250
bpftool: Match several programs with same tag
by Paul Chaignon
· 5 years ago
a06bf42
selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN
by Stanislav Fomichev
· 5 years ago
850a88c
bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
by Stanislav Fomichev
· 5 years ago
02620d9
Merge branch 'bpf-dispatcher'
by Alexei Starovoitov
· 5 years ago
116eb78
bpf, x86: Align dispatcher branch targets to 16B
by Björn Töpel
· 5 years ago
e754f5a
selftests: bpf: Add xdp_perf test
by Björn Töpel
· 5 years ago
f23c4b3
bpf: Start using the BPF dispatcher in BPF_TEST_RUN
by Björn Töpel
· 5 years ago
7e6897f
bpf, xdp: Start using the BPF dispatcher for XDP
by Björn Töpel
· 5 years ago
75ccbef
bpf: Introduce BPF dispatcher
by Björn Töpel
· 5 years ago
98e8627
bpf: Move trampoline JIT image allocation to a function
by Björn Töpel
· 5 years ago
91cbdf7
selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs
by Andrii Nakryiko
· 5 years ago
783b8f0
libbpf: Don't attach perf_buffer to offline/missing CPUs
by Andrii Nakryiko
· 5 years ago
65bc4c4
selftests/bpf: Add CPU mask parsing tests
by Andrii Nakryiko
· 5 years ago
6803ee2
libbpf: Extract and generalize CPU mask parsing logic
by Andrii Nakryiko
· 5 years ago
7708bd4
Merge branch 'reuseport_to_test_progs'
by Alexei Starovoitov
· 5 years ago
7ee0d4e
selftests/bpf: Switch reuseport tests for test_progs framework
by Jakub Sitnicki
· 5 years ago
415bb4e
selftests/bpf: Move reuseport tests under prog_tests/
by Jakub Sitnicki
· 5 years ago
250a91d
selftests/bpf: Pull up printing the test name into test runner
by Jakub Sitnicki
· 5 years ago
9af6c84
selftests/bpf: Propagate errors during setup for reuseport tests
by Jakub Sitnicki
· 5 years ago
ce7cb5f
selftests/bpf: Run reuseport tests in a loop
by Jakub Sitnicki
· 5 years ago
9936338
selftests/bpf: Unroll the main loop in reuseport test
by Jakub Sitnicki
· 5 years ago
a9ce4cf
selftests/bpf: Add helpers for getting socket family & type name
by Jakub Sitnicki
· 5 years ago
11f8035
selftests/bpf: Use sa_family_t everywhere in reuseport tests
by Jakub Sitnicki
· 5 years ago
1fbcef9
selftests/bpf: Let libbpf determine program type from section name
by Jakub Sitnicki
· 5 years ago
67d69cc
libbpf: Recognize SK_REUSEPORT programs from section name
by Jakub Sitnicki
· 5 years ago
679152d
libbpf: Fix printf compilation warnings on ppc64le arch
by Andrii Nakryiko
· 5 years ago
81c2204
bpf, x86, arm64: Enable jit by default when not built as always-on
by Daniel Borkmann
· 5 years ago
bae141f
bpf: Emit audit messages upon successful prog load and unload
by Daniel Borkmann
· 5 years ago
b590cb5
bpf: Switch to offsetofend in BPF_PROG_TEST_RUN
by Stanislav Fomichev
· 5 years ago
09c4708
libbpf: Bump libpf current version to v0.0.7
by Andrii Nakryiko
· 5 years ago
c453312
ARM: net: bpf: Improve prologue code sequence
by Russell King
· 5 years ago
c219399
cxgb4: add support for high priority filters
by Shahjada Abul Husain
· 5 years ago
6525b5e
enetc: remove variable 'tc_max_sized_frame' set but not used
by Chen Wandun
· 5 years ago
ca866ee
nfp: add support for TLV device stats
by Jakub Kicinski
· 5 years ago
5000b28
tcp: Cleanup duplicate initialization of sk->sk_state.
by Kuniyuki Iwashima
· 5 years ago
4caefbc
enetc: add software timestamping
by Michael Walle
· 5 years ago
bb9d845
Merge branch 'tipc-introduce-variable-window-congestion-control'
by David S. Miller
· 5 years ago
16ad3f4
tipc: introduce variable window congestion control
by Jon Maloy
· 5 years ago
d3b0999
tipc: eliminate more unnecessary nacks and retransmissions
by Jon Maloy
· 5 years ago
0228824
tipc: eliminate gap indicator from ACK messages
by Jon Maloy
· 5 years ago
08cbc75
ppp: Adjust indentation into ppp_async_input
by Nathan Chancellor
· 5 years ago
5c61e22
net: smc911x: Adjust indentation in smc911x_phy_configure
by Nathan Chancellor
· 5 years ago
fe06bf3
net: tulip: Adjust indentation in {dmfe, uli526x}_init_module
by Nathan Chancellor
· 5 years ago
80bfc3b
Merge branch 'dp83867-fix-fifo-depth'
by David S. Miller
· 5 years ago
e02d181
net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depth
by Dan Murphy
· 5 years ago
96ae38a
dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional
by Dan Murphy
· 5 years ago
65e6d90
net-tcp: Disable TCP ssthresh metrics cache by default
by Kevin(Yudong) Yang
· 5 years ago
4e7696d
sctp: get netns from asoc and ep base
by Xin Long
· 5 years ago
26c97a2
net: sfp: avoid tx-fault with Nokia GPON module
by Russell King
· 5 years ago
e70ac62
qed: remove redundant assignments to rc
by Colin Ian King
· 5 years ago
718eae2
NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().
by Mao Wenan
· 5 years ago
4a63ef7
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 5 years ago
e7096c1
net: WireGuard secure network tunnel
by Jason A. Donenfeld
· 5 years ago
e42617b
Linux 5.5-rc1
by Linus Torvalds
· 5 years ago
v5.5-rc1
95e6ba5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
138f371
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 5 years ago
a78f7cd
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
5bf9a06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
9455d25
Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb
by Linus Torvalds
· 5 years ago
7372145
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 5 years ago
95207d5
Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
50caca9
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
316933c
Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 5 years ago
911d137
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
Next »