| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2025-03-26 | 1 | -3/+6 |
|\ |
|
| * | net: Use link/peer netns in newlink() of rtnl_link_ops | Xiao Liang | 2025-02-21 | 1 | -2/+2 |
| * | rtnetlink: Pack newlink() params into struct | Xiao Liang | 2025-02-21 | 1 | -2/+5 |
* | | net: qualcomm: rmnet: Switch to use hrtimer_setup() | Nam Cao | 2025-02-18 | 1 | -2/+2 |
|/ |
|
* | qca_spi: Make driver probing reliable | Stefan Wahren | 2024-12-09 | 1 | -1/+1 |
* | qca_spi: Fix clock speed for multiple QCA7000 | Stefan Wahren | 2024-12-09 | 2 | -15/+10 |
* | qca_spi: Improve reset mechanism | Stefan Wahren | 2024-10-09 | 3 | -15/+20 |
* | qca_spi: Count unexpected WRBUF_SPC_AVA after reset | Stefan Wahren | 2024-10-09 | 1 | -0/+1 |
* | net: qcom/emac: Find sgmii_ops by device_for_each_child() | Zijun Hu | 2024-10-08 | 1 | -5/+17 |
* | net: ethernet: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2024-10-04 | 1 | -1/+1 |
* | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 2024-09-03 | 1 | -1/+1 |
* | qca_spi: Make interrupt remembering atomic | Stefan Wahren | 2024-06-18 | 3 | -14/+11 |
* | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 2024-05-07 | 2 | -2/+2 |
* | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2024-03-21 | 1 | -1/+1 |
|\ |
|
| * | treewide, serdev: change receive_buf() return type to size_t | Francesco Dolcini | 2024-01-27 | 1 | -1/+1 |
* | | rtnetlink: prepare nla_put_iflink() to run under RCU | Eric Dumazet | 2024-02-26 | 1 | -1/+1 |
* | | qca_7k: Replace old mail address | Stefan Wahren | 2024-01-31 | 3 | -3/+3 |
* | | qca_7k: Replace BSD boilerplate with SPDX | Stefan Wahren | 2024-01-31 | 9 | -129/+9 |
* | | qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA | Stefan Wahren | 2024-01-31 | 1 | -1/+1 |
* | | qca_spi: Log expected signature in error case | Stefan Wahren | 2024-01-31 | 1 | -2/+2 |
* | | qca_spi: Improve calculation of RX buffer size | Stefan Wahren | 2024-01-31 | 1 | -2/+2 |
* | | qca_spi: Introduce QCASPI_RX_MAX_FRAMES | Stefan Wahren | 2024-01-31 | 2 | -1/+2 |
* | | qca_spi: Add QCASPI prefix to ring defines | Stefan Wahren | 2024-01-31 | 3 | -8/+8 |
* | | qca_7k_common: Drop unused len from qcafrm_handle | Stefan Wahren | 2024-01-31 | 1 | -3/+0 |
* | | qca_7k_common: Drop unnecessary function description | Stefan Wahren | 2024-01-31 | 1 | -11/+0 |
* | | qca_spi: Avoid skb_copy_expand in TX path | Stefan Wahren | 2024-01-31 | 1 | -0/+2 |
* | | qca_spi: Improve SPI IRQ handling | Stefan Wahren | 2024-01-31 | 1 | -10/+11 |
* | | qca_spi: Improve SPI thread creation | Stefan Wahren | 2024-01-31 | 1 | -4/+7 |
* | | qca_spi: Add check for kthread_stop | Stefan Wahren | 2024-01-31 | 1 | -2/+4 |
* | | net: fill in MODULE_DESCRIPTION()s for Qualcom drivers | Breno Leitao | 2024-01-29 | 2 | -0/+2 |
* | | Revert "net: ethernet: qualcomm: Remove QDF24xx support" | Jakub Kicinski | 2024-01-24 | 5 | -21/+521 |
* | | net: ethernet: qualcomm: Remove QDF24xx support | Konrad Dybcio | 2024-01-23 | 5 | -521/+21 |
|/ |
|
* | Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2024-01-18 | 1 | -1/+1 |
|\ |
|
| * | net: qualcomm: rmnet: fix global oob in rmnet_policy | Lin Ma | 2024-01-11 | 1 | -1/+1 |
* | | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2024-01-18 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | tty: serdev: convert to u8 and size_t | Jiri Slaby (SUSE) | 2023-12-08 | 1 | -3/+2 |
* | | qca_spi: Fix reset behavior | Stefan Wahren | 2023-12-08 | 1 | -1/+7 |
* | | qca_debug: Fix ethtool -G iface tx behavior | Stefan Wahren | 2023-12-08 | 1 | -3/+5 |
* | | qca_debug: Prevent crash on TX ring changes | Stefan Wahren | 2023-12-08 | 2 | -5/+16 |
|/ |
|
* | net: ethernet: qualcomm: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-09-20 | 1 | -4/+2 |
* | net: qualcomm: Remove redundant of_match_ptr() | Ruan Jinjie | 2023-08-16 | 1 | -1/+1 |
* | net: Explicitly include correct DT includes | Rob Herring | 2023-07-27 | 4 | -3/+2 |
* | drivers: net: fix return value check in emac_tso_csum() | Yuanjun Gong | 2023-07-19 | 1 | -2/+5 |
* | net: qca_spi: Avoid high load if QCA7000 is not available | Stefan Wahren | 2023-06-19 | 1 | -2/+1 |
* | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2023-04-27 | 1 | -1/+1 |
|\ |
|
| * | net: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra | 2023-03-11 | 1 | -1/+1 |
* | | net: ethernet: Add missing depends on MDIO_DEVRES | Andrew Lunn | 2023-04-12 | 1 | -0/+1 |
* | | net: qcom/emac: Fix use after free bug in emac_remove due to race condition | Zheng Wang | 2023-03-20 | 1 | -0/+6 |
|/ |
|
* | net: qualcomm: rmnet: add ethtool support for configuring tx aggregation | Daniele Palmas | 2023-01-13 | 1 | -0/+45 |
* | net: qualcomm: rmnet: add tx packets aggregation | Daniele Palmas | 2023-01-13 | 7 | -4/+246 |