index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
selftests/bpf: fix a clang compilation error
Yonghong Song
1
-1
/
+1
2022-01-27
selftests, xsk: Fix bpf_res cleanup test
Magnus Karlsson
2
-32
/
+50
2022-01-27
Merge branch 'xsk-batching'
Daniel Borkmann
15
-162
/
+330
2022-01-27
ice: xsk: Borrow xdp_tx_active logic from i40e
Maciej Fijalkowski
3
-3
/
+14
2022-01-27
ice: xsk: Improve AF_XDP ZC Tx and use batching API
Maciej Fijalkowski
4
-101
/
+190
2022-01-27
ice: xsk: Avoid potential dead AF_XDP Tx processing
Maciej Fijalkowski
1
-0
/
+2
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
8
-30
/
+24
2022-01-27
ice: Make Tx threshold dependent on ring length
Maciej Fijalkowski
4
-9
/
+12
2022-01-27
ice: xsk: Handle SW XDP ring wrap and bump tail more often
Maciej Fijalkowski
2
-20
/
+81
2022-01-27
ice: xsk: Force rings to be sized to power of 2
Maciej Fijalkowski
1
-0
/
+8
2022-01-27
ice: Remove likely for napi_complete_done
Maciej Fijalkowski
1
-1
/
+1
2022-01-27
bpf: remove unused static inlines
Jakub Kicinski
3
-22
/
+0
2022-01-27
selftests/bpf: fix uprobe offset calculation in selftests
Andrii Nakryiko
6
-66
/
+63
2022-01-26
selftests/bpf: Fix a clang compilation error
Yonghong Song
1
-1
/
+1
2022-01-26
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
1
-2
/
+13
2022-01-26
selftests: bpf: Less strict size check in sockopt_sk
Felix Maurer
1
-1
/
+2
2022-01-26
Merge branch 'libbpf: deprecate some setter and getter APIs'
Alexei Starovoitov
17
-31
/
+79
2022-01-26
perf: use generic bpf_program__set_type() to set BPF prog type
Andrii Nakryiko
1
-2
/
+2
2022-01-26
samples/bpf: use preferred getters/setters instead of deprecated ones
Andrii Nakryiko
4
-4
/
+4
2022-01-26
selftests/bpf: use preferred setter/getter APIs instead of deprecated ones
Andrii Nakryiko
4
-4
/
+4
2022-01-26
bpftool: use preferred setters/getters instead of deprecated ones
Andrii Nakryiko
2
-5
/
+5
2022-01-26
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
1
-0
/
+26
2022-01-26
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
1
-0
/
+1
2022-01-26
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
6
-16
/
+37
2022-01-25
Merge branch 'Fix the incorrect register read for syscalls on x86_64'
Andrii Nakryiko
5
-14
/
+173
2022-01-25
selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALL
Kenta Tada
2
-0
/
+119
2022-01-25
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
1
-0
/
+34
2022-01-25
selftests/bpf: Extract syscall wrapper
Kenta Tada
2
-14
/
+20
2022-01-25
libbpf: Mark bpf_object__open_xattr() deprecated
Christy Lee
2
-1
/
+2
2022-01-25
Merge branch 'deprecate bpf_object__open_buffer() API'
Andrii Nakryiko
3
-3
/
+6
2022-01-25
perf: Stop using bpf_object__open_buffer() API
Christy Lee
2
-3
/
+5
2022-01-25
libbpf: Mark bpf_object__open_buffer() API deprecated
Christy Lee
1
-0
/
+1
2022-01-25
Merge branch 'Add bpf_copy_from_user_task helper and sleepable bpf iterator p...
Alexei Starovoitov
9
-5
/
+149
2022-01-25
selftests/bpf: Add test for sleepable bpf iterator programs
Kenny Yu
2
-0
/
+74
2022-01-25
libbpf: Add "iter.s" section for sleepable bpf iterator programs
Kenny Yu
1
-0
/
+1
2022-01-25
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
5
-0
/
+59
2022-01-25
bpf: Add support for bpf iterator programs to use sleepable helpers
Kenny Yu
1
-5
/
+15
2022-01-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
128
-895
/
+4990
2022-01-25
selftests, bpf: Do not yet switch to new libbpf XDP APIs
Daniel Borkmann
7
-47
/
+50
2022-01-24
Merge tag 'linux-can-fixes-for-5.17-20220124' of git://git.kernel.org/pub/scm...
Jakub Kicinski
6
-3
/
+11
2022-01-24
can: flexcan: mark RX via mailboxes as supported on MCF5441X
Marc Kleine-Budde
2
-1
/
+2
2022-01-24
can: tcan4x5x: regmap: fix max register value
Marc Kleine-Budde
1
-1
/
+1
2022-01-24
can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...
Marc Kleine-Budde
1
-0
/
+6
2022-01-24
dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
Marc Kleine-Budde
1
-1
/
+1
2022-01-24
mailmap: update email address of Brian Silverman
Marc Kleine-Budde
1
-0
/
+1
2022-01-24
selftests, xsk: Fix rx_full stats test
Magnus Karlsson
1
-1
/
+4
2022-01-24
bpf: Fix flexible_array.cocci warnings
kernel test robot
1
-1
/
+1
2022-01-24
net: stmmac: remove unused members in struct stmmac_priv
Jisheng Zhang
1
-2
/
+0
2022-01-24
net: atlantic: Use the bitmap API instead of hand-writing it
Christophe JAILLET
1
-4
/
+2
2022-01-24
ping: fix the sk_bound_dev_if match in ping_lookup
Xin Long
1
-1
/
+2
[next]