Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3945b37a975d22bed33b525f2933bac82424793d
3945b37
samples/bpf: use hugepages in xdpsock app
by Kevin Laatz
· 5 years ago
03895e6
samples/bpf: add buffer recycling for unaligned chunks to xdpsock
by Kevin Laatz
· 5 years ago
c543f54
samples/bpf: add unaligned chunks mode support to xdpsock
by Kevin Laatz
· 5 years ago
10d30e3
libbpf: add flags to umem config
by Kevin Laatz
· 5 years ago
282c0c7
net/mlx5e: Allow XSK frames smaller than a page
by Maxim Mikityanskiy
· 5 years ago
beb3e4b
mlx5e: modify driver for handling offsets
by Kevin Laatz
· 5 years ago
d8c3061
ixgbe: modify driver for handling offsets
by Kevin Laatz
· 5 years ago
2f86c80
i40e: modify driver for handling offsets
by Kevin Laatz
· 5 years ago
c05cd36
xsk: add support to allow unaligned chunk placement
by Kevin Laatz
· 5 years ago
b35a2d3
ixgbe: simplify Rx buffer recycle
by Kevin Laatz
· 5 years ago
10912fc
i40e: simplify Rx buffer recycle
by Kevin Laatz
· 5 years ago
1c6d6e0
selftests/bpf: Fix a typo in test_offload.py
by Masanari Iida
· 5 years ago
0741be3
bpf: fix error check in bpf_tcp_gen_syncookie
by Petar Penkov
· 5 years ago
736a553
Merge branch 'bpf-nfp-map-op-cache'
by Daniel Borkmann
· 5 years ago
f24e290
nfp: bpf: add simple map op cache
by Jakub Kicinski
· 5 years ago
bc2796d
nfp: bpf: rework MTU checking
by Jakub Kicinski
· 5 years ago
c5a2c734b
Merge branch 'bpf-bpftool-build-improvements'
by Daniel Borkmann
· 5 years ago
5b84ad2
tools: bpftool: do not link twice against libbpf.a in Makefile
by Quentin Monnet
· 5 years ago
fbdb620
tools: bpf: account for generated feature/ and libbpf/ directories
by Quentin Monnet
· 5 years ago
45c5589d
tools: bpftool: improve and check builds for different make invocations
by Quentin Monnet
· 5 years ago
e0a43aa
tools: bpftool: ignore make built-in rules for getting kernel version
by Quentin Monnet
· 5 years ago
1c8f9b9
bpf: s390: add JIT support for multi-function programs
by Yauheni Kaliuta
· 5 years ago
47ee6e8
selftests/bpf: remove wrong nhoff in flow dissector test
by Stanislav Fomichev
· 5 years ago
7bc7d83
Merge branch 'bpf-misc-test-fixes'
by Daniel Borkmann
· 5 years ago
86ccc38
selftests/bpf: test_progs: remove unused ret
by Stanislav Fomichev
· 5 years ago
62d69f2
selftests/bpf: test_progs: remove asserts from subtests
by Stanislav Fomichev
· 5 years ago
d38835b
selftests/bpf: test_progs: remove global fail/success counts
by Stanislav Fomichev
· 5 years ago
cd9c21d7
selftests/bpf: test_progs: test__skip
by Stanislav Fomichev
· 5 years ago
08eea4f
Merge branch 'bpf-precision-tracking-tests'
by Daniel Borkmann
· 5 years ago
411cdb4
selftests/bpf: add precision tracking test
by Alexei Starovoitov
· 5 years ago
e8c13c4
selftests/bpf: verifier precise tests
by Alexei Starovoitov
· 5 years ago
0fc2e0b
tools/bpf: sync bpf.h
by Alexei Starovoitov
· 5 years ago
10d274e
bpf: introduce verifier internal test flag
by Alexei Starovoitov
· 5 years ago
0bb52b0
tools: bpftool: add "bpftool map freeze" subcommand
by Quentin Monnet
· 5 years ago
c354ff2
tools: bpftool: show frozen status for maps
by Quentin Monnet
· 5 years ago
1f8919b
bpf: sync bpf.h to tools/
by Peter Wu
· 5 years ago
55c33df
bpf: clarify when bpf_trace_printk discards lines
by Peter Wu
· 5 years ago
8050a39
bpf: fix 'struct pt_reg' typo in documentation
by Peter Wu
· 5 years ago
5cbd22c
bpf: clarify description for CONFIG_BPF_EVENTS
by Peter Wu
· 5 years ago
fdf3703
btf: do not use CONFIG_OUTPUT_FORMAT
by Ilya Leoshkevich
· 5 years ago
bb4b5c0
samples: bpf: syscall_nrs: use mmap2 if defined
by Ivan Khoronzhuk
· 5 years ago
624676e
xdp: xdp_umem: replace kmap on vmap for umem map
by Ivan Khoronzhuk
· 5 years ago
71dd77f
libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
by Ivan Khoronzhuk
· 5 years ago
51746f9
Merge branch 'btf_get_next_id'
by Alexei Starovoitov
· 5 years ago
4d374ba0
tools: bpftool: implement "bpftool btf show|list"
by Quentin Monnet
· 5 years ago
09d7c2e
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
by Quentin Monnet
· 5 years ago
a6e130c
libbpf: refactor bpf_*_get_next_id() functions
by Quentin Monnet
· 5 years ago
d2648e1
tools: bpf: synchronise BPF UAPI header with tools
by Quentin Monnet
· 5 years ago
1b9ed84
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
by Quentin Monnet
· 5 years ago
0984543
test_bpf: Fix a new clang warning about xor-ing two numbers
by Nathan Chancellor
· 5 years ago
69ecfda
bpf: add include guard to tnum.h
by Masahiro Yamada
· 5 years ago
3481e64
bpf: add BTF ids in procfs for file descriptors to BTF objects
by Quentin Monnet
· 5 years ago
ede6bc8
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
by YueHaibing
· 5 years ago
1f726723
Merge branch 'bpf-af-xdp-xskmap-improvements'
by Daniel Borkmann
· 5 years ago
36cc3435
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
by Björn Töpel
· 5 years ago
0402acd
xsk: remove AF_XDP socket from map when the socket is released
by Björn Töpel
· 5 years ago
8e46c35
Merge branch 'bpf-sk-storage-clone'
by Daniel Borkmann
· 5 years ago
c3bbf17
selftests/bpf: add sockopt clone/inheritance test
by Stanislav Fomichev
· 5 years ago
9e819ff
bpf: sync bpf.h to tools/
by Stanislav Fomichev
· 5 years ago
8f51dfc
bpf: support cloning sk storage on accept()
by Stanislav Fomichev
· 5 years ago
b0e4701
bpf: export bpf_map_inc_not_zero
by Stanislav Fomichev
· 5 years ago
fae5552
selftests/bpf: fix race in test_tcp_rtt test
by Petar Penkov
· 5 years ago
929ffa6
libbpf: relicense bpf_helpers.h and bpf_endian.h
by Andrii Nakryiko
· 5 years ago
c14a9f6
net: Don't call XDP_SETUP_PROG when nothing is changed
by Maxim Mikityanskiy
· 5 years ago
c8186c8
Merge branch 'bpf-af-xdp-wakeup'
by Daniel Borkmann
· 5 years ago
a7bd401
net/mlx5e: Add AF_XDP need_wakeup support
by Maxim Mikityanskiy
· 5 years ago
871aa18
net/mlx5e: Move the SW XSK code from NAPI poll to a separate function
by Maxim Mikityanskiy
· 5 years ago
46738f7
samples/bpf: add use of need_wakeup flag in xdpsock
by Magnus Karlsson
· 5 years ago
a450043
libbpf: add support for need_wakeup flag in AF_XDP part
by Magnus Karlsson
· 5 years ago
5c12924
ixgbe: add support for AF_XDP need_wakeup feature
by Magnus Karlsson
· 5 years ago
3d0c5f1
i40e: add support for AF_XDP need_wakeup feature
by Magnus Karlsson
· 5 years ago
77cd0d7
xsk: add support for need_wakeup flag in AF_XDP rings
by Magnus Karlsson
· 5 years ago
9116e5e
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
by Magnus Karlsson
· 5 years ago
e032500
btf: fix return value check in btf_vmlinux_init()
by Wei Yongjun
· 5 years ago
82c4c3b
Merge branch 'fix-printf'
by Alexei Starovoitov
· 5 years ago
8918dc4
tools: bpftool: move "__printf()" attributes to header file
by Quentin Monnet
· 5 years ago
b0ead6d
tools: bpftool: fix format string for p_err() in detect_common_prefix()
by Quentin Monnet
· 5 years ago
8a15d5c
tools: bpftool: fix format string for p_err() in query_flow_dissector()
by Quentin Monnet
· 5 years ago
ed4a398
tools: bpftool: fix argument for p_err() in BTF do_dump()
by Quentin Monnet
· 5 years ago
22c349e8
tools: bpftool: fix format strings and arguments for jsonw_printf()
by Quentin Monnet
· 5 years ago
9def249
tools: bpftool: fix arguments for p_err() in do_event_pipe()
by Quentin Monnet
· 5 years ago
dadb81d
libbpf: make libbpf.map source of truth for libbpf version
by Andrii Nakryiko
· 5 years ago
37b7c05
Merge branch 'bpftool-net-attach'
by Alexei Starovoitov
· 5 years ago
cb9d996
tools: bpftool: add documentation for net attach/detach
by Daniel T. Lee
· 5 years ago
10a708c
tools: bpftool: add bash-completion for net attach/detach
by Daniel T. Lee
· 5 years ago
37c7f86
tools: bpftool: add net detach command to detach XDP on interface
by Daniel T. Lee
· 5 years ago
04949cc
tools: bpftool: add net attach command to attach XDP on interface
by Daniel T. Lee
· 5 years ago
a9436dc
tools: bpftool: compile with $(EXTRA_WARNINGS)
by Quentin Monnet
· 5 years ago
c162610
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by Jakub Kicinski
· 5 years ago
b753c5a
Merge branch 'r8152-RX-improve'
by Jakub Kicinski
· 5 years ago
e4a5017
r8152: change rx_copybreak and rx_pending through ethtool
by Hayes Wang
· 5 years ago
47922fc
r8152: support skb_add_rx_frag
by Hayes Wang
· 5 years ago
d55d708
r8152: use alloc_pages for rx buffer
by Hayes Wang
· 5 years ago
252df8b
r8152: replace array with linking list for rx information
by Hayes Wang
· 5 years ago
ec5791c
r8152: separate the rx buffer size
by Hayes Wang
· 5 years ago
e070ca3
Merge branch 'net-phy-let-phy_speed_down-up-support-speeds-1Gbps'
by Jakub Kicinski
· 5 years ago
65b2799
net: phy: let phy_speed_down/up support speeds >1Gbps
by Heiner Kallweit
· 5 years ago
331c56a
net: phy: add phy_speed_down_core and phy_resolve_min_speed
by Heiner Kallweit
· 5 years ago
7b261e0
net: phy: add __set_linkmode_max_speed
by Heiner Kallweit
· 5 years ago
043b841
net: devlink: remove redundant rtnl lock assert
by Vlad Buslov
· 5 years ago
Next »