summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
Commit message (Expand)AuthorAgeFilesLines
* 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
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: make more use of device_get_ethdev_address()Jakub Kicinski2021-10-071-4/+1
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-072-2/+2
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* net: qcom/emac: Replace strlcpy with strscpyJason Wang2021-09-061-1/+1
* net: qualcomm: fix QCA7000 checksum handlingStefan Wahren2021-08-312-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: qcom/emac: fix UAF in emac_removePavel Skripkin2021-07-091-1/+2
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-309-187/+326
|\
| * net: qualcomm: rmnet: fix two pointer math bugsDan Carpenter2021-06-211-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-9/+9
| |\
| * | net: qualcomm: rmnet: Remove some unneeded castsSubash Abhinov Kasiviswanathan2021-06-161-6/+5
| * | net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGSBjorn Andersson2021-06-161-2/+4
| * | net: qualcomm: rmnet: always expose a few functionsAlex Elder2021-06-141-0/+15
| * | net: qualcomm: rmnet: IPv6 payload length is simpleAlex Elder2021-06-121-5/+2
| * | net: qualcomm: rmnet: drop some unary NOTsAlex Elder2021-06-121-7/+7
| * | net: qualcomm: rmnet: trailer value is a checksumAlex Elder2021-06-121-3/+2