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.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-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
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
29
-36
/
+54
2020-12-01
xsk: Add busy-poll support for {recv,send}msg()
Björn Töpel
1
-0
/
+24
2020-12-01
xsk: Check need wakeup flag in sendmsg()
Björn Töpel
2
-8
/
+11
2020-12-01
xsk: Add support for recvmsg()
Björn Töpel
1
-1
/
+21
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
10
-14
/
+34
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
11
-32
/
+111
2020-12-01
selftests/bpf: Fix flavored variants of test_ima
KP Singh
1
-0
/
+1
2020-11-28
xdp: Remove the functions xsk_map_inc and xsk_map_put
Zhu Yanjun
3
-22
/
+4
2020-11-27
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
1
-9
/
+6
2020-11-27
Merge branch 'bpf: remove bpf_load loader completely'
Andrii Nakryiko
16
-908
/
+350
2020-11-27
samples: bpf: Remove bpf_load loader completely
Daniel T. Lee
4
-731
/
+5
2020-11-27
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2
-0
/
+2
2020-11-27
samples: bpf: Refactor test_overhead program with libbpf
Daniel T. Lee
2
-24
/
+60
2020-11-27
samples: bpf: Refactor ibumad program with libbpf
Daniel T. Lee
3
-31
/
+68
2020-11-27
samples: bpf: Refactor task_fd_query program with libbpf
Daniel T. Lee
2
-28
/
+75
2020-11-27
samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
Daniel T. Lee
3
-22
/
+62
2020-11-27
samples: bpf: Refactor hbm program with libbpf
Daniel T. Lee
5
-72
/
+78
2020-11-26
bpf: Fix selftest compilation on clang 11
Andrei Matei
1
-0
/
+2
2020-11-26
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
4
-0
/
+186
2020-11-26
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
4
-0
/
+50
2020-11-26
ima: Implement ima_inode_hash
KP Singh
2
-24
/
+60
2020-11-25
libbpf: Add support for canceling cached_cons advance
Li RongQing
1
-0
/
+6
2020-11-25
bpf: Refactor check_cfg to use a structured loop.
Wedson Almeida Filho
1
-84
/
+95
2020-11-25
bpf: Sanitize BTF data pointer after module is loaded
Andrii Nakryiko
1
-0
/
+5
2020-11-25
kbuild: Skip module BTF generation for out-of-tree external modules
Andrii Nakryiko
1
-2
/
+7
2020-11-25
selftest/bpf: Fix rst formatting in readme
Andrei Matei
1
-13
/
+15
2020-11-25
selftest/bpf: Fix link in readme
Andrei Matei
1
-1
/
+4
2020-11-20
bpf: Simplify task_file_seq_get_next()
Song Liu
1
-37
/
+17
2020-11-20
bpftool: Add {i,d}tlb_misses support for bpftool profile
Yonghong Song
1
-1
/
+29
2020-11-19
Merge branch 'RISC-V selftest/bpf fixes'
Andrii Nakryiko
9
-19
/
+67
2020-11-19
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
7
-18
/
+52
2020-11-19
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
1
-0
/
+13
2020-11-19
selftests/bpf: Fix broken riscv build
Björn Töpel
1
-1
/
+2
2020-11-19
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
6
-0
/
+39
2020-11-18
bpf: Add tests for bpf_bprm_opts_set helper
KP Singh
2
-0
/
+150
2020-11-18
bpf: Add bpf_bprm_opts_set helper
KP Singh
4
-0
/
+60
2020-11-18
Merge branch 'af-xdp-tx-batch'
Daniel Borkmann
8
-56
/
+258
2020-11-18
i40e: Use batched xsk Tx interfaces to increase performance
Magnus Karlsson
4
-35
/
+112
2020-11-18
xsk: Introduce batched Tx descriptor interfaces
Magnus Karlsson
3
-13
/
+140
2020-11-18
xsk: Introduce padding between more ring pointers
Magnus Karlsson
1
-1
/
+3
2020-11-18
i40e: Remove unnecessary sw_ring access from xsk Tx
Magnus Karlsson
1
-5
/
+1
2020-11-18
samples/bpf: Increment Tx stats at sending
Magnus Karlsson
1
-3
/
+3
2020-11-17
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
1
-4
/
+4
2020-11-17
bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usage
Martin KaFai Lau
1
-2
/
+2
2020-11-16
selftest/bpf: Fix IPV6FR handling in flow dissector
Santucci Pierpaolo
1
-0
/
+2
2020-11-15
Merge branch 'ionic-updates'
Jakub Kicinski
5
-58
/
+81
2020-11-15
ionic: useful names for booleans
Shannon Nelson
3
-9
/
+15
2020-11-15
ionic: change set_rx_mode from_ndo to can_sleep
Shannon Nelson
1
-10
/
+10
2020-11-15
ionic: flatten calls to ionic_lif_rx_mode
Shannon Nelson
1
-22
/
+16
2020-11-15
ionic: use mc sync for multicast filters
Shannon Nelson
1
-11
/
+8
[next]