Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6c4fc209fcf9d27efbaa48368773e4d2bfbd59aa
6c4fc20
bpf: remove useless version check for prog load
by Daniel Borkmann
· 6 years ago
034565d
Merge branch 'bpf-bpftool-cleanups'
by Daniel Borkmann
· 6 years ago
c101189
tools: bpftool: fix -Wmissing declaration warnings
by Quentin Monnet
· 6 years ago
8c03ecf
tools: bpftool: fix warning on struct bpf_prog_linfo definition
by Quentin Monnet
· 6 years ago
bd0fb9d
tools: bpftool: add a prog array map update example to documentation
by Quentin Monnet
· 6 years ago
32870ba
tools: bpftool: fix examples in documentation for bpftool prog
by Quentin Monnet
· 6 years ago
bc6cd66
tools: bpftool: add doc for -m option to bpftool-prog.rst
by Quentin Monnet
· 6 years ago
bab89ad
Merge branch 'bpf-improve-verifier-state-analysis'
by Daniel Borkmann
· 6 years ago
9242b5f
bpf: add self-check logic to liveness analysis
by Alexei Starovoitov
· 6 years ago
19e2dbb
bpf: improve stacksafe state comparison
by Alexei Starovoitov
· 6 years ago
730ff40
selftests/bpf: check insn processed in test_verifier
by Alexei Starovoitov
· 6 years ago
b233920
bpf: speed up stacksafe check
by Alexei Starovoitov
· 6 years ago
eb415c9
Merge branch 'bpf_line_info-in-verifier'
by Alexei Starovoitov
· 6 years ago
d9762e8
bpf: verbose log bpf_line_info in verifier
by Martin KaFai Lau
· 6 years ago
23127b3
bpf: Create a new btf_name_by_offset() for non type name use case
by Martin KaFai Lau
· 6 years ago
28c1272
selftests/bpf: Fix sk lookup usage in test_sock_addr
by Andrey Ignatov
· 6 years ago
9f8c1c5
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
by Daniel Borkmann
· 6 years ago
eb896a6
bpf: sync tools/include/uapi/linux/bpf.h
by Song Liu
· 6 years ago
c872bdb
bpf: include sub program tags in bpf_prog_info
by Song Liu
· 6 years ago
0ad379f
Merge branch 'bpf-fix-kptr-checks'
by Daniel Borkmann
· 6 years ago
177e771
bpf: Remove !func_info and !line_info check from test_btf and bpftool
by Martin KaFai Lau
· 6 years ago
9e79416
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
by Martin KaFai Lau
· 6 years ago
00842be
Merge branch 'bpf-bpftool-license-update'
by Daniel Borkmann
· 6 years ago
907b223
tools: bpftool: dual license all files
by Jakub Kicinski
· 6 years ago
02ff58d
tools: bpftool: replace Netronome boilerplate with SPDX license headers
by Jakub Kicinski
· 6 years ago
afc7c94
tools: bpftool: fix SPDX format in headers
by Jakub Kicinski
· 6 years ago
8f9a8a6
selftests/bpf: add btf annotations for cgroup_local_storage maps
by Roman Gushchin
· 6 years ago
9a1126b
bpf: add bpffs pretty print for cgroup local storage maps
by Roman Gushchin
· 6 years ago
1b2b234
bpf: pass struct btf pointer to the map_check_btf() callback
by Roman Gushchin
· 6 years ago
a0517a0
selftests/bpf: use __bpf_constant_htons in test_prog.c
by Stanislav Fomichev
· 6 years ago
37ab566
bpf: arm64: Enable arm64 jit to provide bpf_line_info
by Martin KaFai Lau
· 6 years ago
0bd7211
bpf: fix up uapi helper description and sync bpf header with tools
by Daniel Borkmann
· 6 years ago
addb067
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
8cc196d
neighbor: gc_list changes should be protected by table lock
by David Ahern
· 6 years ago
9369832
Merge tag 'mlx5e-updates-2018-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 6 years ago
69bd484
net/sched: Remove egdev mechanism
by Oz Shlomo
· 6 years ago
df2ef3b
net/mlx5e: Add GRE protocol offloading
by Oz Shlomo
· 6 years ago
0621e6f
net: Add netif_is_gretap()/netif_is_ip6gretap()
by Oz Shlomo
· 6 years ago
101f4de
net/mlx5e: Move TC tunnel offloading code to separate source file
by Oz Shlomo
· 6 years ago
54c177c
net/mlx5e: Branch according to classified tunnel type
by Oz Shlomo
· 6 years ago
4d70564
net/mlx5e: Refactor VXLAN tunnel decap offloading code
by Oz Shlomo
· 6 years ago
ea7162a
net/mlx5e: Refactor VXLAN tunnel encap offloading code
by Oz Shlomo
· 6 years ago
ef38135
net/mlx5e: Replace egdev with indirect block notifications
by Oz Shlomo
· 6 years ago
d11afc2
net/mlx5e: Propagate the filter's net device to mlx5e structures
by Oz Shlomo
· 6 years ago
71d82d2
net/mlx5e: Provide the TC filter netdev as parameter to flower callbacks
by Oz Shlomo
· 6 years ago
f5bc2c5
net/mlx5e: Support TC indirect block notifications for eswitch uplink reprs
by Oz Shlomo
· 6 years ago
ec1366c
net/mlx5e: Store eswitch uplink representor state on a dedicated struct
by Oz Shlomo
· 6 years ago
2f62747
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
by Saeed Mahameed
· 6 years ago
aa570ff
Merge branch 'rename-info_cnt-to-nr_info'
by Alexei Starovoitov
· 6 years ago
cfc5424
tools/bpf: rename *_info_cnt to nr_*_info
by Yonghong Song
· 6 years ago
b4f8623
tools/bpf: sync kernel uapi bpf.h to tools directory
by Yonghong Song
· 6 years ago
11d8b82
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
by Yonghong Song
· 6 years ago
7a5725d
bpf: clean up bpf_prog_get_info_by_fd()
by Song Liu
· 6 years ago
6c22a11
net/mlx5: Remove the get protocol device interface entry
by Or Gerlitz
· 6 years ago
a2c6162
net/mlx5: Support extended destination format in flow steering command
by Eli Britstein
· 6 years ago
aa39c2c
net/mlx5: E-Switch, Change vhca id valid bool field to bit flag
by Eli Britstein
· 6 years ago
1b11549
net/mlx5: Introduce extended destination fields
by Eli Britstein
· 6 years ago
5886a96
net/mlx5: Revise gre and nvgre key formats
by Oz Shlomo
· 6 years ago
fd4572b
net/mlx5: Add monitor commands layout and event data
by Eyal Davidovich
· 6 years ago
8d6b57e
net/mlx5: Add support for plugged-disabled cable status in PME
by Mikhael Goikhman
· 6 years ago
37a12aa
net/mlx5: Add support for PCIe power slot exceeded error in PME
by Mikhael Goikhman
· 6 years ago
c2fb3db
net/mlx5: Rework handling of port module events
by Mikhael Goikhman
· 6 years ago
10a5ce9
bpf: bpftool: Fix newline and p_err issue
by Martin KaFai Lau
· 6 years ago
d8ed257
tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()
by Eric Dumazet
· 6 years ago
c535293
Merge branch 'dsa-ksz-Add-reset-GPIO-handling'
by David S. Miller
· 6 years ago
924352c
net: dsa: ksz: Add reset GPIO handling
by Marek Vasut
· 6 years ago
a324d6e
net: dsa: ksz: Add optional reset GPIO to Microchip KSZ switch binding
by Marek Vasut
· 6 years ago
4e6feb7
bonding: convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
a93f5b56
fjes: convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
5061e3f
net: xenbus: convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
f578e67
ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
b1dd054
ipvlan: Remove a useless comparison
by YueHaibing
· 6 years ago
c1c8c27
net: hns3: fix spelling mistake "offser" -> "offset"
by Colin Ian King
· 6 years ago
e434b8c
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
by Jiong Wang
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7300375
net/mlx5: Move flow counters data structures from flow steering header
by Saeed Mahameed
· 6 years ago
bdefffd
IB/mlx5: Use helper to get CQE opcode
by Tariq Toukan
· 6 years ago
6254ade
net/mlx5: Use helper to get CQE opcode
by Tariq Toukan
· 6 years ago
fe206c2
net/mlx5: When fetching CQEs return CQE instead of void pointer
by Daniel Jurgens
· 6 years ago
40e020c
Linux 4.20-rc6
by Linus Torvalds
· 6 years ago
d48f782
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
8586ca8
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
01d3240
media: bpf: add bpf function to report mouse movement
by Sean Young
· 6 years ago
ebbd300
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4b04e73
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ca5d1a7
Merge branch 'bpf_line_info'
by Alexei Starovoitov
· 6 years ago
b053b43
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
by Martin KaFai Lau
· 6 years ago
3d65014
bpf: libbpf: Add btf_line_info support to libbpf
by Martin KaFai Lau
· 6 years ago
f0187f0
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
by Martin KaFai Lau
· 6 years ago
4d6304c
bpf: Add unit tests for bpf_line_info
by Martin KaFai Lau
· 6 years ago
0568735
bpf: Refactor and bug fix in test_func_type in test_btf.c
by Martin KaFai Lau
· 6 years ago
ee491d8
bpf: tools: Sync uapi bpf.h
by Martin KaFai Lau
· 6 years ago
c454a46
bpf: Add bpf_line_info support
by Martin KaFai Lau
· 6 years ago
35cc3cef
net/sched: cls_flower: Reject duplicated rules also under skip_sw
by Or Gerlitz
· 6 years ago
d4b60e9
Merge branch 'bnxt_en-Bug-fixes'
by David S. Miller
· 6 years ago
e30fbc3
bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.
by Michael Chan
· 6 years ago
c0b8cda
bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.
by Michael Chan
· 6 years ago
75720e6
bnxt_en: Keep track of reserved IRQs.
by Michael Chan
· 6 years ago
804fba4
bnxt_en: Fix CNP CoS queue regression.
by Michael Chan
· 6 years ago
0844895
Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
Next »