index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
Jesper Dangaard Brouer
1
-0
/
+26
2018-02-09
tools/libbpf: improve the pr_debug statements to contain section numbers
Jesper Dangaard Brouer
1
-12
/
+13
2018-02-08
libbpf: complete list of strings for guessing program type
Quentin Monnet
1
-0
/
+5
2018-02-02
libbpf: add missing SPDX-License-Identifier
Eric Leblond
4
-0
/
+8
2018-02-02
libbpf: add error reporting in XDP
Eric Leblond
4
-1
/
+271
2018-02-02
libbpf: add function to setup XDP
Eric Leblond
3
-0
/
+128
2018-02-02
tools: add netlink.h and if_link.h in tools uapi
Eric Leblond
1
-0
/
+6
2018-01-17
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
1
-13
/
+2
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
1
-1
/
+2
2018-01-17
libbpf: fix string comparison for guessing eBPF program type
Quentin Monnet
1
-1
/
+1
2017-12-20
libbpf: Fix build errors.
David Miller
1
-2
/
+3
2017-12-17
libbpf: fix Makefile exit code if libelf not found
Jakub Kicinski
1
-2
/
+2
2017-12-17
libbpf: add support for bpf_call
Alexei Starovoitov
2
-44
/
+128
2017-12-14
libbpf: prefer global symbols as bpf program name source
Roman Gushchin
1
-0
/
+2
2017-12-14
libbpf: add ability to guess program type based on section name
Roman Gushchin
1
-0
/
+51
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-05
libbpf: use map_flags when creating maps
Craig Gallek
2
-1
/
+2
2017-10-05
libbpf: parse maps sections of varying size
Craig Gallek
1
-29
/
+41
2017-10-04
libbpf: add support for BPF_PROG_QUERY
Alexei Starovoitov
2
-1
/
+22
2017-10-04
libbpf: introduce bpf_prog_detach2()
Alexei Starovoitov
2
-0
/
+13
2017-09-29
bpf: libbpf: Provide basic API support to specify BPF obj name
Martin KaFai Lau
3
-46
/
+143
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
5
-4
/
+69
2017-08-28
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2
-15
/
+3
2017-08-24
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+2
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-08-20
tools lib bpf: improve warning
Eric Leblond
1
-1
/
+2
2017-08-19
bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test
Martin KaFai Lau
2
-4
/
+34
2017-08-17
tools lib bpf: Fix double file test in Makefile
Daniel Díaz
1
-2
/
+2
2017-08-16
bpf: selftests add sockmap tests
John Fastabend
2
-0
/
+31
2017-08-16
bpf: sockmap sample program
John Fastabend
2
-3
/
+15
2017-08-10
Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm...
Ingo Molnar
1
-2
/
+2
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-08-04
bpf, s390: fix build for libbpf and selftest suite
Daniel Borkmann
1
-0
/
+2
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2017-07-31
perf build: Clarify open-coded header version warning message
Ingo Molnar
1
-2
/
+2
2017-07-26
bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()
Jakub Kicinski
1
-1
/
+0
2017-07-26
bpf: install libbpf headers on 'make install'
Jakub Kicinski
1
-0
/
+4
2017-07-20
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2
-3
/
+3
2017-06-06
bpf: Test for bpf ID
Martin KaFai Lau
2
-0
/
+73
2017-05-11
bpf: Add bpf_verify_program() to the library.
David S. Miller
2
-0
/
+26
2017-04-22
bpf: Add sparc support to tools and samples.
David S. Miller
1
-0
/
+2
2017-04-01
tools/lib/bpf: expose bpf_program__set_type()
Alexei Starovoitov
2
-2
/
+3
2017-04-01
tools/lib/bpf: add support for BPF_PROG_TEST_RUN command
Alexei Starovoitov
2
-1
/
+27
2017-03-22
bpf: Add tests for map-in-map
Martin KaFai Lau
2
-0
/
+19
2017-03-09
scripts/spelling.txt: add "overide" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-27
scripts/spelling.txt: add "overrided" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-15
/
+15
2017-02-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-29
/
+255
[next]