summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2024-12-18Merge tag 'linux-can-fixes-for-6.13-20241218' of git://git.kernel.org/pub/scm...Jakub Kicinski-10/+28
2024-12-18net: usb: qmi_wwan: add Quectel RG255CMartin Hou-0/+1
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann-3/+3
2024-12-18can: m_can: fix missed interrupts with m_can_pciMatthias Schiffer-5/+19
2024-12-18can: m_can: set init flag earlier in probeMatthias Schiffer-5/+9
2024-12-17net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet-2/+2
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad-0/+1
2024-12-17net: ethernet: bgmac-platform: fix an OF node reference leakJoe Hattori-1/+4
2024-12-17net: ethernet: oa_tc6: fix tx skb race condition between reference pointersParthiban Veerasooran-0/+6
2024-12-17net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0Parthiban Veerasooran-2/+3
2024-12-16net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter-0/+2
2024-12-16team: Fix feature exposure when no ports are presentDaniel Borkmann-2/+6
2024-12-16chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter-2/+3
2024-12-15net: renesas: rswitch: rework ts tags managementNikita Yushchenko-45/+42
2024-12-15ionic: use ee->offset when returning sprom dataShannon Nelson-2/+2
2024-12-15ionic: no double destroy workqueueShannon Nelson-1/+4
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley-2/+2
2024-12-15netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet-0/+2
2024-12-15net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()Vladimir Oltean-1/+1
2024-12-13net: tun: fix tun_napi_alloc_frags()Eric Dumazet-1/+1
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-269/+355
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-8/+12
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere-24/+18
2024-12-12net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko-13/+28
2024-12-12Bluetooth: btmtk: avoid UAF in btmtk_process_coredumpThadeu Lima de Souza Cascardo-8/+12
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann-1/+2
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann-2/+3
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann-0/+1
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann-2/+3
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann-5/+2
2024-12-11net: dsa: felix: fix stuck CPU-injected packets with short taprio windowsVladimir Oltean-6/+11
2024-12-11net: usb: qmi_wwan: add Telit FE910C04 compositionsDaniele Palmas-0/+3
2024-12-11net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqsMaxim Levitsky-2/+3
2024-12-11net: mana: Fix memory leak in mana_gd_setup_irqsMaxim Levitsky-0/+1
2024-12-11Merge tag 'vfio-v6.13-rc3' of https://github.com/awilliam/linux-vfioLinus Torvalds-12/+35
2024-12-10net: renesas: rswitch: handle stop vs interrupt raceNikita Yushchenko-15/+18
2024-12-10net: renesas: rswitch: avoid use-after-put for a device tree nodeNikita Yushchenko-1/+2
2024-12-10net: renesas: rswitch: fix leaked pointer on error pathNikita Yushchenko-0/+1
2024-12-10net: renesas: rswitch: fix race window between tx start and completeNikita Yushchenko-8/+8
2024-12-10net: renesas: rswitch: fix possible early skb releaseNikita Yushchenko-2/+3
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-1/+1
2024-12-10bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chipsMichael Chan-3/+3
2024-12-10Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+107
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for txKoichiro Den-1/+2
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den-3/+7
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on tx ring resizeKoichiro Den-1/+11
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den-3/+7
2024-12-10virtio_net: replace vq2rxq with vq2txq where appropriateKoichiro Den-1/+1
2024-12-10virtio_net: correct netdev_tx_reset_queue() invocation pointKoichiro Den-1/+9
2024-12-10octeontx2-af: Fix installation of PF multicast ruleGeetha sowjanya-10/+8