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
Commit message (
Expand
)
Author
Age
Files
Lines
*
igc: Integrate flex filter into ethtool ops
Kurt Kanzenbach
2021-07-16
4
-10
/
+228
*
igc: Add possibility to add flex filter
Kurt Kanzenbach
2021-07-16
4
-5
/
+207
*
bnx2x: remove unused variable 'cur_data_offset'
Bill Wendling
2021-07-16
1
-6
/
+0
*
net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'
Christophe JAILLET
2021-07-16
1
-5
/
+3
*
net/sched: Remove unnecessary if statement
Yajun Deng
2021-07-16
3
-29
/
+8
*
rtnetlink: use nlmsg_notify() in rtnetlink_send()
Yajun Deng
2021-07-16
1
-8
/
+1
*
gve: fix the wrong AdminQ buffer overflow check
Haiyue Wang
2021-07-16
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-15
52
-384
/
+3122
|
\
|
*
Merge branch 'sockmap: add sockmap support for unix datagram socket'
Alexei Starovoitov
2021-07-15
11
-128
/
+564
|
|
\
|
|
*
selftests/bpf: Add test cases for redirection between udp and unix
Cong Wang
2021-07-15
1
-0
/
+170
|
|
*
selftests/bpf: Add a test case for unix sockmap
Cong Wang
2021-07-15
1
-0
/
+97
|
|
*
selftests/bpf: Factor out add_to_sockmap()
Cong Wang
2021-07-15
1
-38
/
+21
|
|
*
selftests/bpf: Factor out udp_socketpair()
Cong Wang
2021-07-15
1
-38
/
+40
|
|
*
af_unix: Implement unix_dgram_bpf_recvmsg()
Cong Wang
2021-07-15
3
-3
/
+93
|
|
*
af_unix: Implement ->psock_update_sk_prot()
Cong Wang
2021-07-15
6
-1
/
+65
|
|
*
af_unix: Add a dummy ->close() for sockmap
Cong Wang
2021-07-15
1
-0
/
+9
|
|
*
af_unix: Set TCP_ESTABLISHED for datagram sockets too
Cong Wang
2021-07-15
1
-6
/
+8
|
|
*
af_unix: Implement ->read_sock() for sockmap
Cong Wang
2021-07-15
1
-0
/
+37
|
|
*
sock_map: Lift socket state restriction for datagram sockets
Cong Wang
2021-07-15
3
-24
/
+6
|
|
*
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
2021-07-15
3
-21
/
+21
|
|
/
|
*
Merge branch 'Add bpf_get_func_ip helper'
Alexei Starovoitov
2021-07-15
11
-14
/
+297
|
|
\
|
|
*
selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe
Jiri Olsa
2021-07-15
2
-2
/
+27
|
|
*
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
2021-07-15
1
-2
/
+22
|
|
*
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-15
1
-9
/
+25
|
|
*
selftests/bpf: Add test for bpf_get_func_ip helper
Jiri Olsa
2021-07-15
2
-0
/
+101
|
|
*
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-15
4
-2
/
+20
|
|
*
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-15
4
-0
/
+72
|
|
*
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
2021-07-15
2
-4
/
+11
|
|
*
bpf, x86: Store caller's ip in trampoline stack
Jiri Olsa
2021-07-15
2
-0
/
+24
|
|
/
|
*
Merge branch 'bpf-timers'
Daniel Borkmann
2021-07-15
20
-64
/
+1651
|
|
\
|
|
*
selftests/bpf: Add a test with bpf_timer in inner map.
Alexei Starovoitov
2021-07-15
3
-0
/
+231
|
|
*
selftests/bpf: Add bpf_timer test.
Alexei Starovoitov
2021-07-15
2
-0
/
+352
|
|
*
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
2
-3
/
+16
|
|
*
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
3
-9
/
+131
|
|
*
bpf: Relax verifier recursion check.
Alexei Starovoitov
2021-07-15
1
-2
/
+6
|
|
*
bpf: Remember BTF of inner maps.
Alexei Starovoitov
2021-07-15
1
-0
/
+6
|
|
*
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2021-07-15
2
-4
/
+36
|
|
*
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
9
-46
/
+259
|
|
*
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-15
7
-1
/
+585
|
|
*
bpf: Factor out bpf_spin_lock into helpers.
Alexei Starovoitov
2021-07-15
1
-4
/
+14
|
|
*
bpf: Prepare bpf_prog_put() to be called from irq context.
Alexei Starovoitov
2021-07-15
1
-6
/
+26
|
|
/
|
*
selftests/bpf: Remove unused variable in tc_tunnel prog
Tobias Klauser
2021-07-15
1
-1
/
+0
|
*
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
2021-07-14
1
-11
/
+16
|
*
bpf: Fix a typo of reuseport map in bpf.h.
Kuniyuki Iwashima
2021-07-14
2
-2
/
+2
|
*
bpf: Sync tools/include/uapi/linux/bpf.h
Alexei Starovoitov
2021-07-14
1
-3
/
+0
|
*
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
2021-07-12
1
-3
/
+45
|
*
samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger default
Jesper Dangaard Brouer
2021-07-07
1
-6
/
+16
|
*
Merge branch 'Generic XDP improvements'
Alexei Starovoitov
2021-07-07
11
-139
/
+298
|
|
\
|
|
*
bpf: Tidy xdp attach selftests
Kumar Kartikeya Dwivedi
2021-07-07
2
-50
/
+32
|
|
*
bpf: devmap: Implement devmap prog execution for generic XDP
Kumar Kartikeya Dwivedi
2021-07-07
3
-29
/
+39
[next]