index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2024-12-18
Merge tag 'linux-can-fixes-for-6.13-20241218' of git://git.kernel.org/pub/scm...
Jakub Kicinski
-10
/
+28
2024-12-18
net: usb: qmi_wwan: add Quectel RG255C
Martin Hou
-0
/
+1
2024-12-18
net: phy: avoid undefined behavior in *_led_polarity_set()
Arnd Bergmann
-3
/
+3
2024-12-18
can: m_can: fix missed interrupts with m_can_pci
Matthias Schiffer
-5
/
+19
2024-12-18
can: m_can: set init flag earlier in probe
Matthias Schiffer
-5
/
+9
2024-12-17
net: netdevsim: fix nsim_pp_hold_write()
Eric Dumazet
-2
/
+2
2024-12-17
qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()
Gianfranco Trad
-0
/
+1
2024-12-17
net: ethernet: bgmac-platform: fix an OF node reference leak
Joe Hattori
-1
/
+4
2024-12-17
net: ethernet: oa_tc6: fix tx skb race condition between reference pointers
Parthiban Veerasooran
-0
/
+6
2024-12-17
net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0
Parthiban Veerasooran
-2
/
+3
2024-12-16
net: hinic: Fix cleanup in create_rxqs/txqs()
Dan Carpenter
-0
/
+2
2024-12-16
team: Fix feature exposure when no ports are present
Daniel Borkmann
-2
/
+6
2024-12-16
chelsio/chtls: prevent potential integer overflow on 32bit
Dan Carpenter
-2
/
+3
2024-12-15
net: renesas: rswitch: rework ts tags management
Nikita Yushchenko
-45
/
+42
2024-12-15
ionic: use ee->offset when returning sprom data
Shannon Nelson
-2
/
+2
2024-12-15
ionic: no double destroy workqueue
Shannon Nelson
-1
/
+4
2024-12-15
ionic: Fix netdev notifier unregister on failure
Brett Creeley
-2
/
+2
2024-12-15
netdevsim: prevent bad user input in nsim_dev_health_break_write()
Eric Dumazet
-0
/
+2
2024-12-15
net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()
Vladimir Oltean
-1
/
+1
2024-12-13
net: tun: fix tun_napi_alloc_frags()
Eric Dumazet
-1
/
+1
2024-12-12
Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-269
/
+355
2024-12-12
Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-8
/
+12
2024-12-12
net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundaries
Jesse Van Gavere
-24
/
+18
2024-12-12
net: renesas: rswitch: fix initial MPIC register setting
Nikita Yushchenko
-13
/
+28
2024-12-12
Bluetooth: btmtk: avoid UAF in btmtk_process_coredump
Thadeu Lima de Souza Cascardo
-8
/
+12
2024-12-12
team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
Daniel Borkmann
-1
/
+2
2024-12-12
team: Fix initial vlan_feature set in __team_compute_features
Daniel Borkmann
-2
/
+3
2024-12-12
bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
Daniel Borkmann
-0
/
+1
2024-12-12
bonding: Fix initial {vlan,mpls}_feature set in bond_compute_features
Daniel Borkmann
-2
/
+3
2024-12-12
net, team, bonding: Add netdev_base_features helper
Daniel Borkmann
-5
/
+2
2024-12-11
net: dsa: felix: fix stuck CPU-injected packets with short taprio windows
Vladimir Oltean
-6
/
+11
2024-12-11
net: usb: qmi_wwan: add Telit FE910C04 compositions
Daniele Palmas
-0
/
+3
2024-12-11
net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqs
Maxim Levitsky
-2
/
+3
2024-12-11
net: mana: Fix memory leak in mana_gd_setup_irqs
Maxim Levitsky
-0
/
+1
2024-12-11
Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-12
/
+35
2024-12-10
net: renesas: rswitch: handle stop vs interrupt race
Nikita Yushchenko
-15
/
+18
2024-12-10
net: renesas: rswitch: avoid use-after-put for a device tree node
Nikita Yushchenko
-1
/
+2
2024-12-10
net: renesas: rswitch: fix leaked pointer on error path
Nikita Yushchenko
-0
/
+1
2024-12-10
net: renesas: rswitch: fix race window between tx start and complete
Nikita Yushchenko
-8
/
+8
2024-12-10
net: renesas: rswitch: fix possible early skb release
Nikita Yushchenko
-2
/
+3
2024-12-10
Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-1
/
+1
2024-12-10
bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips
Michael Chan
-3
/
+3
2024-12-10
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-15
/
+107
2024-12-10
virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for tx
Koichiro Den
-1
/
+2
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()
Koichiro Den
-3
/
+7
2024-12-10
virtio_net: ensure netdev_tx_reset_queue is called on tx ring resize
Koichiro Den
-1
/
+11
2024-12-10
virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()
Koichiro Den
-3
/
+7
2024-12-10
virtio_net: replace vq2rxq with vq2txq where appropriate
Koichiro Den
-1
/
+1
2024-12-10
virtio_net: correct netdev_tx_reset_queue() invocation point
Koichiro Den
-1
/
+9
2024-12-10
octeontx2-af: Fix installation of PF multicast rule
Geetha sowjanya
-10
/
+8
[next]