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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
iavf: fix potential races for FDIR filters
Piotr Gardocki
2
-4
/
+12
2023-08-16
drivers: vxlan: vnifilter: free percpu vni stats on error path
Fedor Pchelkin
1
-3
/
+8
2023-08-16
drivers: net: prevent tun_build_skb() to exceed the packet size limit
Andrew Kanner
1
-1
/
+1
2023-08-16
dccp: fix data-race around dp->dccps_mss_cache
Eric Dumazet
2
-3
/
+9
2023-08-16
bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
Ziyang Xuan
1
-1
/
+3
2023-08-16
xsk: fix refcount underflow in error path
Magnus Karlsson
1
-0
/
+1
2023-08-16
tunnels: fix kasan splat when generating ipv4 pmtu error
Florian Westphal
1
-1
/
+1
2023-08-16
tcp: add missing family to tcp_set_ca_state() tracepoint
Eric Dumazet
1
-1
/
+4
2023-08-16
PCI: move OF status = "disabled" detection to dev->match_driver
Vladimir Oltean
2
-6
/
+3
2023-08-16
net/smc: Use correct buffer sizes when switching between TCP and SMC
Gerd Bayer
1
-22
/
+51
2023-08-16
net/smc: Fix setsockopt and sysctl to specify same buffer size again
Gerd Bayer
5
-20
/
+25
2023-08-16
net/packet: annotate data-races around tp->status
Eric Dumazet
1
-6
/
+10
2023-08-16
ionic: Add missing err handling for queue reconfig
Nitya Sunkad
1
-7
/
+16
2023-08-16
igc: Add lock to safeguard global Qbv variables
Muhammad Husaini Zulkifli
2
-2
/
+36
2023-08-16
mptcp: fix the incorrect judgment for msk->cb_flags
Xiang Yang
1
-1
/
+1
2023-08-16
macsec: use DEV_STATS_INC()
Eric Dumazet
1
-14
/
+14
2023-08-16
mISDN: Update parameter type of dsp_cmx_send()
Nathan Chancellor
3
-3
/
+3
2023-08-16
hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl report
Aleksa Savic
1
-1
/
+36
2023-08-16
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
2
-2
/
+9
2023-08-16
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
1
-5
/
+5
2023-08-16
net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
Andrew Kanner
1
-6
/
+0
2023-08-16
selftests: forwarding: bridge_mdb: Make test more robust
Ido Schimmel
1
-4
/
+4
2023-08-16
selftests: forwarding: bridge_mdb: Fix failing test with old libnet
Ido Schimmel
1
-22
/
+24
2023-08-16
selftests: forwarding: bridge_mdb_max: Fix failing test with old libnet
Ido Schimmel
1
-4
/
+10
2023-08-16
selftests: forwarding: tc_flower: Relax success criterion
Ido Schimmel
1
-4
/
+4
2023-08-16
selftests: forwarding: tc_actions: Use ncat instead of nc
Ido Schimmel
1
-2
/
+4
2023-08-16
selftests: forwarding: Switch off timeout
Ido Schimmel
1
-0
/
+1
2023-08-16
selftests: forwarding: Skip test when no interfaces are specified
Ido Schimmel
1
-0
/
+5
2023-08-16
selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs
Ido Schimmel
1
-0
/
+2
2023-08-16
selftests: forwarding: ethtool_extended_state: Skip when using veth pairs
Ido Schimmel
1
-0
/
+2
2023-08-16
selftests: forwarding: ethtool: Skip when using veth pairs
Ido Schimmel
1
-0
/
+2
2023-08-16
selftests: forwarding: Add a helper to skip test when using veth pairs
Ido Schimmel
1
-0
/
+11
2023-08-16
selftests/rseq: Fix build with undefined __weak
Mark Brown
2
-1
/
+5
2023-08-16
selftests/bpf: fix a CI failure caused by vsock sockmap test
Xu Kuohai
1
-1
/
+1
2023-08-16
dmaengine: xilinx: xdma: Fix Judgment of the return value
Minjie Du
1
-1
/
+1
2023-08-16
dmaengine: xilinx: xdma: Fix typo
Miquel Raynal
1
-1
/
+1
2023-08-16
KVM: arm64: Fix hardware enable/disable flows for pKVM
Raghavendra Rao Ananta
1
-11
/
+4
2023-08-16
selftests: forwarding: bridge_mdb: Check iproute2 version
Ido Schimmel
1
-0
/
+5
2023-08-16
selftests: forwarding: bridge_mdb_max: Check iproute2 version
Ido Schimmel
1
-0
/
+5
2023-08-16
selftests: forwarding: ethtool_mm: Skip when MAC Merge is not supported
Ido Schimmel
1
-5
/
+13
2023-08-16
selftests: forwarding: tc_tunnel_key: Make filters more specific
Ido Schimmel
1
-3
/
+6
2023-08-16
interconnect: qcom: sm8550: add enable_mask for bcm nodes
Neil Armstrong
1
-0
/
+17
2023-08-16
interconnect: qcom: sm8450: add enable_mask for bcm nodes
Neil Armstrong
1
-0
/
+9
2023-08-16
interconnect: qcom: sa8775p: add enable_mask for bcm nodes
Neil Armstrong
1
-0
/
+1
2023-08-16
interconnect: qcom: Add support for mask-based BCMs
Mike Tipton
2
-0
/
+7
2023-08-16
iio: light: bu27034: Fix scale format
Matti Vaittinen
1
-3
/
+19
2023-08-16
iio: core: Prevent invalid memory access when there is no parent
Milan Zamazal
1
-2
/
+3
2023-08-16
iio: imu: lsm6dsx: Fix mount matrix retrieval
Alejandro Tafalla
1
-1
/
+1
2023-08-16
netfilter: nft_set_hash: mark set element as dead when deleting from packet path
Pablo Neira Ayuso
1
-2
/
+4
2023-08-16
netfilter: nf_tables: adapt set backend to use GC transaction API
Pablo Neira Ayuso
4
-103
/
+173
[prev]
[next]