index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
6
-1
/
+7
*
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
1
-1
/
+3
*
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
1
-1
/
+0
*
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
1
-3
/
+5
*
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
2
-9
/
+13
*
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
1
-7
/
+12
*
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
1
-6
/
+9
*
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2021-12-18
2
-0
/
+55
*
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
1
-0
/
+3
*
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-16
1
-0
/
+7
*
bpf: Remove the cgroup -> bpf header dependecy
Jakub Kicinski
2021-12-16
3
-57
/
+72
*
add includes masked by cgroup -> bpf dependency
Jakub Kicinski
2021-12-16
1
-0
/
+1
*
xsk: Wipe out dead zero_copy_allocator declarations
Maciej Fijalkowski
2021-12-14
1
-1
/
+0
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
*
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
2
-0
/
+33
*
bpf: Add bpf_strncmp helper
Hou Tao
2021-12-11
2
-0
/
+12
*
net: ocelot: add FDMA support
Clément Léger
2021-12-10
1
-0
/
+3
*
net: ocelot: add and export ocelot_ptp_rx_timestamp()
Clément Léger
2021-12-10
1
-0
/
+2
*
net: ocelot: export ocelot_ifh_port_set() to setup IFH
Clément Léger
2021-12-10
1
-0
/
+1
*
net: ocelot: fix missed include in the vsc7514_regs.h file
Colin Foster
2021-12-10
1
-0
/
+2
*
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
2021-12-10
1
-11
/
+12
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
4
-7
/
+205
|
\
|
*
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2021-12-04
1
-0
/
+7
|
*
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2021-12-02
2
-1
/
+66
|
*
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
2021-12-02
1
-0
/
+19
|
*
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2021-12-02
1
-0
/
+81
|
*
bpf: Rename btf_member accessors.
Alexei Starovoitov
2021-12-02
1
-4
/
+4
|
*
bpf: Add bpf_loop helper
Joanne Koong
2021-11-30
2
-0
/
+26
|
*
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
2021-11-16
2
-2
/
+2
*
|
xfrm: add net device refcount tracker to struct xfrm_state_offload
Eric Dumazet
2021-12-10
1
-1
/
+2
*
|
net: sched: add netns refcount tracker to struct tcf_exts
Eric Dumazet
2021-12-10
1
-2
/
+6
*
|
net: add netns refcount tracker to struct seq_net_private
Eric Dumazet
2021-12-10
1
-1
/
+2
*
|
net: add netns refcount tracker to struct sock
Eric Dumazet
2021-12-10
1
-0
/
+2
*
|
net: add networking namespace refcount tracker
Eric Dumazet
2021-12-10
3
-8
/
+53
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
13
-40
/
+61
|
\
\
|
*
\
Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-12-09
9
-32
/
+38
|
|
\
\
|
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-12-08
1
-3
/
+3
|
|
|
\
\
|
|
|
*
|
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
2021-12-08
1
-3
/
+3
|
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-12-08
5
-23
/
+15
|
|
|
\
\
\
|
|
|
*
|
|
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
2021-12-03
3
-2
/
+2
|
|
|
*
|
|
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
2021-12-02
1
-4
/
+10
|
|
|
*
|
|
bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.
Sebastian Andrzej Siewior
2021-11-30
2
-17
/
+2
|
|
|
*
|
|
bpf, x86: Fix "no previous prototype" warning
Björn Töpel
2021-11-17
1
-0
/
+1
|
|
*
|
|
|
net: phy: Remove unnecessary indentation in the comments of phy_device
Yanteng Si
2021-12-07
1
-5
/
+6
|
|
*
|
|
|
bonding: make tx_rebalance_counter an atomic
Eric Dumazet
2021-12-03
1
-1
/
+1
|
|
*
|
|
|
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
2021-12-03
1
-0
/
+13
|
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2021-12-09
1
-0
/
+5
|
|
\
\
\
\
\
|
|
*
|
|
|
|
HID: add hid_is_usb() function to make it simpler for USB detection
Greg Kroah-Hartman
2021-12-02
1
-0
/
+5
|
*
|
|
|
|
|
Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-12-06
1
-6
/
+8
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
regulator: Update protection IRQ helper docs
Matti Vaittinen
2021-11-18
1
-6
/
+8
[next]