index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
mqueue.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
selftests: net: lib: avoid error removing empty netns name
Matthieu Baerts (NGI0)
1
-6
/
+7
2024-06-06
selftests: net: lib: support errexit with busywait
Matthieu Baerts (NGI0)
1
-3
/
+1
2024-06-06
ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K
Michael Ellerman
1
-3
/
+6
2024-06-06
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
1
-1
/
+1
2024-06-06
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
2
-1
/
+6
2024-06-06
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+2
2024-06-06
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
1
-3
/
+3
2024-06-06
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
1
-4
/
+4
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
1
-4
/
+4
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_accept().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
1
-5
/
+2
2024-06-06
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
1
-13
/
+12
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annodate data-races around sk->sk_state for writers.
Kuniyuki Iwashima
1
-6
/
+8
2024-06-06
af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
Kuniyuki Iwashima
1
-2
/
+8
2024-06-06
net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
Aleksandr Mishin
1
-1
/
+1
2024-06-06
drm/vmwgfx: Don't memcmp equivalent pointers
Ian Forbes
1
-1
/
+1
2024-06-06
igc: Fix Energy Efficient Ethernet support declaration
Sasha Neftin
2
-2
/
+11
2024-06-06
ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
Larysa Zaremba
4
-46
/
+68
2024-06-06
ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
Larysa Zaremba
3
-14
/
+24
2024-06-06
ice: remove af_xdp_zc_qps bitmap
Larysa Zaremba
3
-26
/
+27
2024-06-06
ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
Jacob Keller
2
-9
/
+93
2024-06-06
ice: fix iteration of TLVs in Preserved Fields Area
Jacob Keller
1
-7
/
+21
2024-06-06
drm/vmwgfx: remove unused struct 'vmw_stdu_dma'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-06
drm/vmwgfx: Don't destroy Screen Target when CRTC is enabled but inactive
Ian Forbes
1
-0
/
+10
2024-06-06
drm/vmwgfx: Standardize use of kibibytes when logging
Ian Forbes
2
-8
/
+8
2024-06-06
drm/vmwgfx: Remove STDU logic from generic mode_valid function
Ian Forbes
2
-20
/
+9
2024-06-06
drm/vmwgfx: 3D disabled should not effect STDU memory limits
Ian Forbes
1
-7
/
+0
2024-06-06
drm/vmwgfx: Filter modes which exceed graphics memory
Ian Forbes
1
-2
/
+43
2024-06-06
ptp: Fix error message on failed pin verification
Karol Kolacinski
1
-1
/
+2
2024-06-06
net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
Eric Dumazet
1
-9
/
+6
2024-06-05
net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
Aleksandr Mishin
1
-2
/
+6
2024-06-05
drm/amdgpu/pptable: Fix UBSAN array-index-out-of-bounds
Tasos Sahanidis
1
-42
/
+49
2024-06-05
drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms
Mario Limonciello
1
-9
/
+11
2024-06-05
KVM: s390x: selftests: Add shared zeropage test
David Hildenbrand
2
-0
/
+112
2024-06-05
s390/crash: Do not use VM info if os_info does not have it
Alexander Gordeev
1
-24
/
+30
2024-06-05
bcachefs: Fix trans->locked assert
Kent Overstreet
1
-0
/
+1
2024-06-05
bcachefs: Rereplicate now moves data off of durability=0 devices
Kent Overstreet
1
-1
/
+14
2024-06-05
bcachefs: Fix GFP_KERNEL allocation in break_cycle()
Kent Overstreet
1
-0
/
+1
2024-06-05
net/mlx5: Always stop health timer during driver removal
Shay Drory
1
-0
/
+3
2024-06-05
net/mlx5: Stop waiting for PCI if pci channel is offline
Moshe Shemesh
3
-0
/
+16
2024-06-05
net: ethernet: mtk_eth_soc: handle dma buffer size soc specific
Frank Wunderlich
2
-36
/
+77
2024-06-05
arm64/io: add constant-argument check
Arnd Bergmann
1
-20
/
+16
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
4
-9
/
+45
2024-06-05
mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
Jason Xing
1
-2
/
+7
[next]