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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-26
bpf: Make cgroup storages shared between programs on the same cgroup
YiFei Zhu
1
-4
/
+8
2020-07-26
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
1
-1
/
+2
2020-07-26
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
1
-0
/
+2
2020-07-26
bpf: Implement bpf iterator for map elements
Yonghong Song
1
-0
/
+16
2020-07-26
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
1
-0
/
+6
2020-07-26
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
2
-2
/
+8
2020-07-26
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
1
-7
/
+10
2020-07-26
bpf: Add bpf_prog iterator
Alexei Starovoitov
1
-0
/
+1
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
16
-17
/
+138
2020-07-25
Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master
Linus Torvalds
2
-3
/
+5
2020-07-25
icmp6: support rfc 4884
Willem de Bruijn
1
-0
/
+1
2020-07-25
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
1
-1
/
+2
2020-07-25
net: optimize the sockptr_t for unified kernel/user address spaces
Christoph Hellwig
1
-2
/
+30
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-1
/
+3
2020-07-25
net/ipv6: switch ip6_mroute_setsockopt to sockptr_t
Christoph Hellwig
1
-4
/
+4
2020-07-25
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+3
2020-07-25
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
1
-3
/
+3
2020-07-25
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+4
2020-07-25
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
1
-2
/
+2
2020-07-25
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-25
net: add a new sockptr_t type
Christoph Hellwig
1
-0
/
+104
2020-07-25
net/flow_dissector: add packet hash dissection
Ariel Levkovich
1
-0
/
+4
2020-07-25
Merge branch 'akpm' into master (patches from Andrew)
Linus Torvalds
2
-2
/
+6
2020-07-24
Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2020-07-24
io-mapping: indicate mapping failure
Michael J. Ruhl
1
-1
/
+4
2020-07-24
vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
Chengguang Xu
1
-1
/
+2
2020-07-23
tcp: allow at most one TLP probe per flight
Yuchung Cheng
1
-2
/
+4
2020-07-23
dm integrity: fix integrity recalculation that is improperly skipped
Mikulas Patocka
1
-0
/
+1
2020-07-23
qed: introduce qed_chain_get_elem_used{,u32}()
Alexander Lobakin
1
-4
/
+14
2020-07-23
qed: optimize common chain accessors
Alexander Lobakin
1
-27
/
+33
2020-07-23
qed: add support for different page sizes for chains
Alexander Lobakin
1
-8
/
+13
2020-07-23
qed: simplify chain allocation with init params struct
Alexander Lobakin
2
-14
/
+16
2020-07-23
qed: move chain initialization inlines next to allocation functions
Alexander Lobakin
1
-112
/
+0
2020-07-23
qed: sanitize PBL chains allocation
Alexander Lobakin
1
-8
/
+8
2020-07-23
qed: reformat "qed_chain.h" a bit
Alexander Lobakin
1
-60
/
+66
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-7
/
+200
2020-07-22
i2c: drop duplicated word in the header file
Randy Dunlap
1
-1
/
+1
2020-07-22
net: phylink: add interface to configure clause 22 PCS PHY
Russell King
1
-0
/
+3
2020-07-22
net: phylink: add struct phylink_pcs
Russell King
1
-15
/
+30
2020-07-22
net: phylink: re-implement interface configuration with PCS
Russell King
1
-0
/
+48
2020-07-22
net: phylink: in-band pause mode advertisement update for PCS
Russell King
1
-2
/
+5
2020-07-21
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
1
-0
/
+1
2020-07-21
bpf: Make btf_sock_ids global
Yonghong Song
1
-0
/
+30
2020-07-21
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
1
-3
/
+7
2020-07-21
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
1
-4
/
+0
2020-07-21
qed: add support for the extended speed and FEC modes
Alexander Lobakin
1
-0
/
+1
2020-07-21
qed: add missing loopback modes
Alexander Lobakin
1
-0
/
+5
2020-07-21
qed: add support for Forward Error Correction
Alexander Lobakin
1
-0
/
+13
2020-07-21
qed: reformat several structures a bit
Alexander Lobakin
1
-31
/
+33
[next]