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
...
|
*
samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packets
Jesper Dangaard Brouer
2018-07-14
1
-1
/
+10
|
*
Merge branch 'bpf-xdp-driver-and-hw'
Daniel Borkmann
2018-07-13
23
-146
/
+246
|
|
\
|
|
*
nfp: add support for simultaneous driver and hw XDP
Jakub Kicinski
2018-07-13
3
-40
/
+26
|
|
*
selftests/bpf: add test for multiple programs
Jakub Kicinski
2018-07-13
1
-0
/
+63
|
|
*
netdevsim: add support for simultaneous driver and hw XDP
Jakub Kicinski
2018-07-13
4
-33
/
+12
|
|
*
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2018-07-13
6
-62
/
+96
|
|
*
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
2018-07-13
7
-38
/
+67
|
|
*
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-13
15
-25
/
+9
|
|
*
xdp: add per mode attributes for attached programs
Jakub Kicinski
2018-07-13
2
-4
/
+29
|
|
/
|
*
Merge branch 'bpf-arm-jit-improvements'
Daniel Borkmann
2018-07-13
1
-47
/
+73
|
|
\
|
|
*
ARM: net: bpf: improve 64-bit ALU implementation
Russell King
2018-07-13
1
-5
/
+24
|
|
*
ARM: net: bpf: improve 64-bit store implementation
Russell King
2018-07-13
1
-26
/
+26
|
|
*
ARM: net: bpf: improve 64-bit sign-extended immediate load
Russell King
2018-07-13
1
-4
/
+3
|
|
*
ARM: net: bpf: improve 64-bit load immediate implementation
Russell King
2018-07-13
1
-12
/
+20
|
|
/
|
*
Merge branch 'bpf-arm-jit-improvements'
Daniel Borkmann
2018-07-12
2
-481
/
+543
|
|
\
|
|
*
ARM: net: bpf: use double-word load/stores where available
Russell King
2018-07-12
2
-12
/
+45
|
|
*
ARM: net: bpf: always use odd/even register pair
Russell King
2018-07-12
1
-14
/
+14
|
|
*
ARM: net: bpf: avoid reloading 'array'
Russell King
2018-07-12
1
-5
/
+4
|
|
*
ARM: net: bpf: avoid reloading 'index'
Russell King
2018-07-12
1
-2
/
+3
|
|
*
ARM: net: bpf: use ldr instructions with shifted rm register
Russell King
2018-07-12
2
-2
/
+5
|
|
*
ARM: net: bpf: use immediate forms of instructions where possible
Russell King
2018-07-12
2
-9
/
+13
|
|
*
ARM: net: bpf: imm12 constant conversion
Russell King
2018-07-12
1
-1
/
+49
|
|
*
ARM: net: bpf: access eBPF scratch space using ARM FP register
Russell King
2018-07-12
1
-19
/
+25
|
|
*
ARM: net: bpf: 64-bit accessor functions for BPF registers
Russell King
2018-07-12
1
-113
/
+122
|
|
*
ARM: net: bpf: provide accessor functions for BPF registers
Russell King
2018-07-12
1
-201
/
+128
|
|
*
ARM: net: bpf: remove is_on_stack() and sstk/dstk
Russell King
2018-07-12
1
-176
/
+160
|
|
*
ARM: net: bpf: use negative numbers for stacked registers
Russell King
2018-07-12
1
-98
/
+102
|
|
*
ARM: net: bpf: provide load/store ops with negative immediates
Russell King
2018-07-12
2
-22
/
+41
|
|
*
ARM: net: bpf: enumerate the JIT scratch stack layout
Russell King
2018-07-12
1
-17
/
+42
|
|
/
|
*
Merge branch 'bpf-helper-man-install'
Daniel Borkmann
2018-07-12
4
-17
/
+93
|
|
\
|
|
*
tools: bpf: build and install man page for eBPF helpers from bpftool/
Quentin Monnet
2018-07-12
2
-5
/
+67
|
|
*
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
2018-07-12
1
-8
/
+24
|
|
*
bpf: fix documentation for eBPF helpers
Quentin Monnet
2018-07-12
1
-4
/
+2
|
|
/
|
*
Merge branch 'bpf-bpftool-improved-prog-load'
Daniel Borkmann
2018-07-11
18
-108
/
+906
|
|
\
|
|
*
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
2018-07-11
5
-23
/
+219
|
|
*
tools: libbpf: allow map reuse
Jakub Kicinski
2018-07-11
2
-0
/
+54
|
|
*
tools: bpf: make use of reallocarray
Jakub Kicinski
2018-07-11
10
-9
/
+334
|
|
*
tools: libbpf: move library error code into a separate file
Jakub Kicinski
2018-07-11
3
-49
/
+75
|
|
*
tools: bpftool: reimplement bpf_prog_load() for prog load
Jakub Kicinski
2018-07-11
1
-13
/
+48
|
|
*
tools: libbpf: add extended attributes version of bpf_object__open()
Jakub Kicinski
2018-07-11
2
-6
/
+26
|
|
*
tools: libbpf: recognize offload neutral maps
Jakub Kicinski
2018-07-11
2
-1
/
+8
|
|
*
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
2018-07-11
3
-5
/
+60
|
|
*
tools: libbpf: expose the prog type guessing from section name logic
Jakub Kicinski
2018-07-11
2
-18
/
+28
|
|
*
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
2018-07-11
3
-6
/
+58
|
|
*
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
2018-07-11
2
-4
/
+22
|
|
*
selftests/bpf: add Error: prefix in check_extack helper
Jakub Kicinski
2018-07-11
1
-4
/
+4
|
|
*
selftests/bpf: remove duplicated word from test offloads
Jakub Kicinski
2018-07-11
1
-1
/
+1
|
|
/
|
*
Merge branch 'bpf-nfp-mul-div-support'
Daniel Borkmann
2018-07-07
7
-37
/
+483
|
|
\
|
|
*
nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.h
Jiong Wang
2018-07-07
1
-11
/
+53
|
|
*
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
2018-07-07
3
-1
/
+93
[prev]
[next]