index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
disasm.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-24
bpf: powerpc64: add JIT support for multi-function programs
Sandipan Das
1
-10
/
+66
2018-05-24
bpf: powerpc64: pad function address loads with NOPs
Sandipan Das
1
-11
/
+23
2018-05-24
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
1
-1
/
+14
2018-05-24
bpf: btf: Avoid variable length array
Martin KaFai Lau
1
-6
/
+5
2018-05-23
tools/lib/libbpf.c: fix string format to allow build on arm32
Sirio Balmelli
1
-4
/
+4
2018-05-23
selftests/bpf: Makefile fix "missing" headers on build with -idirafter
Sirio Balmelli
1
-0
/
+10
2018-05-23
bpf: btf: Add tests for the btf uapi changes
Martin KaFai Lau
6
-116
/
+456
2018-05-23
bpf: btf: Sync bpf.h and btf.h to tools
Martin KaFai Lau
2
-30
/
+15
2018-05-23
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
4
-16
/
+16
2018-05-23
bpf: btf: Remove unused bits from uapi/linux/btf.h
Martin KaFai Lau
2
-37
/
+44
2018-05-23
bpf: btf: Check array->index_type
Martin KaFai Lau
1
-24
/
+56
2018-05-23
bpf: btf: Change how section is supported in btf_header
Martin KaFai Lau
2
-57
/
+160
2018-05-23
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
2
-7
/
+9
2018-05-22
bpf: Add mtu checking to FIB forwarding helper
David Ahern
1
-7
/
+35
2018-05-22
net/ipv6: Add helper to return path MTU based on fib result
David Ahern
6
-0
/
+68
2018-05-22
net/ipv4: Add helper to return path MTU based on fib result
David Ahern
2
-0
/
+33
2018-05-22
xsk: convert atomic_t to refcount_t
Björn Töpel
2
-4
/
+4
2018-05-22
xsk: simplified umem setup
Björn Töpel
3
-55
/
+51
2018-05-22
xsk: add missing write- and data-dependency barrier
Björn Töpel
1
-5
/
+9
2018-05-22
samples/bpf: adapt xdpsock to the new uapi
Björn Töpel
1
-47
/
+76
2018-05-22
xsk: remove explicit ring structure from uapi
Björn Töpel
3
-22
/
+68
2018-05-22
xsk: proper queue id check at bind
Magnus Karlsson
1
-1
/
+7
2018-05-22
xsk: fill hole in struct sockaddr_xdp
Björn Töpel
1
-1
/
+1
2018-05-22
xsk: remove rebind support
Björn Töpel
1
-21
/
+9
2018-05-18
bpf: add sk_msg prog sk access tests to test_verifier
John Fastabend
2
-0
/
+123
2018-05-18
bpf: allow sk_msg programs to read sock fields
John Fastabend
4
-3
/
+121
2018-05-18
nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)
Jiong Wang
1
-10
/
+89
2018-05-18
nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)
Jiong Wang
2
-0
/
+35
2018-05-18
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
5
-32
/
+322
2018-05-18
xsk: proper '=' alignment
Björn Töpel
1
-18
/
+18
2018-05-18
xsk: fixed some cases of unnecessary parentheses
Björn Töpel
3
-6
/
+5
2018-05-18
xsk: remove newline at end of file
Björn Töpel
1
-1
/
+0
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
10
-102
/
+11
2018-05-17
bpf: sockmap, fix double-free
Gustavo A. R. Silva
1
-1
/
+0
2018-05-17
bpf: sockmap, fix uninitialized variable
Gustavo A. R. Silva
1
-1
/
+1
2018-05-17
bpf: change eBPF helper doc parsing script to allow for smaller indent
Quentin Monnet
1
-4
/
+4
2018-05-17
bpf: sockmap, on update propagate errors back to userspace
John Fastabend
1
-1
/
+1
2018-05-17
bpf: fix sock hashmap kmalloc warning
Yonghong Song
1
-0
/
+6
2018-05-17
libbpf: add ifindex to enable offload support
David Beckett
4
-3
/
+20
2018-05-17
bpf: add __printf verification to bpf_verifier_vlog
Mathieu Malaterre
1
-2
/
+2
2018-05-16
samples/bpf: Decrement ttl in fib forwarding example
David Ahern
1
-8
/
+31
2018-05-16
bpf: bpftool, support for sockhash
John Fastabend
1
-0
/
+1
2018-05-16
bpf: selftest additions for SOCKHASH
John Fastabend
7
-349
/
+453
2018-05-16
cxgb4: update LE-TCAM collection for T6
Rahul Lakkireddy
4
-8
/
+37
2018-05-16
qed: Fix LL2 race during connection terminate
Michal Kalderon
1
-10
/
+14
2018-05-16
qed: Fix possibility of list corruption during rmmod flows
Michal Kalderon
1
-1
/
+10
2018-05-16
qed: LL2 flush isles when connection is closed
Michal Kalderon
1
-0
/
+26
2018-05-16
net: ethoc: Remove useless test before clk_disable_unprepare
YueHaibing
1
-4
/
+2
2018-05-16
net: stmmac: Remove useless test before clk_disable_unprepare
YueHaibing
1
-17
/
+7
2018-05-16
net: qcom/emac: Encapsulate sgmii ops under one structure
Hemanth Puranik
4
-71
/
+103
[next]