index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
net: strparser: make it explicitly non-modular
Paul Gortmaker
2019-04-22
1
-10
/
+4
|
*
|
|
|
net: bpfilter: dont use module_init in non-modular code
Paul Gortmaker
2019-04-22
1
-2
/
+1
|
*
|
|
|
cgroup: net: remove left over MODULE_LICENSE tag
Paul Gortmaker
2019-04-22
1
-2
/
+0
|
*
|
|
|
net: tc_act: drop include of module.h from tc_ife.h
Paul Gortmaker
2019-04-22
1
-1
/
+2
|
*
|
|
|
net: fib: drop include of module.h from fib_notifier.h
Paul Gortmaker
2019-04-22
1
-1
/
+2
|
*
|
|
|
net: ife: drop include of module.h from net/ife.h
Paul Gortmaker
2019-04-22
1
-1
/
+0
|
*
|
|
|
net: psample: drop include of module.h from psample.h
Paul Gortmaker
2019-04-22
1
-1
/
+0
|
/
/
/
/
*
|
|
|
net: Rename net/nexthop.h net/rtnh.h
David Ahern
2019-04-22
7
-8
/
+8
*
|
|
|
ipv6: Remove fib6_info_nh_lwt
David Ahern
2019-04-22
1
-6
/
+0
*
|
|
|
include/net/tcp.h: whitespace cleanup at tcp_v4_check
Daniel T. Lee
2019-04-22
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-22
57
-288
/
+3594
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'bpf-verifier-lock'
Daniel Borkmann
2019-04-23
2
-15
/
+23
|
|
\
\
\
|
|
*
|
|
bpf: drop bpf_verifier_lock
Alexei Starovoitov
2019-04-23
1
-3
/
+5
|
|
*
|
|
bpf: remove global variables
Alexei Starovoitov
2019-04-23
2
-12
/
+18
|
|
/
/
/
|
*
|
|
bpf: document the verifier limits
Alexei Starovoitov
2019-04-23
1
-2
/
+27
|
*
|
|
libbpf: fix BPF_LOG_BUF_SIZE off-by-one error
McCabe, Robert J
2019-04-19
1
-1
/
+1
|
*
|
|
bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common place
Stanislav Fomichev
2019-04-18
3
-4
/
+4
|
*
|
|
bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c
Martin KaFai Lau
2019-04-18
1
-1
/
+1
|
*
|
|
selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.h
Wang YanQing
2019-04-18
2
-2
/
+2
|
*
|
|
libbpf: remove compile time warning from libbpf_util.h
Magnus Karlsson
2019-04-18
1
-1
/
+1
|
*
|
|
bpf: Document BPF_PROG_TYPE_CGROUP_SYSCTL
Andrey Ignatov
2019-04-18
2
-0
/
+134
|
*
|
|
selftests/bpf: fix a compilation error
Yonghong Song
2019-04-17
1
-2
/
+2
|
*
|
|
Merge branch 'bulk-cpumap-redirect'
Alexei Starovoitov
2019-04-17
3
-35
/
+91
|
|
\
\
\
|
|
*
|
|
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
2019-04-17
1
-0
/
+12
|
|
*
|
|
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
2019-04-17
1
-7
/
+15
|
|
*
|
|
net: core: introduce build_skb_around
Jesper Dangaard Brouer
2019-04-17
2
-19
/
+54
|
|
*
|
|
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
2019-04-17
1
-10
/
+11
|
|
/
/
/
|
*
|
|
Merge branch 'af_xdp-smp_mb-fixes'
Alexei Starovoitov
2019-04-16
3
-10
/
+98
|
|
\
\
\
|
|
*
|
|
libbpf: optimize barrier for XDP socket rings
Magnus Karlsson
2019-04-16
2
-1
/
+6
|
|
*
|
|
libbpf: remove dependency on barrier.h in xsk.h
Magnus Karlsson
2019-04-16
2
-3
/
+29
|
|
*
|
|
libbpf: remove likely/unlikely in xsk.h
Magnus Karlsson
2019-04-16
1
-2
/
+2
|
|
*
|
|
libbpf: fix XDP socket ring buffer memory ordering
Magnus Karlsson
2019-04-16
1
-2
/
+11
|
|
*
|
|
xsk: fix XDP socket ring buffer memory ordering
Magnus Karlsson
2019-04-16
1
-4
/
+52
|
|
/
/
/
|
*
|
|
tools/bpftool: show btf_id in map listing
Prashant Bhole
2019-04-16
1
-0
/
+6
|
*
|
|
tools/bpftool: re-organize newline printing for map listing
Prashant Bhole
2019-04-16
1
-2
/
+3
|
*
|
|
bpftool: Support sysctl hook
Andrey Ignatov
2019-04-16
6
-8
/
+13
|
*
|
|
libbpf: fix printf formatter for ptrdiff_t argument
Andrii Nakryiko
2019-04-16
1
-1
/
+1
|
*
|
|
bpf: use BPF_CAST_CALL for casting bpf call
Prashant Bhole
2019-04-16
1
-3
/
+2
|
*
|
|
bpf: allow clearing all sock_ops callback flags
Viet Hoang Tran
2019-04-16
2
-3
/
+9
|
*
|
|
selftests: bpf: add VRF test cases to lwt_ip_encap test.
Peter Oskolkov
2019-04-16
1
-48
/
+86
|
*
|
|
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
2019-04-16
3
-0
/
+18
|
*
|
|
selftests/bpf: make flow dissector tests more extensible
Stanislav Fomichev
2019-04-16
1
-81
/
+116
|
*
|
|
selftests/bpf: two scale tests
Alexei Starovoitov
2019-04-16
2
-0
/
+88
|
*
|
|
bpftool: Improve handling of ENOSPC on reuseport_array map dumps
Benjamin Poirier
2019-04-16
1
-0
/
+7
|
*
|
|
bpftool: Use print_entry_error() in case of ENOENT when dumping
Benjamin Poirier
2019-04-16
1
-19
/
+14
|
*
|
|
tools: bpftool: add a note on program statistics in man page
Quentin Monnet
2019-04-16
1
-0
/
+8
|
*
|
|
tools: bpftool: fix short option name for printing version in man pages
Quentin Monnet
2019-04-16
7
-7
/
+7
|
*
|
|
tools: bpftool: fix man page documentation for "pinmaps" keyword
Quentin Monnet
2019-04-16
1
-1
/
+1
|
*
|
|
tools: bpftool: reset errno for "bpftool cgroup tree"
Quentin Monnet
2019-04-16
1
-0
/
+7
|
*
|
|
tools: bpftool: remove blank line after btf_id when listing programs
Quentin Monnet
2019-04-16
1
-1
/
+1
[prev]
[next]