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.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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
Xuesen Huang
1
-0
/
+5
2021-03-05
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Lorenz Bauer
2
-1
/
+14
2021-03-05
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
1
-1
/
+1
2021-03-05
bpf: Document BPF_MAP_*_BATCH syscall commands
Joe Stringer
1
-3
/
+111
2021-03-05
bpf: Document BPF_PROG_QUERY syscall command
Joe Stringer
1
-0
/
+37
2021-03-05
bpf: Document BPF_PROG_TEST_RUN syscall command
Joe Stringer
1
-3
/
+11
2021-03-05
bpf: Document BPF_PROG_ATTACH syscall command
Joe Stringer
1
-0
/
+37
2021-03-05
bpf: Document BPF_PROG_PIN syscall command
Joe Stringer
1
-7
/
+29
2021-03-05
bpf: Document BPF_F_LOCK in syscall commands
Joe Stringer
1
-0
/
+10
2021-03-05
bpf: Add minimal bpf() command documentation
Joe Stringer
1
-0
/
+368
2021-03-05
bpf: Import syscall arg documentation
Joe Stringer
1
-1
/
+121
2021-03-05
bpf: Add BTF_KIND_FLOAT to uapi
Ilya Leoshkevich
1
-2
/
+3
2021-03-04
skmsg: Add function doc for skb->_sk_redir
Cong Wang
1
-0
/
+1
2021-02-27
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
1
-0
/
+4
2021-02-27
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
3
-0
/
+54
2021-02-26
skmsg: Remove unused sk_psock_stop() declaration
Cong Wang
1
-1
/
+0
2021-02-26
skmsg: Make __sk_psock_purge_ingress_msg() static
Cong Wang
1
-2
/
+0
2021-02-26
sock_map: Make sock_map_prog_update() static
Cong Wang
1
-9
/
+0
2021-02-26
sock_map: Rename skb_parser and skb_verdict
Cong Wang
1
-4
/
+4
2021-02-26
skmsg: Move sk_redir from TCP_SKB_CB to skb
Cong Wang
3
-19
/
+41
2021-02-26
bpf: Compute data_end dynamically with JIT code
Cong Wang
1
-6
/
+0
2021-02-26
skmsg: Get rid of struct sk_psock_parser
Cong Wang
1
-12
/
+7
2021-02-26
bpf: Clean up sockmap related Kconfigs
Cong Wang
5
-27
/
+43
2021-02-26
bpf: Remove blank line in bpf helper description comment
Hangbin Liu
1
-1
/
+0
2021-02-26
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
1
-0
/
+5
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
1
-1
/
+2
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
4
-23
/
+13
2021-02-25
net: Add priv_flags for allow tx skb without linear
Xuan Zhuo
1
-0
/
+4
2021-02-25
netdevice: Add missing IFF_PHONY_HEADROOM self-definition
Alexander Lobakin
1
-0
/
+1
2021-02-21
Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-6
/
+52
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-62
/
+376
2021-02-21
Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-6
/
+7
2021-02-21
Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-43
/
+54
2021-02-21
Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-28
/
+213
2021-02-21
Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-0
/
+24
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+37
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-110
/
+69
2021-02-21
Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-278
/
+0
2021-02-21
Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+16
2021-02-21
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
2
-0
/
+26
2021-02-21
Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
8
-19
/
+38
2021-02-21
Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-5
/
+3
2021-02-21
Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
4
-12
/
+110
2021-02-21
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
3
-1
/
+6
2021-02-21
Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+18
2021-02-21
Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
26
-115
/
+91
2021-02-21
Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
10
-49
/
+226
2021-02-21
Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-26
/
+243
2021-02-21
Merge tag 'usb-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
18
-37
/
+745
2021-02-21
Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
9
-86
/
+10
[next]