Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e0cea7ce988cf48cc4052235d2ad2550b3bc4fa0
e0cea7c
bpf: implement ld_abs/ld_ind in native bpf
by Daniel Borkmann
· 7 years ago
93731ef
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
by Daniel Borkmann
· 7 years ago
b390134
bpf: prefix cbpf internal helpers with bpf_
by Daniel Borkmann
· 7 years ago
08dbc7a
Merge branch 'AF_XDP-initial-support'
by Alexei Starovoitov
· 7 years ago
b4b8faa
samples/bpf: sample application and documentation for AF_XDP sockets
by Magnus Karlsson
· 7 years ago
af75d9e
xsk: statistics support
by Magnus Karlsson
· 7 years ago
35fcde7
xsk: support for Tx
by Magnus Karlsson
· 7 years ago
865b03f
dev: packet: make packet_direct_xmit a common function
by Magnus Karlsson
· 7 years ago
f614590
xsk: add Tx queue setup and mmap support
by Magnus Karlsson
· 7 years ago
fe23083
xsk: add umem completion queue support and mmap
by Magnus Karlsson
· 7 years ago
02671e2
xsk: wire up XDP_SKB side of AF_XDP
by Björn Töpel
· 7 years ago
1b1a251
xsk: wire up XDP_DRV side of AF_XDP
by Björn Töpel
· 7 years ago
fbfc504
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
by Björn Töpel
· 7 years ago
c497176
xsk: add Rx receive functions and poll support
by Björn Töpel
· 7 years ago
965a990
xsk: add support for bind for Rx
by Magnus Karlsson
· 7 years ago
b9b6b68
xsk: add Rx queue setup and mmap support
by Björn Töpel
· 7 years ago
423f383
xsk: add umem fill queue support and mmap
by Magnus Karlsson
· 7 years ago
c0c77d8
xsk: add user memory registration support sockopt
by Björn Töpel
· 7 years ago
68e8b84
net: initial AF_XDP skeleton
by Björn Töpel
· 7 years ago
03f5781
bpf, x86_32: add eBPF JIT compiler for ia32
by Wang YanQing
· 7 years ago
6f96674
bpf: relax constraints on formatting for eBPF helper documentation
by Quentin Monnet
· 7 years ago
a2c7a98
x86/bpf: Clean up non-standard comments, to make the code more readable
by Ingo Molnar
· 7 years ago
a3fe1f6
tools: bpftool: change time format for program 'loaded at:' information
by Quentin Monnet
· 7 years ago
c0dd967
tools, include: Grab a copy of linux/erspan.h
by William Tu
· 7 years ago
081023a
Merge branch 'bpf-formatting-fixes-helpers'
by Daniel Borkmann
· 7 years ago
a56497d
bpf: update bpf.h uapi header for tools
by Quentin Monnet
· 7 years ago
79552fb
bpf: fix formatting for bpf_get_stack() helper doc
by Quentin Monnet
· 7 years ago
3bd5a09
bpf: fix formatting for bpf_perf_event_read() helper doc
by Quentin Monnet
· 7 years ago
4d220ed
bpf: remove tracepoints from bpf core
by Alexei Starovoitov
· 7 years ago
34745ae
samples/bpf: fix kprobe attachment issue on x64
by Yonghong Song
· 7 years ago
7ef3771
bpf: Allow bpf_current_task_under_cgroup in interrupt
by Teng Qin
· 7 years ago
fcf8572
Merge branch 'fix-bpf-helpers-doc'
by Alexei Starovoitov
· 7 years ago
96871b9
bpf: Sync bpf.h to tools/
by Andrey Ignatov
· 7 years ago
a3ef8e9
bpf: Fix helpers ctx struct types in uapi doc
by Andrey Ignatov
· 7 years ago
f60ad0a
Merge branch 'bpf_get_stack'
by Alexei Starovoitov
· 7 years ago
79b4535
tools/bpf: add a test for bpf_get_stack with tracepoint prog
by Yonghong Song
· 7 years ago
173965f
tools/bpf: add a test for bpf_get_stack with raw tracepoint prog
by Yonghong Song
· 7 years ago
2abe611c
tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
by Yonghong Song
· 7 years ago
28dbf86
samples/bpf: move common-purpose trace functions to selftests
by Yonghong Song
· 7 years ago
de2ff05
tools/bpf: add bpf_get_stack helper to tools headers
by Yonghong Song
· 7 years ago
9cbe1f5a
bpf/verifier: improve register value range tracking with ARSH
by Yonghong Song
· 7 years ago
afbe1a5
bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
by Yonghong Song
· 7 years ago
849fa50
bpf/verifier: refine retval R0 state for bpf_get_stack helper
by Yonghong Song
· 7 years ago
c195651e
bpf: add bpf_get_stack helper
by Yonghong Song
· 7 years ago
5f41263
bpf: change prototype for stack_map_get_build_id_offset
by Yonghong Song
· 7 years ago
2c25fc9a
bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ON
by Leo Yan
· 7 years ago
79741a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
c0885f6
samples, bpf: remove redundant ret assignment in bpf_load_program()
by Wang Sheng-Hui
· 7 years ago
a6712d4
Merge branch 'bpf-uapi-helper-doc'
by Daniel Borkmann
· 7 years ago
9cde0c8
bpf: update bpf.h uapi header for tools
by Quentin Monnet
· 7 years ago
2d020dd
bpf: add documentation for eBPF helpers (65-66)
by Quentin Monnet
· 7 years ago
ab12704
bpf: add documentation for eBPF helpers (58-64)
by Quentin Monnet
· 7 years ago
7aa79a8
bpf: add documentation for eBPF helpers (51-57)
by Quentin Monnet
· 7 years ago
c6b5fb8
bpf: add documentation for eBPF helpers (42-50)
by Quentin Monnet
· 7 years ago
fa15601
bpf: add documentation for eBPF helpers (33-41)
by Quentin Monnet
· 7 years ago
1fdd08b
bpf: add documentation for eBPF helpers (23-32)
by Quentin Monnet
· 7 years ago
c456dec
bpf: add documentation for eBPF helpers (12-22)
by Quentin Monnet
· 7 years ago
ad4a522
bpf: add documentation for eBPF helpers (01-11)
by Quentin Monnet
· 7 years ago
56a092c
bpf: add script and prepare bpf.h for new helpers documentation
by Quentin Monnet
· 7 years ago
3f13de6
Merge branch 'bpf-tunnel-metadata-selftests'
by Daniel Borkmann
· 7 years ago
b05cd74
samples/bpf: remove the bpf tunnel testsuite.
by William Tu
· 7 years ago
933a741
selftests/bpf: bpf tunnel test.
by William Tu
· 7 years ago
f761312
bpf: fix xdp_generic for bpf_adjust_tail usecase
by Nikita V. Shirokov
· 7 years ago
9b984a2
tools, bpftool: Display license GPL compatible in prog show/list
by Jiri Olsa
· 7 years ago
fb6ef42
tools, bpf: Sync bpf.h uapi header
by Jiri Olsa
· 7 years ago
b85fab0
bpf: Add gpl_compatible flag to struct bpf_prog_info
by Jiri Olsa
· 7 years ago
cb586c6
Merge branch 'udp-gso'
by David S. Miller
· 7 years ago
3a687be
selftests: udp gso benchmark
by Willem de Bruijn
· 7 years ago
3f12817
selftests: udp gso with corking
by Willem de Bruijn
· 7 years ago
e5b2d91
selftests: udp gso with connected sockets
by Willem de Bruijn
· 7 years ago
a160725
selftests: udp gso
by Willem de Bruijn
· 7 years ago
83aa025
udp: add gso support to virtual devices
by Willem de Bruijn
· 7 years ago
2e8de85
udp: add gso segment cmsg
by Willem de Bruijn
· 7 years ago
15e36f5
udp: paged allocation with gso
by Willem de Bruijn
· 7 years ago
ad40585
udp: better wmem accounting on gso
by Willem de Bruijn
· 7 years ago
bec1f6f
udp: generate gso with UDP_SEGMENT
by Willem de Bruijn
· 7 years ago
ee80d1e
udp: add udp gso
by Willem de Bruijn
· 7 years ago
1cd7884
udp: expose inet cork to udp
by Willem de Bruijn
· 7 years ago
a9537c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
e9350d4
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
25eb0ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
9c299a3
bpf: fix for lex/yacc build error with gcc-5
by John Fastabend
· 7 years ago
c8ad089
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
91a8252
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
by Dag Moxnes
· 7 years ago
070204a
net/smc: keep clcsock reference in smc_tcp_listen_work()
by Ursula Braun
· 7 years ago
6f5d295
mkiss: remove redundant check for len > 0
by Colin Ian King
· 7 years ago
4d7b4483
net: amd8111e: remove redundant duplicated if statement
by Colin Ian King
· 7 years ago
22e15b6
sctp: remove the unused sctp_assoc_is_match function
by Xin Long
· 7 years ago
e086be9
igb: Add support for adding offloaded clsflower filters
by Vinicius Costa Gomes
· 7 years ago
81e696b
Merge branch 'nfp-flower-tc-block-support-and-nfp-PCI-updates'
by David S. Miller
· 7 years ago
c50647d
nfp: flower: ignore duplicate cb requests for same rule
by John Hurley
· 7 years ago
54a4a03
nfp: flower: support offloading multiple rules with same cookie
by John Hurley
· 7 years ago
dd92a7d1
nfp: print PCIe link bandwidth on probe
by Jakub Kicinski
· 7 years ago
3e3e9fd
nfp: reset local locks on init
by Jakub Kicinski
· 7 years ago
f8f3d34
igb: Add the skeletons for tc-flower offloading
by Vinicius Costa Gomes
· 7 years ago
b4a38d4
igb: Add MAC address support for ethtool nftuple filters
by Vinicius Costa Gomes
· 7 years ago
bae51fe
igb: Enable nfc filters to specify MAC addresses
by Vinicius Costa Gomes
· 7 years ago
872f923
igb: Allow filters to be added for the local MAC address
by Vinicius Costa Gomes
· 7 years ago
0a82389
igb: Add support for enabling queue steering in filters
by Vinicius Costa Gomes
· 7 years ago
1d717cf
igb: Add support for MAC address filters specifying source addresses
by Vinicius Costa Gomes
· 7 years ago
Next »