summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-26net: hippi: Add missing pci_disable_device() in rr_init_one()ruanjinjie1-0/+1
2022-09-26net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probePeng Wu1-2/+2
2022-09-26cxgb4: fix missing unlock on ETHOFLD desc collect fail pathRafael Mendonca1-9/+19
2022-09-26usbnet: Fix memory leak in usbnet_disconnect()Peilin Ye1-1/+6
2022-09-26Revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()"Sasha Levin1-2/+2
2022-09-24sfc: correct filter_table_remove method for EF10 PFsAndy Moreton1-1/+1
2022-09-23net: mt7531: ensure all MACs are powered down before resetAlexander Couzens1-0/+4
2022-09-23net: mt7531: only do PLL once after the resetAlexander Couzens1-6/+9
2022-09-23net: macb: Fix ZynqMP SGMII non-wakeup source resume failureRadhey Shyam Pandey1-0/+4
2022-09-23tun: support not enabling carrier in TUNSETIFFPatrick Rohr1-3/+6
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds55-341/+455
2022-09-22Merge tag 'efi-urgent-for-v6.0-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+14
2022-09-22Merge tag 'gpio-fixes-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-15/+22
2022-09-22bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski1-5/+5
2022-09-22net: marvell: Fix refcounting bugs in prestera_port_sfp_bind()Liang He1-0/+2
2022-09-22net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson1-2/+2
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins1-9/+6
2022-09-22net: phy: micrel: fix shared interrupt on LAN8814Michael Walle1-6/+12
2022-09-22efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel1-4/+4
2022-09-22efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel1-0/+7
2022-09-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-9/+14
2022-09-22ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba1-1/+4
2022-09-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-10/+53
2022-09-21Merge tag 'dmaengine-fix-6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+17
2022-09-21Merge tag 'linux-can-fixes-for-6.0-20220921' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-13/+18
2022-09-21net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie1-3/+0
2022-09-21iommu/vt-d: Check correct capability for sagaw determinationYi Liu1-1/+1
2022-09-21Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu2-9/+25
2022-09-21can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo...Marc Kleine-Budde1-6/+11
2022-09-21can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-09-21can: flexcan: flexcan_mailbox_read() fix return value for drop = trueMarc Kleine-Budde1-5/+5
2022-09-21gpiolib: cdev: Set lineevent_state::irq after IRQ register successfullyMeng Li1-2/+3
2022-09-21gpio: tqmx86: fix uninitialized variable girqDongliang Mu1-2/+2
2022-09-21net: sh_eth: Fix PHY state warning splat during system resumeGeert Uytterhoeven1-0/+2
2022-09-21net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven1-0/+2
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski1-9/+12
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski1-0/+2
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean5-25/+34
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean5-35/+44
2022-09-20wireguard: netlink: avoid variable-sized memcpy on sockaddrJason A. Donenfeld1-7/+6
2022-09-20wireguard: ratelimiter: disable timings test by defaultJason A. Donenfeld1-15/+10
2022-09-20sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet1-1/+1
2022-09-20sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet1-1/+1
2022-09-20efi: efibc: Guard against allocation failureGuilherme G. Piccoli1-0/+3
2022-09-20net: ipa: properly limit modem routing table useAlex Elder5-26/+32
2022-09-20of: mdio: Add of_node_put() when breaking out of for_each_xxLiang He1-0/+1
2022-09-20gpio: ftgpio010: Make irqchip immutableLinus Walleij1-9/+13
2022-09-20gpio: mockup: Fix potential resource leakage when register a chipAndy Shevchenko1-1/+3
2022-09-20gpio: mockup: fix NULL pointer dereference when removing debugfsBartosz Golaszewski1-1/+1
2022-09-20Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini3-19/+27