summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-1/+1
|\
| * treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-271-1/+1
* | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* | qca_7k: Replace old mail addressStefan Wahren2024-01-313-3/+3
* | qca_7k: Replace BSD boilerplate with SPDXStefan Wahren2024-01-319-129/+9
* | qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVAStefan Wahren2024-01-311-1/+1
* | qca_spi: Log expected signature in error caseStefan Wahren2024-01-311-2/+2
* | qca_spi: Improve calculation of RX buffer sizeStefan Wahren2024-01-311-2/+2
* | qca_spi: Introduce QCASPI_RX_MAX_FRAMESStefan Wahren2024-01-312-1/+2
* | qca_spi: Add QCASPI prefix to ring definesStefan Wahren2024-01-313-8/+8
* | qca_7k_common: Drop unused len from qcafrm_handleStefan Wahren2024-01-311-3/+0
* | qca_7k_common: Drop unnecessary function descriptionStefan Wahren2024-01-311-11/+0
* | qca_spi: Avoid skb_copy_expand in TX pathStefan Wahren2024-01-311-0/+2
* | qca_spi: Improve SPI IRQ handlingStefan Wahren2024-01-311-10/+11
* | qca_spi: Improve SPI thread creationStefan Wahren2024-01-311-4/+7
* | qca_spi: Add check for kthread_stopStefan Wahren2024-01-311-2/+4
* | net: fill in MODULE_DESCRIPTION()s for Qualcom driversBreno Leitao2024-01-292-0/+2
* | Revert "net: ethernet: qualcomm: Remove QDF24xx support"Jakub Kicinski2024-01-245-21/+521
* | net: ethernet: qualcomm: Remove QDF24xx supportKonrad Dybcio2024-01-235-521/+21
|/
* Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-181-1/+1
|\
| * net: qualcomm: rmnet: fix global oob in rmnet_policyLin Ma2024-01-111-1/+1
* | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-3/+2
|\ \ | |/ |/|
| * tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-3/+2
* | qca_spi: Fix reset behaviorStefan Wahren2023-12-081-1/+7
* | qca_debug: Fix ethtool -G iface tx behaviorStefan Wahren2023-12-081-3/+5
* | qca_debug: Prevent crash on TX ring changesStefan Wahren2023-12-082-5/+16
|/
* net: ethernet: qualcomm: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: qualcomm: Remove redundant of_match_ptr()Ruan Jinjie2023-08-161-1/+1
* net: Explicitly include correct DT includesRob Herring2023-07-274-3/+2
* drivers: net: fix return value check in emac_tso_csum()Yuanjun Gong2023-07-191-2/+5
* net: qca_spi: Avoid high load if QCA7000 is not availableStefan Wahren2023-06-191-2/+1
* Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\
| * net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-111-1/+1
* | net: ethernet: Add missing depends on MDIO_DEVRESAndrew Lunn2023-04-121-0/+1
* | net: qcom/emac: Fix use after free bug in emac_remove due to race conditionZheng Wang2023-03-201-0/+6
|/
* net: qualcomm: rmnet: add ethtool support for configuring tx aggregationDaniele Palmas2023-01-131-0/+45
* net: qualcomm: rmnet: add tx packets aggregationDaniele Palmas2023-01-137-4/+246
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: rmnet: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-4/+4
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* net: emac: Fix typo in a commentXiang wangx2022-06-191-1/+1
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* net: ethernet: Use netif_rx().Sebastian Andrzej Siewior2022-03-042-2/+2
* Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-3/+1
|\
| * spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | net: qualcomm: rmnet: Use skb_put_zero() to simplify codeChristophe JAILLET2022-02-211-3/+1
|/
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-4/+12
* ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski2021-10-141-1/+1