index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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
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
2024-06-05
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-06-05
selftests: hsr: add missing config for CONFIG_BRIDGE
Hangbin Liu
1
-0
/
+1
2024-06-05
vxlan: Fix regression when dropping packets due to invalid src addresses
Daniel Borkmann
1
-4
/
+4
2024-06-05
net: sched: sch_multiq: fix possible OOB write in multiq_tune()
Hangyu Hua
1
-1
/
+1
2024-06-05
ionic: fix kernel panic in XDP_TX action
Taehee Yoo
1
-0
/
+1
2024-06-05
net: phy: Micrel KSZ8061: fix errata solution not taking effect problem
Tristram Ha
1
-1
/
+41
2024-06-05
net/smc: avoid overwriting when adjusting sock bufsizes
Wen Gu
1
-20
/
+2
2024-06-05
octeontx2-af: Always allocate PF entries from low prioriy zone
Subbaraya Sundeep
1
-11
/
+22
2024-06-04
net: tls: fix marking packets as decrypted
Jakub Kicinski
1
-0
/
+3
2024-06-04
lib/test_rhashtable: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-04
net: dst_cache: add two DEBUG_NET warnings
Eric Dumazet
1
-0
/
+2
2024-06-04
ila: block BH in ila_output()
Eric Dumazet
1
-1
/
+6
2024-06-04
ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
Eric Dumazet
1
-8
/
+6
2024-06-04
net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()
Eric Dumazet
1
-8
/
+6
2024-06-04
ipv6: ioam: block BH from ioam6_output()
Eric Dumazet
1
-4
/
+4
2024-06-04
vmxnet3: disable rx data ring on dma allocation failure
Matthias Stocker
1
-1
/
+1
2024-06-03
net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
Tristram Ha
1
-6
/
+56
2024-06-02
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
Dmitry Safonov
2
-7
/
+13
2024-06-02
net/ncsi: Fix the multi thread manner of NCSI driver
DelphineCCChiu
3
-38
/
+41
2024-06-02
net: rps: fix error when CONFIG_RFS_ACCEL is off
Jason Xing
1
-1
/
+2
2024-06-02
ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
Duoming Zhou
1
-1
/
+1
2024-06-02
ax25: Fix refcount imbalance on inbound connections
Lars Kellogg-Stedman
1
-0
/
+6
2024-06-02
virtio_net: fix a spurious deadlock issue
Heng Qi
1
-20
/
+16
2024-06-02
virtio_net: fix possible dim status unrecoverable
Heng Qi
1
-1
/
+1
2024-06-02
ethtool: init tsinfo stats if requested
Vadim Fedorenko
1
-3
/
+3
2024-06-02
MAINTAINERS: remove Peter Geis
Peter Geis
1
-1
/
+0
2024-06-02
virtio_net: fix missing lock protection on control_buf access
Heng Qi
1
-1
/
+3
2024-06-01
wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS
Bitterblue Smith
1
-15
/
+0
2024-06-01
wifi: mt76: mt7615: add missing chanctx ops
Johannes Berg
1
-0
/
+4
2024-06-01
wifi: wilc1000: document SRCU usage instead of SRCU
Alexis Lothoré
1
-0
/
+7
2024-06-01
Revert "wifi: wilc1000: set atomic flag on kmemdup in srcu critical section"
Alexis Lothoré
1
-1
/
+1
2024-06-01
Revert "wifi: wilc1000: convert list management to RCU"
Alexis Lothoré
5
-45
/
+64
2024-05-30
netdev: add qstat for csum complete
Jakub Kicinski
3
-0
/
+6
2024-05-30
ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound
Yue Haibing
1
-2
/
+2
2024-05-30
net: ena: Fix redundant device NUMA node override
Shay Agroskin
1
-11
/
+0
2024-05-30
ice: check for unregistering correct number of devlink params
Dave Ertman
1
-9
/
+22
2024-05-30
ice: fix 200G PHY types to link speed mapping
Paul Greenwalt
1
-0
/
+10
2024-05-30
i40e: Fully suspend and resume IO operations in EEH case
Thinh Tran
1
-3
/
+6
2024-05-30
i40e: factoring out i40e_suspend/i40e_resume
Thinh Tran
1
-114
/
+135
2024-05-30
e1000e: move force SMBUS near the end of enable_ulp function
Hui Wang
2
-18
/
+22
2024-05-30
net: dsa: microchip: fix RGMII error in KSZ DSA driver
Tristram Ha
1
-1
/
+1
2024-05-30
ipv4: correctly iterate over the target netns in inet_dump_ifaddr()
Alexander Mikhalitsyn
1
-1
/
+1
2024-05-30
net: fix __dst_negative_advice() race
Eric Dumazet
5
-47
/
+30
[next]