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
*
i40e: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-06-03
1
-2
/
+8
*
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
2018-06-03
9
-11
/
+32
*
Merge branch 'misc-BPF-improvements'
Alexei Starovoitov
2018-06-03
13
-70
/
+421
|
\
|
*
bpf, doc: add missing patchwork url and libbpf to maintainers
Daniel Borkmann
2018-06-03
1
-0
/
+2
|
*
bpf: sync bpf uapi header with tools
Daniel Borkmann
2018-06-03
1
-2
/
+20
|
*
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
2018-06-03
3
-9
/
+34
|
*
bpf: fix cbpf parser bug for octal numbers
Daniel Borkmann
2018-06-03
1
-1
/
+1
|
*
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
2018-06-03
2
-1
/
+8
|
*
bpf: add bpf_skb_cgroup_id helper
Daniel Borkmann
2018-06-03
2
-3
/
+45
|
*
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2018-06-03
3
-22
/
+61
|
*
bpf: show prog and map id in fdinfo
Daniel Borkmann
2018-06-03
1
-4
/
+8
|
*
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
2018-06-03
1
-1
/
+1
|
*
bpf: add also cbpf long jump test cases with heavy expansion
Daniel Borkmann
2018-06-03
1
-0
/
+63
|
*
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
2018-06-03
3
-27
/
+178
|
/
*
Merge branch 'btf-fixes'
Alexei Starovoitov
2018-06-02
2
-1
/
+70
|
\
|
*
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2018-06-02
2
-1
/
+42
|
*
bpf: btf: Check array t->size
Martin KaFai Lau
2018-06-02
2
-0
/
+28
|
/
*
Merge branch 'bpf-sockmap-test-fixes'
Daniel Borkmann
2018-06-02
1
-20
/
+67
|
\
|
*
selftests/bpf: test_sockmap, print additional test options
Prashant Bhole
2018-06-02
1
-9
/
+19
|
*
selftests/bpf: test_sockmap, fix data verification
Prashant Bhole
2018-06-02
1
-1
/
+13
|
*
selftests/bpf: test_sockmap, timing improvements
Prashant Bhole
2018-06-02
1
-4
/
+9
|
*
selftests/bpf: test_sockmap, join cgroup in selftest mode
Prashant Bhole
2018-06-02
1
-0
/
+5
|
*
selftests/bpf: test_sockmap, check test failure
Prashant Bhole
2018-06-02
1
-6
/
+21
|
/
*
bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...
David Ahern
2018-05-30
1
-2
/
+2
*
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
2018-05-30
1
-1
/
+1
*
bpftool: Support sendmsg{4,6} attach types
Andrey Ignatov
2018-05-30
3
-5
/
+13
*
Merge branch 'bpf-ir-decoder'
Daniel Borkmann
2018-05-30
22
-22
/
+984
|
\
|
*
bpf: add selftest for lirc_mode2 type program
Sean Young
2018-05-30
10
-17
/
+494
|
*
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
2018-05-30
10
-3
/
+479
|
*
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
2018-05-30
2
-2
/
+11
|
/
*
bpf: Verify flags in bpf_fib_lookup
David Ahern
2018-05-29
1
-0
/
+6
*
bpf: Drop mpls from bpf_fib_lookup
David Ahern
2018-05-29
1
-13
/
+13
*
bpf: hide the unused 'off' variable
YueHaibing
2018-05-29
1
-0
/
+2
*
bpf: clean up eBPF helpers documentation
Quentin Monnet
2018-05-29
2
-22
/
+20
*
Merge branch 'bpf-sendmsg-hook'
Daniel Borkmann
2018-05-28
14
-196
/
+1215
|
\
|
*
selftests/bpf: Selftest for sys_sendmsg hooks
Andrey Ignatov
2018-05-28
4
-1
/
+628
|
*
selftests/bpf: Prepare test_sock_addr for extension
Andrey Ignatov
2018-05-28
1
-195
/
+460
|
*
libbpf: Support guessing sendmsg{4,6} progs
Andrey Ignatov
2018-05-28
1
-0
/
+2
|
*
bpf: Sync bpf.h to tools/
Andrey Ignatov
2018-05-28
1
-0
/
+8
|
*
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2018-05-28
8
-9
/
+125
|
*
bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=n
Andrey Ignatov
2018-05-28
1
-0
/
+1
|
/
*
selftests/bpf: missing headers test_lwt_seg6local
Mathieu Xhonneux
2018-05-28
2
-0
/
+135
*
bpf: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
2018-05-28
1
-4
/
+3
*
bpf: btf: avoid -Wreturn-type warning
Arnd Bergmann
2018-05-28
1
-1
/
+1
*
libbpf: Install btf.h with libbpf
Andrey Ignatov
2018-05-28
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-27
200
-874
/
+2625
|
\
|
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-05-26
16
-43
/
+125
|
|
\
|
|
*
kasan: fix memory hotplug during boot
David Hildenbrand
2018-05-26
1
-1
/
+1
|
|
*
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
2018-05-26
1
-0
/
+1
|
|
*
checkpatch: fix macro argument precedence test
Joe Perches
2018-05-26
1
-1
/
+1
[next]