summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cxl/memdev: Document security state in kern-docDavidlohr Bueso2023-07-281-0/+1
* | | | | | | Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-0369-254/+591
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-036-12/+10
| |\ \ \ \ \ \ \
| | * | | | | | | wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede2023-08-021-1/+6
| | * | | | | | | wifi: ray_cs: Replace 1-element array with flexible arrayKees Cook2023-08-011-1/+1
| | * | | | | | | Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on ...Kalle Valo2023-07-261-5/+0
| | * | | | | | | Revert "wifi: ath11k: Enable threaded NAPI"Kalle Valo2023-07-262-2/+0
| | * | | | | | | wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser2023-07-241-3/+3
| * | | | | | | | prestera: fix fallback to previous version on same major versionJonas Gorski2023-08-031-1/+2
| * | | | | | | | net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky2023-08-021-2/+2
| * | | | | | | | net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu2023-08-021-8/+72
| * | | | | | | | net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu2023-08-021-15/+14
| * | | | | | | | s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter2023-08-024-9/+11
| * | | | | | | | net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
| * | | | | | | | net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
| * | | | | | | | bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan2023-08-011-7/+10
| * | | | | | | | bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur2023-08-012-19/+29
| * | | | | | | | net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown2023-08-011-0/+11
| * | | | | | | | net: korina: handle clk prepare error in korina_probe()Yuanjun Gong2023-08-011-2/+1
| * | | | | | | | USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard2023-08-012-0/+42
| * | | | | | | | net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter2023-08-011-4/+8
| * | | | | | | | octeon_ep: initialize mbox mutexesMichal Schmidt2023-07-311-0/+3
| * | | | | | | | bnxt: don't handle XDP in netpollJakub Kicinski2023-07-314-14/+24
| * | | | | | | | ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski2023-07-311-0/+18
| * | | | | | | | sfc: fix field-spanning memcpy in selftestEdward Cree2023-07-313-30/+39
| * | | | | | | | net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn2023-07-311-0/+1
| * | | | | | | | net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou2023-07-311-5/+2
| * | | | | | | | qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko2023-07-299-26/+128
| * | | | | | | | net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski2023-07-291-20/+15
| * | | | | | | | net: stmmac: tegra: Properly allocate clock bulk dataThierry Reding2023-07-291-1/+2
| * | | | | | | | mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye2023-07-281-5/+5
| * | | | | | | | Merge tag 'mlx5-fixes-2023-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-07-2726-73/+137
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx5: Unregister devlink params in case interface is downShay Drory2023-07-261-0/+1
| | * | | | | | | | net/mlx5: DR, Fix peer domain namespace settingShay Drory2023-07-2612-29/+38
| | * | | | | | | | net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not supportedChris Mi2023-07-262-2/+1
| | * | | | | | | | net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reloadJianbo Liu2023-07-262-11/+26
| | * | | | | | | | net/mlx5: Bridge, set debugfs access right to root-onlyVlad Buslov2023-07-261-1/+1
| | * | | | | | | | net/mlx5e: xsk: Fix crash on regular rq reactivationDragos Tatulea2023-07-261-8/+21
| | * | | | | | | | net/mlx5e: xsk: Fix invalid buffer access for legacy rqDragos Tatulea2023-07-261-1/+4
| | * | | | | | | | net/mlx5e: Move representor neigh cleanup to profile cleanup_txJianbo Liu2023-07-261-10/+7
| | * | | | | | | | net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is setAmir Tzin2023-07-261-0/+10
| | * | | | | | | | net/mlx5e: Don't hold encap tbl lock if there is no encap actionChris Mi2023-07-262-6/+18
| | * | | | | | | | net/mlx5: Honor user input for migratable port fn attrShay Drory2023-07-261-1/+1
| | * | | | | | | | net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong2023-07-261-1/+3
| | * | | | | | | | net/mlx5: fix potential memory leak in mlx5e_init_rep_rxZhengchao Shao2023-07-261-1/+2
| | * | | | | | | | net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctxZhengchao Shao2023-07-261-2/+3
| | * | | | | | | | net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groupsZhengchao Shao2023-07-261-0/+1
| * | | | | | | | | net: dsa: fix value check in bcm_sf2_sw_probe()Yuanjun Gong2023-07-271-2/+6
* | | | | | | | | | Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-028-37/+65
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm...Arnd Bergmann2023-07-273-24/+41
| |\ \ \ \ \ \ \ \ \ \