Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4d6304c763551cdb420201b1b754cc625d56bdd6
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
6baefa1
Merge branch 'support-alu32_arsh'
by Alexei Starovoitov
· 6 years ago
c099f3f
selftests: bpf: update testcases for BPF_ALU | BPF_ARSH
by Jiong Wang
· 6 years ago
c49f7db
bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH
by Jiong Wang
· 6 years ago
2dc6b10
bpf: interpreter support BPF_ALU | BPF_ARSH
by Jiong Wang
· 6 years ago
84708c1
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
by Jiong Wang
· 6 years ago
f860203
s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
by Jiong Wang
· 6 years ago
44cf43c
ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
by Jiong Wang
· 6 years ago
ee94b90
mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X
by Jiong Wang
· 6 years ago
17f6c83
mips: bpf: fix encoding bug for mm_srlv32_op
by Jiong Wang
· 6 years ago
a06aef4
Merge branch 'bpf_func_info-improvements'
by Alexei Starovoitov
· 6 years ago
84ecc1f
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
by Martin KaFai Lau
· 6 years ago
555249d
bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info
by Martin KaFai Lau
· 6 years ago
d30d42e
bpf: Change insn_offset to insn_off in bpf_func_info
by Martin KaFai Lau
· 6 years ago
7337224
bpf: Improve the info.func_info and info.func_info_rec_size behavior
by Martin KaFai Lau
· 6 years ago
30da46b
tools: bpftool: add a command to dump the trace pipe
by Quentin Monnet
· 6 years ago
4188817
Merge branch 'bpf-jit-overridable-alloc'
by Daniel Borkmann
· 6 years ago
91fc957c
arm64/bpf: don't allocate BPF JIT programs in module memory
by Ard Biesheuvel
· 6 years ago
dc002bb
bpf: add __weak hook for allocating executable memory
by Ard Biesheuvel
· 6 years ago
2a95471
Merge branch 'prog_test_run-improvement'
by Alexei Starovoitov
· 6 years ago
df47fc3
selftests: add a test for bpf_prog_test_run_xattr
by Lorenz Bauer
· 6 years ago
64a9759
libbpf: add bpf_prog_test_run_xattr
by Lorenz Bauer
· 6 years ago
2587a97
tools: sync uapi/linux/bpf.h
by Lorenz Bauer
· 6 years ago
b5a36b1
bpf: respect size hint to BPF_PROG_TEST_RUN if present
by Lorenz Bauer
· 6 years ago
d59dd69
samples: bpf: fix: seg fault with NULL pointer arg
by Daniel T. Lee
· 6 years ago
90b1023
bpf: fix documentation for eBPF helpers
by Quentin Monnet
· 6 years ago
e3da08d
bpf: allow BPF read access to qdisc pkt_len
by Petar Penkov
· 6 years ago
de94b65
libbpf: Fix license in README.rst
by Andrey Ignatov
· 6 years ago
5482e9a
bpf: Fix memleak in aux->func_info and aux->btf
by Martin KaFai Lau
· 6 years ago
71fc156
Merge branch 'xdp1-improvements'
by Alexei Starovoitov
· 6 years ago
dc378a1a
samples: bpf: get ifindex from ifname
by Matteo Croce
· 6 years ago
d606ee5
samples: bpf: improve xdp1 example
by Matteo Croce
· 6 years ago
9ffd05d
Merge branch 'improve-test-coverage-sparc'
by Alexei Starovoitov
· 6 years ago
0a68632
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
by David Miller
· 6 years ago
2acc5fd
bpf: Make more use of 'any' alignment in test_verifier.c
by David Miller
· 6 years ago
c766570
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
by David Miller
· 6 years ago
e9ee9ef
bpf: Add BPF_F_ANY_ALIGNMENT.
by David Miller
· 6 years ago
88945f4
bpf: Fix verifier log string check for bad alignment.
by David Miller
· 6 years ago
779a459
Merge branch 'bpftool-fixes'
by Alexei Starovoitov
· 6 years ago
99a44bef
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
by Quentin Monnet
· 6 years ago
73f0b9d
tools: bpftool: mark offloaded programs more explicitly in plain output
by Quentin Monnet
· 6 years ago
4f0fc6f
tools: bpftool: fix bash completion for new map types (queue and stack)
by Quentin Monnet
· 6 years ago
cad4977
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
by Quentin Monnet
· 6 years ago
327e5da
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
by Quentin Monnet
· 6 years ago
cc2b8ed
arm64/bpf: use movn/movk/movk sequence to generate kernel addresses
by Ard Biesheuvel
· 6 years ago
93029d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
b426995
tools/bpf: make libbpf _GNU_SOURCE friendly
by Yonghong Song
· 6 years ago
3d58c9c
net: Don't default Aquantia USB driver to 'y'
by David S. Miller
· 6 years ago
1464193
net: explain __skb_checksum_complete() with comments
by Cong Wang
· 6 years ago
19bf626
tcp: remove loop to compute wscale
by Eric Dumazet
· 6 years ago
dcc6aba
qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.
by Michael Shteinbok
· 6 years ago
c1cb11b
dpaa2-eth: Add "fall through" comments
by Ioana Ciocoi Radulescu
· 6 years ago
a327010
Merge branch 'ave-suspend-resume'
by David S. Miller
· 6 years ago
8d1283b
net: ethernet: ave: Preserve wol state in suspend/resume sequence
by Kunihiko Hayashi
· 6 years ago
7200f2e
net: ethernet: ave: Set initial wol state to disabled
by Kunihiko Hayashi
· 6 years ago
0ba78b4
net: ethernet: ave: Add suspend/resume support
by Kunihiko Hayashi
· 6 years ago
bd82233
Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
by David S. Miller
· 6 years ago
e561bb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1ad93ab
bpf: Fix various lib and testsuite build failures on 32-bit.
by David Miller
· 6 years ago
295daee
selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLS
by Naresh Kamboju
· 6 years ago
36dbe57
Merge branch 'bpf-sk-msg-pop-data'
by Daniel Borkmann
· 6 years ago
1ade9ab
bpf: test_sockmap, add options for msg_pop_data() helper
by John Fastabend
· 6 years ago
d913a22
bpf: add msg_pop_data helper to tools
by John Fastabend
· 6 years ago
7246d8e
bpf: helper to pop data from messages
by John Fastabend
· 6 years ago
60b5482
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
b26b2b2
Merge tag 'xtensa-20181128' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 6 years ago
d78a5eb
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 6 years ago
9a764c1
s390/qeth: fix length check in SNMP processing
by Julian Wiedmann
· 6 years ago
62e3a9317
net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, qos_id'
by YueHaibing
· 6 years ago
8eb08cf
qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_info'
by YueHaibing
· 6 years ago
9cc549e
net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_priv'
by YueHaibing
· 6 years ago
e9d8faf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
5827541
Merge branch 'dpaa2-eth-Introduce-XDP-support'
by David S. Miller
· 6 years ago
a4a7b76
dpaa2-eth: Add xdp counters
by Ioana Ciocoi Radulescu
· 6 years ago
0ff8f0a
dpaa2-eth: Cleanup channel stats
by Ioana Ciocoi Radulescu
· 6 years ago
99e4352
dpaa2-eth: Add support for XDP_TX
by Ioana Ciocoi Radulescu
· 6 years ago
18c2e77
dpaa2-eth: Map Rx buffers as bidirectional
by Ioana Ciocoi Radulescu
· 6 years ago
5d39dc2
dpaa2-eth: Release buffers back to pool on XDP_DROP
by Ioana Ciocoi Radulescu
· 6 years ago
569375f
dpaa2-eth: Move function
by Ioana Ciocoi Radulescu
· 6 years ago
7b1eea1
dpaa2-eth: Allow XDP header adjustments
by Ioana Ciocoi Radulescu
· 6 years ago
7e273a8
dpaa2-eth: Add basic XDP support
by Ioana Ciocoi Radulescu
· 6 years ago
c7589401
net: hisilicon: remove unexpected free_netdev
by Pan Bian
· 6 years ago
cfc4351
rapidio/rionet: do not free skb before reading its length
by Pan Bian
· 6 years ago
529eb36
i40e: fix kerneldoc for xsk methods
by Jan Sokolowski
· 6 years ago
121b018
Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
5b26f71
Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 6 years ago
a8bf879
ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
by Josh Elsasser
· 6 years ago
d8242d2
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
eab077aa
i40e: Fix deletion of MAC filters
by Lihong Yang
· 6 years ago
e4c39f7
igb: fix uninitialized variables
by Yunjian Wang
· 6 years ago
6cbf760
can: flexcan: split the Message Buffer RAM area
by Pankaj Bansal
· 6 years ago
0517961
can: flexcan: Add provision for variable payload size
by Pankaj Bansal
· 6 years ago
5156c7b
can: flexcan: move rx_offload_add() from flexcan_probe() to flexcan_open()
by Pankaj Bansal
· 6 years ago
7ad0f53
can: flexcan: flexcan_chip_start(): enable loopback mode in flexcan
by Pankaj Bansal
· 6 years ago
de3578c
can: flexcan: add self wakeup support
by Aisheng Dong
· 6 years ago
b9c9c39
dt-bindings: can: flexcan: add stop mode property to device tree
by Aisheng Dong
· 6 years ago
c982a3ca
can: flexcan: flexcan_chip_start(): adjust comment to match the code
by Marc Kleine-Budde
· 6 years ago
Next »