index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ipv6-Another-followup-to-the-fib6_info-change'
David S. Miller
2018-04-21
4
-83
/
+136
|
\
|
*
net/ipv6: Remove unncessary check on f6i in fib6_check
David Ahern
2018-04-21
1
-2
/
+1
|
*
net/ipv6: Make from in rt6_info rcu protected
David Ahern
2018-04-21
4
-35
/
+88
|
*
net/ipv6: Move release of fib6_info from pcpu routes to helper
David Ahern
2018-04-21
1
-18
/
+23
|
*
net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe
David Ahern
2018-04-21
2
-5
/
+14
|
*
net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_alloc
David Ahern
2018-04-21
1
-7
/
+6
|
*
net/ipv6: Rename rt6_get_cookie_safe
David Ahern
2018-04-21
2
-5
/
+5
|
*
net/ipv6: Clean up rt expires helpers
David Ahern
2018-04-21
2
-21
/
+9
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-04-21
45
-89
/
+5591
|
\
|
*
libbpf: fixed build error for samples/bpf/
Björn Töpel
2018-04-20
1
-0
/
+1
|
*
Merge branch 'bpf-type-format'
Daniel Borkmann
2018-04-19
22
-41
/
+5076
|
|
\
|
|
*
bpf: btf: Add BTF tests
Martin KaFai Lau
2018-04-19
4
-3
/
+1783
|
|
*
bpf: btf: Add BTF support to libbpf
Martin KaFai Lau
2018-04-19
7
-31
/
+626
|
|
*
bpf: btf: Sync bpf.h and btf.h to tools/
Martin KaFai Lau
2018-04-19
2
-0
/
+142
|
|
*
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
2018-04-19
5
-7
/
+254
|
|
*
bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
Martin KaFai Lau
2018-04-19
3
-1
/
+23
|
|
*
bpf: btf: Add BPF_BTF_LOAD command
Martin KaFai Lau
2018-04-19
4
-0
/
+97
|
|
*
bpf: btf: Add pretty print capability for data with BTF type info
Martin KaFai Lau
2018-04-19
2
-0
/
+200
|
|
*
bpf: btf: Check members of struct/union
Martin KaFai Lau
2018-04-19
1
-0
/
+205
|
|
*
bpf: btf: Validate type reference
Martin KaFai Lau
2018-04-19
2
-1
/
+702
|
|
*
bpf: btf: Introduce BPF Type Format (BTF)
Martin KaFai Lau
2018-04-19
3
-0
/
+1046
|
|
/
|
*
bpf: reserve xdp_frame size in xdp headroom
Jesper Dangaard Brouer
2018-04-19
1
-9
/
+3
|
*
Merge branch 'bpf-xdp-adjust-tail'
Daniel Borkmann
2018-04-18
18
-12
/
+435
|
|
\
|
|
*
bpf: add bpf_xdp_adjust_tail sample prog
Nikita V. Shirokov
2018-04-18
4
-0
/
+300
|
|
*
bpf: adding tests for bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
5
-2
/
+75
|
|
*
bpf: making bpf_prog_test run aware of possible data_end ptr change
Nikita V. Shirokov
2018-04-18
1
-1
/
+2
|
|
*
bpf: make virtio compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+6
|
|
*
bpf: make tun compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+2
|
|
*
bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+1
|
|
*
bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+1
|
|
*
bpf: make bnxt compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+1
|
|
*
bpf: make mlx4 compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+1
|
|
*
bpf: make generic xdp compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+9
|
|
*
bpf: adding bpf_xdp_adjust_tail helper
Nikita V. Shirokov
2018-04-18
2
-2
/
+37
|
|
/
|
*
tools: bpftool: make it easier to feed hex bytes to bpftool
Quentin Monnet
2018-04-18
3
-18
/
+36
|
*
samples/bpf: fix xdp_monitor user output for tracepoint exception
Jesper Dangaard Brouer
2018-04-18
1
-1
/
+1
|
*
samples/bpf: correct comment in sock_example.c
Wang Sheng-Hui
2018-04-18
1
-2
/
+2
|
*
Merge branch 'bpf-libbpf-add-types'
Daniel Borkmann
2018-04-18
6
-7
/
+38
|
|
\
|
|
*
libbpf: Type functions for raw tracepoints
Andrey Ignatov
2018-04-18
2
-0
/
+4
|
|
*
libbpf: Support guessing post_bind{4,6} progs
Andrey Ignatov
2018-04-18
1
-0
/
+6
|
|
*
bpftool: Support new prog types and attach types
Andrey Ignatov
2018-04-18
4
-7
/
+28
|
|
/
*
|
tun: do not compute the rxhash, if not needed
Paolo Abeni
2018-04-20
1
-9
/
+6
*
|
lan78xx: Add support to dump lan78xx registers
Raghuram Chary J
2018-04-20
1
-0
/
+54
*
|
Merge branch 'lan78xx-Read-configuration-from-Device-Tree'
David S. Miller
2018-04-20
6
-23
/
+156
|
\
\
|
*
|
dt-bindings: Document the DT bindings for lan78xx
Phil Elwell
2018-04-20
2
-0
/
+55
|
*
|
lan78xx: Read LED states from Device Tree
Phil Elwell
2018-04-20
5
-1
/
+81
|
*
|
lan78xx: Read MAC address from DT if present
Phil Elwell
2018-04-20
1
-22
/
+20
|
/
/
*
|
sfc: set and clear interrupt affinity hints
Bert Kenward
2018-04-20
1
-0
/
+36
*
|
net/ipv6: Fix ip6_convert_metrics() bug
Eric Dumazet
2018-04-20
1
-11
/
+9
*
|
Merge branch 'qed-Use-trust-mode-to-override-forced-MAC'
David S. Miller
2018-04-20
6
-18
/
+306
|
\
\
[next]