index
:
Linux Stable
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-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
*
Merge tag 'pci-v6.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-06-06
5
-15
/
+0
|
\
|
*
PCI: Revert the cfg_access_lock lockdep mechanism
Dan Williams
2024-06-04
5
-15
/
+0
*
|
Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-06-06
106
-567
/
+1077
|
\
\
|
*
\
Merge branch 'selftests-net-lib-small-fixes'
Jakub Kicinski
2024-06-06
1
-9
/
+9
|
|
\
\
|
|
*
|
selftests: net: lib: set 'i' as local
Matthieu Baerts (NGI0)
2024-06-06
1
-0
/
+1
|
|
*
|
selftests: net: lib: avoid error removing empty netns name
Matthieu Baerts (NGI0)
2024-06-06
1
-6
/
+7
|
|
*
|
selftests: net: lib: support errexit with busywait
Matthieu Baerts (NGI0)
2024-06-06
1
-3
/
+1
|
|
/
/
|
*
|
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
2024-06-06
1
-1
/
+1
|
*
|
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
2024-06-06
2
-1
/
+6
|
*
|
Merge branch 'af_unix-fix-lockless-access-of-sk-sk_state-and-others-fields'
Paolo Abeni
2024-06-06
2
-52
/
+50
|
|
\
\
|
|
*
|
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
|
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
|
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
|
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
2024-06-06
1
-8
/
+2
|
|
*
|
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
|
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
2024-06-06
1
-3
/
+3
|
|
*
|
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
2024-06-06
1
-4
/
+4
|
|
*
|
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
|
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
2024-06-06
1
-4
/
+4
|
|
*
|
af_unix: Annotate data-race of sk->sk_state in unix_accept().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
|
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
2024-06-06
1
-5
/
+2
|
|
*
|
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
2024-06-06
1
-13
/
+12
|
|
*
|
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
|
|
*
|
af_unix: Annodate data-races around sk->sk_state for writers.
Kuniyuki Iwashima
2024-06-06
1
-6
/
+8
|
|
*
|
af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
Kuniyuki Iwashima
2024-06-06
1
-2
/
+8
|
|
/
/
|
*
|
net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
Aleksandr Mishin
2024-06-06
1
-1
/
+1
|
*
|
Merge branch 'intel-wired-lan-driver-updates-2024-05-29-ice-igc'
Jakub Kicinski
2024-06-05
9
-104
/
+244
|
|
\
\
|
|
*
|
igc: Fix Energy Efficient Ethernet support declaration
Sasha Neftin
2024-06-05
2
-2
/
+11
|
|
*
|
ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
Larysa Zaremba
2024-06-05
4
-46
/
+68
|
|
*
|
ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
Larysa Zaremba
2024-06-05
3
-14
/
+24
|
|
*
|
ice: remove af_xdp_zc_qps bitmap
Larysa Zaremba
2024-06-05
3
-26
/
+27
|
|
*
|
ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
Jacob Keller
2024-06-05
2
-9
/
+93
|
|
*
|
ice: fix iteration of TLVs in Preserved Fields Area
Jacob Keller
2024-06-05
1
-7
/
+21
|
|
/
/
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-06-05
9
-35
/
+34
|
|
\
\
|
|
*
|
Revert "xsk: Document ability to redirect to any socket bound to the same umem"
Magnus Karlsson
2024-06-05
1
-19
/
+14
|
|
*
|
Revert "xsk: Support redirect to any socket bound to the same umem"
Magnus Karlsson
2024-06-05
1
-4
/
+1
|
|
*
|
bpf: Set run context for rawtp test_run callback
Jiri Olsa
2024-06-05
1
-0
/
+6
|
|
*
|
bpf: Fix a potential use-after-free in bpf_link_free()
Cong Wang
2024-06-03
1
-5
/
+6
|
|
*
|
bpf, devmap: Remove unnecessary if check in for loop
Thorsten Blum
2024-06-03
1
-3
/
+0
|
|
*
|
libbpf: don't close(-1) in multi-uprobe feature detector
Andrii Nakryiko
2024-05-31
1
-1
/
+2
|
|
*
|
bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list
Jiri Olsa
2024-05-31
2
-2
/
+4
|
|
*
|
selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.c
Andrii Nakryiko
2024-05-31
1
-1
/
+1
|
*
|
|
ptp: Fix error message on failed pin verification
Karol Kolacinski
2024-06-05
1
-1
/
+2
|
*
|
|
net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
Eric Dumazet
2024-06-05
1
-9
/
+6
|
*
|
|
net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
Aleksandr Mishin
2024-06-05
1
-2
/
+6
|
*
|
|
Merge branch 'mlx5-fixes'
David S. Miller
2024-06-05
4
-0
/
+19
|
|
\
\
\
|
|
*
|
|
net/mlx5: Always stop health timer during driver removal
Shay Drory
2024-06-05
1
-0
/
+3
|
|
*
|
|
net/mlx5: Stop waiting for PCI if pci channel is offline
Moshe Shemesh
2024-06-05
3
-0
/
+16
|
|
/
/
/
|
*
|
|
net: ethernet: mtk_eth_soc: handle dma buffer size soc specific
Frank Wunderlich
2024-06-05
2
-36
/
+77
|
*
|
|
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
2024-06-05
4
-9
/
+45
[next]