summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst2023-08-036-1/+17
| | * | | | | drm/bridge: it6505: Check power state with it6505->powered in IRQ handlerPin-yen Lin2023-08-031-1/+3
* | | | | | | Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1042-219/+501
|\ \ \ \ \ \ \
| * | | | | | | net: hns3: fix strscpy causing content truncation issueHao Chen2023-08-102-4/+4
| * | | | | | | ibmvnic: Ensure login failure recovery is safe from other resetsNick Child2023-08-101-21/+47
| * | | | | | | ibmvnic: Do partial reset on login failureNick Child2023-08-101-6/+40
| * | | | | | | ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child2023-08-101-5/+10
| * | | | | | | ibmvnic: Unmap DMA login rsp buffer on send login failNick Child2023-08-101-1/+4
| * | | | | | | ibmvnic: Enforce stronger sanity checks on login responseNick Child2023-08-101-0/+18
| * | | | | | | net: mana: Fix MANA VF unload when hardware is unresponsiveSouradeep Chakrabarti2023-08-101-4/+33
| * | | | | | | Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-103-3/+7
| |\ \ \ \ \ \ \
| | * | | | | | | wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong2023-08-091-2/+1
| | * | | | | | | wifi: rtw89: fix 8852AE disconnection caused by RX full flagsPing-Ke Shih2023-08-081-1/+1
| | * | | | | | | wifi: brcm80211: handle params_v1 allocation failurePetr Tesarik2023-08-081-0/+5
| * | | | | | | | net: enetc: remove of_device_is_available() handlingVladimir Oltean2023-08-091-12/+0
| * | | | | | | | net: enetc: reimplement RFS/RSS memory clearing as PCI quirkVladimir Oltean2023-08-091-30/+73
| * | | | | | | | PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean2023-08-092-6/+3
| * | | | | | | | iavf: fix potential races for FDIR filtersPiotr Gardocki2023-08-092-4/+12
| * | | | | | | | igc: Add lock to safeguard global Qbv variablesMuhammad Husaini Zulkifli2023-08-092-2/+36
| * | | | | | | | Merge tag 'mlx5-fixes-2023-08-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-08-0911-66/+106
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx5e: Add capability check for vnic countersLama Kayal2023-08-071-49/+67
| | * | | | | | | | net/mlx5: Reload auxiliary devices in pci error handlersMoshe Shemesh2023-08-071-1/+1
| | * | | | | | | | net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh2023-08-071-0/+5
| | * | | | | | | | net/mlx5: LAG, Check correct bucket when modifying LAGShay Drory2023-08-071-1/+1
| | * | | | | | | | net/mlx5e: Unoffload post act rule when handling FIB eventsChris Mi2023-08-071-2/+4
| | * | | | | | | | net/mlx5: Fix devlink controller number for ECVFDaniel Jurgens2023-08-071-1/+1
| | * | | | | | | | net/mlx5: Allow 0 for total host VFsDaniel Jurgens2023-08-071-2/+1
| | * | | | | | | | net/mlx5: Return correct EC_VF function IDDaniel Jurgens2023-08-071-1/+1
| | * | | | | | | | net/mlx5: DR, Fix wrong allocation of modify hdr patternYevgeny Kliteynik2023-08-071-1/+1
| | * | | | | | | | net/mlx5e: TC, Fix internal port memory leakJianbo Liu2023-08-071-8/+13
| | * | | | | | | | net/mlx5e: Take RTNL lock when needed before calling xdp_set_features()Gal Pressman2023-08-071-0/+11
| * | | | | | | | | net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu2023-08-091-1/+13
| * | | | | | | | | net: hns3: add wait until mac link downJie Wang2023-08-091-1/+9
| * | | | | | | | | net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang2023-08-091-5/+9
| * | | | | | | | | net: hns3: restore user pause configure when disable autonegJian Shen2023-08-093-2/+6
| * | | | | | | | | net: marvell: prestera: fix handling IPv4 routes with nhidJonas Gorski2023-08-081-7/+7
| * | | | | | | | | drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner2023-08-081-1/+1
| * | | | | | | | | wireguard: allowedips: expand maximum node depthJason A. Donenfeld2023-08-072-10/+14
| * | | | | | | | | bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan2023-08-071-1/+3
| |/ / / / / / / /
| * | | | | | | | ionic: Add missing err handling for queue reconfigNitya Sunkad2023-08-061-7/+16
| * | | | | | | | drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin2023-08-061-3/+8
| * | | | | | | | macsec: use DEV_STATS_INC()Eric Dumazet2023-08-061-14/+14
| * | | | | | | | net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean2023-08-051-0/+2
| * | | | | | | | net: phy: at803x: remove set/get wol callbacks for AR8032Li Yang2023-08-041-2/+0
| * | | | | | | | net: phy: at803x: fix the wol setting functionsLi Yang2023-08-041-20/+25
| * | | | | | | | mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor2023-08-043-3/+3
* | | | | | | | | Merge tag 'dmaengine-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-106-14/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dmaengine: xilinx: xdma: Fix typoMiquel Raynal2023-08-061-1/+1
| * | | | | | | | | dmaengine: xilinx: xdma: Fix interrupt vector settingMiquel Raynal2023-08-061-0/+2
| * | | | | | | | | dmaengine: owl-dma: Modify mismatched function nameZhang Jianhua2023-08-061-1/+1